|
| 1 | +using System.Collections.Generic; |
| 2 | +using System.Text.Json.Serialization; |
| 3 | +using IdentityManager2.Api.Models; |
| 4 | +using IdentityManager2.Core; |
| 5 | +using IdentityManager2.Core.Metadata; |
| 6 | +using Microsoft.AspNetCore.Mvc; |
| 7 | +using Microsoft.AspNetCore.Mvc.ModelBinding; |
| 8 | + |
| 9 | +[JsonSerializable(typeof(PageModelParams))] |
| 10 | +partial class PageModelParams_Context : JsonSerializerContext { } |
| 11 | + |
| 12 | + |
| 13 | +[JsonSourceGenerationOptions(PropertyNamingPolicy = JsonKnownNamingPolicy.CamelCase)] |
| 14 | +[JsonSerializable(typeof(IEnumerable<PropertyMetadata>))] |
| 15 | +[JsonSerializable(typeof(IEnumerable<PropertyDataType>))] |
| 16 | +[JsonSerializable(typeof(PropertyDataType))] |
| 17 | +[JsonSerializable(typeof(string))] |
| 18 | +[JsonSerializable(typeof(AnonymousSubject))] |
| 19 | +[JsonSerializable(typeof(AnonymousSubjectRole))] |
| 20 | +[JsonSerializable(typeof(AnonymousUserName))] |
| 21 | +[JsonSerializable(typeof(AnonymousDetail))] |
| 22 | +[JsonSerializable(typeof(UserDetailResource))] |
| 23 | +[JsonSerializable(typeof(UserDetailDataResource))] |
| 24 | +[JsonSerializable(typeof(UserQueryResultResource))] |
| 25 | +[JsonSerializable(typeof(UserQueryResultResourceData))] |
| 26 | +[JsonSerializable(typeof(MetaResult))] |
| 27 | +public partial class MetaResult_Context : JsonSerializerContext { } |
| 28 | + |
| 29 | + |
| 30 | +[JsonSourceGenerationOptions(PropertyNamingPolicy = JsonKnownNamingPolicy.CamelCase)] |
| 31 | +[JsonSerializable(typeof(Dictionary<string, string>))] |
| 32 | +[JsonSerializable(typeof(UserQueryResultResource))] |
| 33 | +public partial class UserQueryResultResource_Context : JsonSerializerContext { } |
| 34 | + |
| 35 | + |
| 36 | +[JsonSourceGenerationOptions(PropertyNamingPolicy = JsonKnownNamingPolicy.CamelCase)] |
| 37 | +[JsonSerializable(typeof(Dictionary<string, string>))] |
| 38 | +[JsonSerializable(typeof(UserDetailDataResource))] |
| 39 | +[JsonSerializable(typeof(IEnumerable<AnonymousPropertiesDataMetaLink>))] |
| 40 | +[JsonSerializable(typeof(AnonymousUpdate))] |
| 41 | +[JsonSerializable(typeof(AnonymousClaim))] |
| 42 | +[JsonSerializable(typeof(AnonymousRolesDataMetaLink[]))] |
| 43 | +[JsonSerializable(typeof(AnonymousRolesActionLinks))] |
| 44 | +[JsonSerializable(typeof(UserDetailResource))] |
| 45 | +public partial class UserDetailResource_Context : JsonSerializerContext { } |
| 46 | + |
| 47 | + |
| 48 | +[JsonSourceGenerationOptions(PropertyNamingPolicy = JsonKnownNamingPolicy.CamelCase)] |
| 49 | +[JsonSerializable(typeof(Dictionary<string, string>))] |
| 50 | +[JsonSerializable(typeof(RoleQueryResultResource))] |
| 51 | +public partial class RoleQueryResultResource_Context : JsonSerializerContext { } |
| 52 | + |
| 53 | + |
| 54 | +[JsonSourceGenerationOptions(PropertyNamingPolicy = JsonKnownNamingPolicy.CamelCase)] |
| 55 | +[JsonSerializable(typeof(Dictionary<string, string>))] |
| 56 | +[JsonSerializable(typeof(RoleDetailResource))] |
| 57 | +public partial class RoleDetailResource_Context : JsonSerializerContext { } |
| 58 | + |
| 59 | + |
| 60 | +[JsonSourceGenerationOptions(PropertyNamingPolicy = JsonKnownNamingPolicy.CamelCase)] |
| 61 | +[JsonSerializable(typeof(PropertyValue[]))] |
| 62 | +public partial class ArrayPropertyValue_Context : JsonSerializerContext { } |
| 63 | + |
| 64 | + |
| 65 | +[JsonSourceGenerationOptions(PropertyNamingPolicy = JsonKnownNamingPolicy.CamelCase)] |
| 66 | +[JsonSerializable(typeof(ClaimValue))] |
| 67 | +public partial class ClaimValue_Context: JsonSerializerContext { } |
| 68 | + |
| 69 | + |
| 70 | +[JsonSourceGenerationOptions(PropertyNamingPolicy = JsonKnownNamingPolicy.CamelCase)] |
| 71 | +[JsonSerializable(typeof(AnonymousCreatedRole))] |
| 72 | +public partial class AnonymousCreatedRole_Context : JsonSerializerContext { } |
| 73 | + |
| 74 | + |
| 75 | +[JsonSourceGenerationOptions(PropertyNamingPolicy = JsonKnownNamingPolicy.CamelCase)] |
| 76 | +[JsonSerializable(typeof(AnonymousCreatedUser))] |
| 77 | +public partial class AnonymousCreatedUser_Context : JsonSerializerContext { } |
| 78 | + |
| 79 | +[JsonSourceGenerationOptions(PropertyNamingPolicy = JsonKnownNamingPolicy.CamelCase)] |
| 80 | +[JsonSerializable(typeof(ModelStateDictionary))] |
| 81 | +public partial class ModelStateDictionary_Context : JsonSerializerContext { } |
| 82 | + |
| 83 | + |
| 84 | +[JsonSourceGenerationOptions(PropertyNamingPolicy = JsonKnownNamingPolicy.CamelCase)] |
| 85 | +[JsonSerializable(typeof(ErrorModel))] |
| 86 | +public partial class ErrorModel_Context : JsonSerializerContext { } |
| 87 | + |
| 88 | +[JsonSourceGenerationOptions(PropertyNamingPolicy = JsonKnownNamingPolicy.CamelCase)] |
| 89 | +[JsonSerializable(typeof(List<string>))] |
| 90 | +public partial class ListStringErrors_Context : JsonSerializerContext { } |
| 91 | + |
| 92 | + |
| 93 | + |
| 94 | + |
| 95 | +[JsonSourceGenerationOptions(PropertyNamingPolicy = JsonKnownNamingPolicy.CamelCase)] |
| 96 | +[JsonSerializable(typeof(Microsoft.AspNetCore.Mvc.SerializableError))] |
| 97 | +public partial class SerializableError_Context : JsonSerializerContext { } |
0 commit comments