using xExceptions.Attributes; namespace xIdentityService.Constants { public enum XParam { [StringValue ("Content-Type")] XContentType, [StringValue ("{boundary}")] XBoundary, [StringValue ("{userSelectByParam}")] XUserSelectByParam, [StringValue ("{destUser}")] XDestUser, [StringValue ("{id}")] XId, [StringValue ("{ids}")] XIds, [StringValue ("Origin")] XOrigin, [StringValue ("{userName}")] XUserName, [StringValue ("{mobileNumber}")] XMobileNumber, [StringValue ("{email}")] XEmail, [StringValue ("role")] XRole, [StringValue ("forceRole")] XForceRole, [StringValue ("IsRefreshed")] XIsRefreshed, [StringValue ("file")] XFile, [StringValue ("files")] XFiles, [StringValue ("actionToken")] XActionToken, [StringValue ("request")] XRequest, [StringValue ("scope")] XScope, } }