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