// *********************************************************************** // // AgileWebs // // *********************************************************************** namespace Core.Blueprint.Logging { /// /// Constants of the display names for this service. /// public static class DisplayNames { /// /// The active patameter. /// public const string Active = "active"; /// /// The keyVaultProvider identifier parameter. /// public const string ClientId = "keyVaultProviderId"; /// /// The keyVaultProvider request parameter. /// public const string ClientRequest = "keyVaultProviderRequest"; /// /// The keyVaultProvider response parameter. /// public const string ClientResponse = "keyVaultProviderResponse"; /// /// The creation date. /// public const string CreationDate = "creationDate"; /// /// The content parameter. /// public const string Content = "content"; /// /// The delete parameter. /// public const string Delete = "delete"; /// /// The description parameter. /// public const string Description = "description"; /// /// The detail parameter. /// public const string Detail = "detail"; /// /// The environment parameter. /// public const string Environment = "environment"; /// /// The error log severity level parameter. /// public const string Error = "error"; /// /// The error code parameter. /// public const string ErrorCode = "errorCode"; /// /// The external request parameter. /// public const string ExternalRequest = "externalRequest"; /// /// The external response parameter. /// public const string ExternalResponse = "externalResponse"; /// /// The fatal log severity level parameter. /// public const string Fatal = "fatal"; /// /// The host parameter. /// public const string Host = "host"; /// /// The identifier parameter. /// public const string Id = "id"; /// /// The inactive parameter. /// public const string Inactive = "inactive"; /// /// The info log severity level parameter. /// public const string Info = "info"; /// /// The information log severity level parameter. /// public const string Information = "information"; /// /// The media parameter. /// public const string Media = "media"; /// /// The media type parameter. /// public const string MediaType = "mediaType"; /// /// The media use type parameter. /// public const string MediaUseType = "mediaUseType"; /// /// Th message parameter. /// public const string Message = "message"; /// /// The method parameter. /// public const string Method = "method"; /// /// The monday parameter. /// public const string Monday = "monday"; /// /// The MXN parameter. /// public const string MXN = "MXN"; /// /// The name parameter. /// public const string Name = "name"; /// /// The next page parameter. /// public const string NextPage = "nextPage"; /// /// The nick name parameter. /// public const string NickName = "nickName"; /// /// The note parameter. /// public const string Note = "note"; /// /// The not so affordable parameter. /// public const string NotSoAffordable = "notSoAffordable"; /// /// The object status parameter. /// public const string ObjectStatus = "objectStatus"; /// /// The opening time parameter. /// public const string OpeningTime = "openingTime"; /// /// The operation days parameter. /// public const string OperationDays = "operationDays"; /// /// The page parameter. /// public const string Page = "page"; /// /// The page count parameter. /// public const string PageCount = "pageCount"; /// /// The page metadata parameter. /// public const string PageMetadata = "pageMetadata"; /// /// The page size parameter. /// public const string PageSize = "pageSize"; /// /// The parent identifier parameter. /// public const string ParentId = "ParentId"; /// /// The pet ticket price parameter. /// public const string PetTicketPrice = "petTicketPrice"; /// /// The place parameter. /// public const string Place = "place"; /// /// The place type parameter. /// public const string PlaceType = "placeType"; /// /// The previous page parameter. /// public const string PreviousPage = "previousPage"; /// /// The provider identifier parameter. /// public const string ProviderId = "providerId"; /// /// The provider type identifier parameter. /// public const string ProviderTypeId = "providerTypeId"; /// /// The request identifier parameter. /// public const string RequestId = "requestId"; /// /// The RNT identifier parameter. /// public const string RntId = "rntId"; /// /// The route parameter. /// public const string Route = "route"; /// /// The operation parameter. /// public const string Operation = "operation"; /// /// The other ticket price parameter. /// public const string OtherTicketPrice = "otherTicketPrice"; /// /// The path parameter. /// public const string Path = "path"; /// /// The saturday parameter. /// public const string Saturday = "saturday"; /// /// The secondary parameter. /// public const string Secondary = "secondary"; /// /// The service health parameter. /// public const string ServiceHealth = "serviceHealth"; /// /// The service identifier parameter. /// public const string ServiceId = "serviceId"; /// /// The severity parameter. /// public const string Severity = "severity"; /// /// The state identifier parameter. /// public const string StateId = "stateId"; /// /// The region identifier parameter. /// public const string StateProvinceRegionId = "regionId"; /// /// The sunday parameter. /// public const string Sunday = "sunday"; /// /// The tax identifier parameter. /// public const string TaxId = "taxId"; /// /// The target parameter. /// public const string Target = "target"; /// /// The thursday parameter. /// public const string Thursday = "thursday"; /// /// The timestamp parameter. /// public const string Timestamp = "timestamp"; /// /// The total items parameter. /// public const string TotalItems = "totalItems"; /// /// Gets or sets the transaction identifier parameter. /// public const string TransactionId = "transactionId"; /// /// The tuesday parameter. /// public const string Tuesday = "tuesday"; /// /// The URI parameter. /// public const string Uri = "uri"; /// /// The update parameter. /// public const string Update = "update"; /// /// The x-forwarded-for header parameter. /// public const string XForwardedFor = "xForwardedFor"; /// /// The x-forwarded-for header parameter. /// public const string XForwardedForHeader = "X-Forwarded-For"; /// /// The final currency identifier parameter. /// public const string CurrencyId = "currencyId"; /// /// The user identifier parameter. /// public const string UserId = "userId"; /// /// The user parameter. /// public const string User = "user"; /// /// The warning log severity level. /// public const string Warning = "warning"; /// /// The email parameter. /// public const string Email = "email"; } }