You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15834 lines
469 KiB
15834 lines
469 KiB
{
|
|
"modules": {
|
|
"blob-management": {
|
|
"rootPath": "blob-management",
|
|
"remoteServiceName": "BlobManagement",
|
|
"controllers": {
|
|
"LINGYUN.Abp.BlobManagement.BlobContainerController": {
|
|
"controllerName": "BlobContainer",
|
|
"controllerGroupName": "BlobContainer",
|
|
"isRemoteService": true,
|
|
"isIntegrationService": false,
|
|
"apiVersion": null,
|
|
"type": "LINGYUN.Abp.BlobManagement.BlobContainerController",
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null,
|
|
"interfaces": [
|
|
{
|
|
"type": "LINGYUN.Abp.BlobManagement.IBlobContainerAppService",
|
|
"name": "IBlobContainerAppService",
|
|
"methods": [
|
|
{
|
|
"name": "CreateAsync",
|
|
"parametersOnMethod": [
|
|
{
|
|
"name": "input",
|
|
"typeAsString": "LINGYUN.Abp.BlobManagement.Dtos.BlobContainerCreateDto, LINGYUN.Abp.BlobManagement.Application.Contracts",
|
|
"type": "LINGYUN.Abp.BlobManagement.Dtos.BlobContainerCreateDto",
|
|
"typeSimple": "LINGYUN.Abp.BlobManagement.Dtos.BlobContainerCreateDto",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"returnValue": {
|
|
"type": "LINGYUN.Abp.BlobManagement.Dtos.BlobContainerDto",
|
|
"typeSimple": "LINGYUN.Abp.BlobManagement.Dtos.BlobContainerDto",
|
|
"summary": null,
|
|
"contentTypes": null,
|
|
"isRemoteStream": false
|
|
}
|
|
},
|
|
{
|
|
"name": "DeleteAsync",
|
|
"parametersOnMethod": [
|
|
{
|
|
"name": "id",
|
|
"typeAsString": "System.Guid, System.Private.CoreLib",
|
|
"type": "System.Guid",
|
|
"typeSimple": "string",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"returnValue": {
|
|
"type": "System.Void",
|
|
"typeSimple": "System.Void",
|
|
"summary": null,
|
|
"contentTypes": null,
|
|
"isRemoteStream": false
|
|
}
|
|
},
|
|
{
|
|
"name": "GetAsync",
|
|
"parametersOnMethod": [
|
|
{
|
|
"name": "id",
|
|
"typeAsString": "System.Guid, System.Private.CoreLib",
|
|
"type": "System.Guid",
|
|
"typeSimple": "string",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"returnValue": {
|
|
"type": "LINGYUN.Abp.BlobManagement.Dtos.BlobContainerDto",
|
|
"typeSimple": "LINGYUN.Abp.BlobManagement.Dtos.BlobContainerDto",
|
|
"summary": null,
|
|
"contentTypes": null,
|
|
"isRemoteStream": false
|
|
}
|
|
},
|
|
{
|
|
"name": "GetListAsync",
|
|
"parametersOnMethod": [
|
|
{
|
|
"name": "input",
|
|
"typeAsString": "LINGYUN.Abp.BlobManagement.Dtos.BlobContainerGetPagedListInput, LINGYUN.Abp.BlobManagement.Application.Contracts",
|
|
"type": "LINGYUN.Abp.BlobManagement.Dtos.BlobContainerGetPagedListInput",
|
|
"typeSimple": "LINGYUN.Abp.BlobManagement.Dtos.BlobContainerGetPagedListInput",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"returnValue": {
|
|
"type": "Volo.Abp.Application.Dtos.PagedResultDto<LINGYUN.Abp.BlobManagement.Dtos.BlobContainerDto>",
|
|
"typeSimple": "Volo.Abp.Application.Dtos.PagedResultDto<LINGYUN.Abp.BlobManagement.Dtos.BlobContainerDto>",
|
|
"summary": null,
|
|
"contentTypes": null,
|
|
"isRemoteStream": false
|
|
}
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"actions": {
|
|
"CreateAsyncByInput": {
|
|
"uniqueName": "CreateAsyncByInput",
|
|
"name": "CreateAsync",
|
|
"httpMethod": "POST",
|
|
"url": "api/blob-management/containers",
|
|
"supportedVersions": [],
|
|
"parametersOnMethod": [
|
|
{
|
|
"name": "input",
|
|
"typeAsString": "LINGYUN.Abp.BlobManagement.Dtos.BlobContainerCreateDto, LINGYUN.Abp.BlobManagement.Application.Contracts",
|
|
"type": "LINGYUN.Abp.BlobManagement.Dtos.BlobContainerCreateDto",
|
|
"typeSimple": "LINGYUN.Abp.BlobManagement.Dtos.BlobContainerCreateDto",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"parameters": [
|
|
{
|
|
"nameOnMethod": "input",
|
|
"name": "input",
|
|
"jsonName": null,
|
|
"type": "LINGYUN.Abp.BlobManagement.Dtos.BlobContainerCreateDto",
|
|
"typeSimple": "LINGYUN.Abp.BlobManagement.Dtos.BlobContainerCreateDto",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": null,
|
|
"bindingSourceId": "Body",
|
|
"descriptorName": "",
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"returnValue": {
|
|
"type": "LINGYUN.Abp.BlobManagement.Dtos.BlobContainerDto",
|
|
"typeSimple": "LINGYUN.Abp.BlobManagement.Dtos.BlobContainerDto",
|
|
"summary": null,
|
|
"contentTypes": [
|
|
"text/plain",
|
|
"application/json",
|
|
"text/json"
|
|
],
|
|
"isRemoteStream": false
|
|
},
|
|
"allowAnonymous": null,
|
|
"authorizeDatas": [],
|
|
"implementFrom": "LINGYUN.Abp.BlobManagement.IBlobContainerAppService",
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"DeleteAsyncById": {
|
|
"uniqueName": "DeleteAsyncById",
|
|
"name": "DeleteAsync",
|
|
"httpMethod": "DELETE",
|
|
"url": "api/blob-management/containers/{id}",
|
|
"supportedVersions": [],
|
|
"parametersOnMethod": [
|
|
{
|
|
"name": "id",
|
|
"typeAsString": "System.Guid, System.Private.CoreLib",
|
|
"type": "System.Guid",
|
|
"typeSimple": "string",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"parameters": [
|
|
{
|
|
"nameOnMethod": "id",
|
|
"name": "id",
|
|
"jsonName": null,
|
|
"type": "System.Guid",
|
|
"typeSimple": "string",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": [],
|
|
"bindingSourceId": "Path",
|
|
"descriptorName": "",
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"returnValue": {
|
|
"type": "System.Void",
|
|
"typeSimple": "System.Void",
|
|
"summary": null,
|
|
"contentTypes": [
|
|
"text/plain",
|
|
"application/json",
|
|
"text/json"
|
|
],
|
|
"isRemoteStream": false
|
|
},
|
|
"allowAnonymous": null,
|
|
"authorizeDatas": [],
|
|
"implementFrom": "LINGYUN.Abp.BlobManagement.IBlobContainerAppService",
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"GetAsyncById": {
|
|
"uniqueName": "GetAsyncById",
|
|
"name": "GetAsync",
|
|
"httpMethod": "GET",
|
|
"url": "api/blob-management/containers/{id}",
|
|
"supportedVersions": [],
|
|
"parametersOnMethod": [
|
|
{
|
|
"name": "id",
|
|
"typeAsString": "System.Guid, System.Private.CoreLib",
|
|
"type": "System.Guid",
|
|
"typeSimple": "string",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"parameters": [
|
|
{
|
|
"nameOnMethod": "id",
|
|
"name": "id",
|
|
"jsonName": null,
|
|
"type": "System.Guid",
|
|
"typeSimple": "string",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": [],
|
|
"bindingSourceId": "Path",
|
|
"descriptorName": "",
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"returnValue": {
|
|
"type": "LINGYUN.Abp.BlobManagement.Dtos.BlobContainerDto",
|
|
"typeSimple": "LINGYUN.Abp.BlobManagement.Dtos.BlobContainerDto",
|
|
"summary": null,
|
|
"contentTypes": [
|
|
"text/plain",
|
|
"application/json",
|
|
"text/json"
|
|
],
|
|
"isRemoteStream": false
|
|
},
|
|
"allowAnonymous": null,
|
|
"authorizeDatas": [],
|
|
"implementFrom": "LINGYUN.Abp.BlobManagement.IBlobContainerAppService",
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"GetListAsyncByInput": {
|
|
"uniqueName": "GetListAsyncByInput",
|
|
"name": "GetListAsync",
|
|
"httpMethod": "GET",
|
|
"url": "api/blob-management/containers",
|
|
"supportedVersions": [],
|
|
"parametersOnMethod": [
|
|
{
|
|
"name": "input",
|
|
"typeAsString": "LINGYUN.Abp.BlobManagement.Dtos.BlobContainerGetPagedListInput, LINGYUN.Abp.BlobManagement.Application.Contracts",
|
|
"type": "LINGYUN.Abp.BlobManagement.Dtos.BlobContainerGetPagedListInput",
|
|
"typeSimple": "LINGYUN.Abp.BlobManagement.Dtos.BlobContainerGetPagedListInput",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"parameters": [
|
|
{
|
|
"nameOnMethod": "input",
|
|
"name": "Filter",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": null,
|
|
"bindingSourceId": "ModelBinding",
|
|
"descriptorName": "input",
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"nameOnMethod": "input",
|
|
"name": "Sorting",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": null,
|
|
"bindingSourceId": "ModelBinding",
|
|
"descriptorName": "input",
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"nameOnMethod": "input",
|
|
"name": "SkipCount",
|
|
"jsonName": null,
|
|
"type": "System.Int32",
|
|
"typeSimple": "number",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": null,
|
|
"bindingSourceId": "ModelBinding",
|
|
"descriptorName": "input",
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"nameOnMethod": "input",
|
|
"name": "MaxResultCount",
|
|
"jsonName": null,
|
|
"type": "System.Int32",
|
|
"typeSimple": "number",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": null,
|
|
"bindingSourceId": "ModelBinding",
|
|
"descriptorName": "input",
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"returnValue": {
|
|
"type": "Volo.Abp.Application.Dtos.PagedResultDto<LINGYUN.Abp.BlobManagement.Dtos.BlobContainerDto>",
|
|
"typeSimple": "Volo.Abp.Application.Dtos.PagedResultDto<LINGYUN.Abp.BlobManagement.Dtos.BlobContainerDto>",
|
|
"summary": null,
|
|
"contentTypes": [
|
|
"text/plain",
|
|
"application/json",
|
|
"text/json"
|
|
],
|
|
"isRemoteStream": false
|
|
},
|
|
"allowAnonymous": null,
|
|
"authorizeDatas": [],
|
|
"implementFrom": "LINGYUN.Abp.BlobManagement.IBlobContainerAppService",
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
}
|
|
},
|
|
"LINGYUN.Abp.BlobManagement.BlobController": {
|
|
"controllerName": "Blob",
|
|
"controllerGroupName": "Blob",
|
|
"isRemoteService": true,
|
|
"isIntegrationService": false,
|
|
"apiVersion": null,
|
|
"type": "LINGYUN.Abp.BlobManagement.BlobController",
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null,
|
|
"interfaces": [
|
|
{
|
|
"type": "LINGYUN.Abp.BlobManagement.IBlobAppService",
|
|
"name": "IBlobAppService",
|
|
"methods": [
|
|
{
|
|
"name": "CreateFileAsync",
|
|
"parametersOnMethod": [
|
|
{
|
|
"name": "input",
|
|
"typeAsString": "LINGYUN.Abp.BlobManagement.Dtos.BlobFileCreateDto, LINGYUN.Abp.BlobManagement.Application.Contracts",
|
|
"type": "LINGYUN.Abp.BlobManagement.Dtos.BlobFileCreateDto",
|
|
"typeSimple": "LINGYUN.Abp.BlobManagement.Dtos.BlobFileCreateDto",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"returnValue": {
|
|
"type": "LINGYUN.Abp.BlobManagement.Dtos.BlobDto",
|
|
"typeSimple": "LINGYUN.Abp.BlobManagement.Dtos.BlobDto",
|
|
"summary": null,
|
|
"contentTypes": null,
|
|
"isRemoteStream": false
|
|
}
|
|
},
|
|
{
|
|
"name": "CreateChunkFileAsync",
|
|
"parametersOnMethod": [
|
|
{
|
|
"name": "input",
|
|
"typeAsString": "LINGYUN.Abp.BlobManagement.Dtos.BlobFileChunkCreateDto, LINGYUN.Abp.BlobManagement.Application.Contracts",
|
|
"type": "LINGYUN.Abp.BlobManagement.Dtos.BlobFileChunkCreateDto",
|
|
"typeSimple": "LINGYUN.Abp.BlobManagement.Dtos.BlobFileChunkCreateDto",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"returnValue": {
|
|
"type": "System.Void",
|
|
"typeSimple": "System.Void",
|
|
"summary": null,
|
|
"contentTypes": null,
|
|
"isRemoteStream": false
|
|
}
|
|
},
|
|
{
|
|
"name": "CreateFolderAsync",
|
|
"parametersOnMethod": [
|
|
{
|
|
"name": "input",
|
|
"typeAsString": "LINGYUN.Abp.BlobManagement.Dtos.BlobFolderCreateDto, LINGYUN.Abp.BlobManagement.Application.Contracts",
|
|
"type": "LINGYUN.Abp.BlobManagement.Dtos.BlobFolderCreateDto",
|
|
"typeSimple": "LINGYUN.Abp.BlobManagement.Dtos.BlobFolderCreateDto",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"returnValue": {
|
|
"type": "LINGYUN.Abp.BlobManagement.Dtos.BlobDto",
|
|
"typeSimple": "LINGYUN.Abp.BlobManagement.Dtos.BlobDto",
|
|
"summary": null,
|
|
"contentTypes": null,
|
|
"isRemoteStream": false
|
|
}
|
|
},
|
|
{
|
|
"name": "DeleteAsync",
|
|
"parametersOnMethod": [
|
|
{
|
|
"name": "id",
|
|
"typeAsString": "System.Guid, System.Private.CoreLib",
|
|
"type": "System.Guid",
|
|
"typeSimple": "string",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"returnValue": {
|
|
"type": "System.Void",
|
|
"typeSimple": "System.Void",
|
|
"summary": null,
|
|
"contentTypes": null,
|
|
"isRemoteStream": false
|
|
}
|
|
},
|
|
{
|
|
"name": "GeneratePreviewUrlAsync",
|
|
"parametersOnMethod": [
|
|
{
|
|
"name": "id",
|
|
"typeAsString": "System.Guid, System.Private.CoreLib",
|
|
"type": "System.Guid",
|
|
"typeSimple": "string",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"returnValue": {
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"summary": null,
|
|
"contentTypes": null,
|
|
"isRemoteStream": false
|
|
}
|
|
},
|
|
{
|
|
"name": "GenerateDownloadUrlAsync",
|
|
"parametersOnMethod": [
|
|
{
|
|
"name": "id",
|
|
"typeAsString": "System.Guid, System.Private.CoreLib",
|
|
"type": "System.Guid",
|
|
"typeSimple": "string",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"returnValue": {
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"summary": null,
|
|
"contentTypes": null,
|
|
"isRemoteStream": false
|
|
}
|
|
},
|
|
{
|
|
"name": "DownloadAsync",
|
|
"parametersOnMethod": [
|
|
{
|
|
"name": "input",
|
|
"typeAsString": "LINGYUN.Abp.BlobManagement.Dtos.BlobDownloadByIdInput, LINGYUN.Abp.BlobManagement.Application.Contracts",
|
|
"type": "LINGYUN.Abp.BlobManagement.Dtos.BlobDownloadByIdInput",
|
|
"typeSimple": "LINGYUN.Abp.BlobManagement.Dtos.BlobDownloadByIdInput",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"returnValue": {
|
|
"type": "Volo.Abp.Content.IRemoteStreamContent",
|
|
"typeSimple": "Volo.Abp.Content.IRemoteStreamContent",
|
|
"summary": null,
|
|
"contentTypes": null,
|
|
"isRemoteStream": true
|
|
}
|
|
},
|
|
{
|
|
"name": "PreviewAsync",
|
|
"parametersOnMethod": [
|
|
{
|
|
"name": "input",
|
|
"typeAsString": "LINGYUN.Abp.BlobManagement.Dtos.BlobDownloadByIdInput, LINGYUN.Abp.BlobManagement.Application.Contracts",
|
|
"type": "LINGYUN.Abp.BlobManagement.Dtos.BlobDownloadByIdInput",
|
|
"typeSimple": "LINGYUN.Abp.BlobManagement.Dtos.BlobDownloadByIdInput",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"returnValue": {
|
|
"type": "Volo.Abp.Content.IRemoteStreamContent",
|
|
"typeSimple": "Volo.Abp.Content.IRemoteStreamContent",
|
|
"summary": null,
|
|
"contentTypes": null,
|
|
"isRemoteStream": true
|
|
}
|
|
},
|
|
{
|
|
"name": "DownloadByNameAsync",
|
|
"parametersOnMethod": [
|
|
{
|
|
"name": "input",
|
|
"typeAsString": "LINGYUN.Abp.BlobManagement.Dtos.BlobDownloadByNameInput, LINGYUN.Abp.BlobManagement.Application.Contracts",
|
|
"type": "LINGYUN.Abp.BlobManagement.Dtos.BlobDownloadByNameInput",
|
|
"typeSimple": "LINGYUN.Abp.BlobManagement.Dtos.BlobDownloadByNameInput",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"returnValue": {
|
|
"type": "Volo.Abp.Content.IRemoteStreamContent",
|
|
"typeSimple": "Volo.Abp.Content.IRemoteStreamContent",
|
|
"summary": null,
|
|
"contentTypes": null,
|
|
"isRemoteStream": true
|
|
}
|
|
},
|
|
{
|
|
"name": "GetAsync",
|
|
"parametersOnMethod": [
|
|
{
|
|
"name": "id",
|
|
"typeAsString": "System.Guid, System.Private.CoreLib",
|
|
"type": "System.Guid",
|
|
"typeSimple": "string",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"returnValue": {
|
|
"type": "LINGYUN.Abp.BlobManagement.Dtos.BlobDto",
|
|
"typeSimple": "LINGYUN.Abp.BlobManagement.Dtos.BlobDto",
|
|
"summary": null,
|
|
"contentTypes": null,
|
|
"isRemoteStream": false
|
|
}
|
|
},
|
|
{
|
|
"name": "GetListAsync",
|
|
"parametersOnMethod": [
|
|
{
|
|
"name": "input",
|
|
"typeAsString": "LINGYUN.Abp.BlobManagement.Dtos.BlobGetPagedListInput, LINGYUN.Abp.BlobManagement.Application.Contracts",
|
|
"type": "LINGYUN.Abp.BlobManagement.Dtos.BlobGetPagedListInput",
|
|
"typeSimple": "LINGYUN.Abp.BlobManagement.Dtos.BlobGetPagedListInput",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"returnValue": {
|
|
"type": "Volo.Abp.Application.Dtos.PagedResultDto<LINGYUN.Abp.BlobManagement.Dtos.BlobDto>",
|
|
"typeSimple": "Volo.Abp.Application.Dtos.PagedResultDto<LINGYUN.Abp.BlobManagement.Dtos.BlobDto>",
|
|
"summary": null,
|
|
"contentTypes": null,
|
|
"isRemoteStream": false
|
|
}
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"actions": {
|
|
"CreateFileAsyncByInput": {
|
|
"uniqueName": "CreateFileAsyncByInput",
|
|
"name": "CreateFileAsync",
|
|
"httpMethod": "POST",
|
|
"url": "api/blob-management/blobs/file",
|
|
"supportedVersions": [],
|
|
"parametersOnMethod": [
|
|
{
|
|
"name": "input",
|
|
"typeAsString": "LINGYUN.Abp.BlobManagement.Dtos.BlobFileCreateDto, LINGYUN.Abp.BlobManagement.Application.Contracts",
|
|
"type": "LINGYUN.Abp.BlobManagement.Dtos.BlobFileCreateDto",
|
|
"typeSimple": "LINGYUN.Abp.BlobManagement.Dtos.BlobFileCreateDto",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"parameters": [
|
|
{
|
|
"nameOnMethod": "input",
|
|
"name": "ContainerId",
|
|
"jsonName": null,
|
|
"type": "System.Guid",
|
|
"typeSimple": "string",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": null,
|
|
"bindingSourceId": "Form",
|
|
"descriptorName": "input",
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"nameOnMethod": "input",
|
|
"name": "CompareMd5",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": null,
|
|
"bindingSourceId": "Form",
|
|
"descriptorName": "input",
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"nameOnMethod": "input",
|
|
"name": "Name",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": null,
|
|
"bindingSourceId": "Form",
|
|
"descriptorName": "input",
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"nameOnMethod": "input",
|
|
"name": "ParentId",
|
|
"jsonName": null,
|
|
"type": "System.Guid?",
|
|
"typeSimple": "string?",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": null,
|
|
"bindingSourceId": "Form",
|
|
"descriptorName": "input",
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"nameOnMethod": "input",
|
|
"name": "File",
|
|
"jsonName": null,
|
|
"type": "Volo.Abp.Content.IRemoteStreamContent",
|
|
"typeSimple": "Volo.Abp.Content.IRemoteStreamContent",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": null,
|
|
"bindingSourceId": "FormFile",
|
|
"descriptorName": "input",
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"returnValue": {
|
|
"type": "LINGYUN.Abp.BlobManagement.Dtos.BlobDto",
|
|
"typeSimple": "LINGYUN.Abp.BlobManagement.Dtos.BlobDto",
|
|
"summary": null,
|
|
"contentTypes": [
|
|
"text/plain",
|
|
"application/json",
|
|
"text/json"
|
|
],
|
|
"isRemoteStream": false
|
|
},
|
|
"allowAnonymous": null,
|
|
"authorizeDatas": [],
|
|
"implementFrom": "LINGYUN.Abp.BlobManagement.IBlobAppService",
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"CreateChunkFileAsyncByInput": {
|
|
"uniqueName": "CreateChunkFileAsyncByInput",
|
|
"name": "CreateChunkFileAsync",
|
|
"httpMethod": "POST",
|
|
"url": "api/blob-management/blobs/file/chunk",
|
|
"supportedVersions": [],
|
|
"parametersOnMethod": [
|
|
{
|
|
"name": "input",
|
|
"typeAsString": "LINGYUN.Abp.BlobManagement.Dtos.BlobFileChunkCreateDto, LINGYUN.Abp.BlobManagement.Application.Contracts",
|
|
"type": "LINGYUN.Abp.BlobManagement.Dtos.BlobFileChunkCreateDto",
|
|
"typeSimple": "LINGYUN.Abp.BlobManagement.Dtos.BlobFileChunkCreateDto",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"parameters": [
|
|
{
|
|
"nameOnMethod": "input",
|
|
"name": "ContainerId",
|
|
"jsonName": null,
|
|
"type": "System.Guid",
|
|
"typeSimple": "string",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": null,
|
|
"bindingSourceId": "Form",
|
|
"descriptorName": "input",
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"nameOnMethod": "input",
|
|
"name": "ChunkSize",
|
|
"jsonName": null,
|
|
"type": "System.Int64",
|
|
"typeSimple": "number",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": null,
|
|
"bindingSourceId": "Form",
|
|
"descriptorName": "input",
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"nameOnMethod": "input",
|
|
"name": "CurrentChunkSize",
|
|
"jsonName": null,
|
|
"type": "System.Int64",
|
|
"typeSimple": "number",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": null,
|
|
"bindingSourceId": "Form",
|
|
"descriptorName": "input",
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"nameOnMethod": "input",
|
|
"name": "ChunkNumber",
|
|
"jsonName": null,
|
|
"type": "System.Int32",
|
|
"typeSimple": "number",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": null,
|
|
"bindingSourceId": "Form",
|
|
"descriptorName": "input",
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"nameOnMethod": "input",
|
|
"name": "TotalChunks",
|
|
"jsonName": null,
|
|
"type": "System.Int32",
|
|
"typeSimple": "number",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": null,
|
|
"bindingSourceId": "Form",
|
|
"descriptorName": "input",
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"nameOnMethod": "input",
|
|
"name": "CompareMd5",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": null,
|
|
"bindingSourceId": "Form",
|
|
"descriptorName": "input",
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"nameOnMethod": "input",
|
|
"name": "Name",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": null,
|
|
"bindingSourceId": "Form",
|
|
"descriptorName": "input",
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"nameOnMethod": "input",
|
|
"name": "ParentId",
|
|
"jsonName": null,
|
|
"type": "System.Guid?",
|
|
"typeSimple": "string?",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": null,
|
|
"bindingSourceId": "Form",
|
|
"descriptorName": "input",
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"nameOnMethod": "input",
|
|
"name": "File",
|
|
"jsonName": null,
|
|
"type": "Volo.Abp.Content.IRemoteStreamContent",
|
|
"typeSimple": "Volo.Abp.Content.IRemoteStreamContent",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": null,
|
|
"bindingSourceId": "FormFile",
|
|
"descriptorName": "input",
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"returnValue": {
|
|
"type": "System.Void",
|
|
"typeSimple": "System.Void",
|
|
"summary": null,
|
|
"contentTypes": [
|
|
"text/plain",
|
|
"application/json",
|
|
"text/json"
|
|
],
|
|
"isRemoteStream": false
|
|
},
|
|
"allowAnonymous": null,
|
|
"authorizeDatas": [],
|
|
"implementFrom": "LINGYUN.Abp.BlobManagement.IBlobAppService",
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"CreateFolderAsyncByInput": {
|
|
"uniqueName": "CreateFolderAsyncByInput",
|
|
"name": "CreateFolderAsync",
|
|
"httpMethod": "POST",
|
|
"url": "api/blob-management/blobs/folder",
|
|
"supportedVersions": [],
|
|
"parametersOnMethod": [
|
|
{
|
|
"name": "input",
|
|
"typeAsString": "LINGYUN.Abp.BlobManagement.Dtos.BlobFolderCreateDto, LINGYUN.Abp.BlobManagement.Application.Contracts",
|
|
"type": "LINGYUN.Abp.BlobManagement.Dtos.BlobFolderCreateDto",
|
|
"typeSimple": "LINGYUN.Abp.BlobManagement.Dtos.BlobFolderCreateDto",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"parameters": [
|
|
{
|
|
"nameOnMethod": "input",
|
|
"name": "input",
|
|
"jsonName": null,
|
|
"type": "LINGYUN.Abp.BlobManagement.Dtos.BlobFolderCreateDto",
|
|
"typeSimple": "LINGYUN.Abp.BlobManagement.Dtos.BlobFolderCreateDto",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": null,
|
|
"bindingSourceId": "Body",
|
|
"descriptorName": "",
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"returnValue": {
|
|
"type": "LINGYUN.Abp.BlobManagement.Dtos.BlobDto",
|
|
"typeSimple": "LINGYUN.Abp.BlobManagement.Dtos.BlobDto",
|
|
"summary": null,
|
|
"contentTypes": [
|
|
"text/plain",
|
|
"application/json",
|
|
"text/json"
|
|
],
|
|
"isRemoteStream": false
|
|
},
|
|
"allowAnonymous": null,
|
|
"authorizeDatas": [],
|
|
"implementFrom": "LINGYUN.Abp.BlobManagement.IBlobAppService",
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"DeleteAsyncById": {
|
|
"uniqueName": "DeleteAsyncById",
|
|
"name": "DeleteAsync",
|
|
"httpMethod": "DELETE",
|
|
"url": "api/blob-management/blobs/{id}",
|
|
"supportedVersions": [],
|
|
"parametersOnMethod": [
|
|
{
|
|
"name": "id",
|
|
"typeAsString": "System.Guid, System.Private.CoreLib",
|
|
"type": "System.Guid",
|
|
"typeSimple": "string",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"parameters": [
|
|
{
|
|
"nameOnMethod": "id",
|
|
"name": "id",
|
|
"jsonName": null,
|
|
"type": "System.Guid",
|
|
"typeSimple": "string",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": [],
|
|
"bindingSourceId": "Path",
|
|
"descriptorName": "",
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"returnValue": {
|
|
"type": "System.Void",
|
|
"typeSimple": "System.Void",
|
|
"summary": null,
|
|
"contentTypes": [
|
|
"text/plain",
|
|
"application/json",
|
|
"text/json"
|
|
],
|
|
"isRemoteStream": false
|
|
},
|
|
"allowAnonymous": null,
|
|
"authorizeDatas": [],
|
|
"implementFrom": "LINGYUN.Abp.BlobManagement.IBlobAppService",
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"DownloadAsyncByInput": {
|
|
"uniqueName": "DownloadAsyncByInput",
|
|
"name": "DownloadAsync",
|
|
"httpMethod": "GET",
|
|
"url": "api/blob-management/blobs/download/{key}",
|
|
"supportedVersions": [],
|
|
"parametersOnMethod": [
|
|
{
|
|
"name": "input",
|
|
"typeAsString": "LINGYUN.Abp.BlobManagement.Dtos.BlobDownloadByIdInput, LINGYUN.Abp.BlobManagement.Application.Contracts",
|
|
"type": "LINGYUN.Abp.BlobManagement.Dtos.BlobDownloadByIdInput",
|
|
"typeSimple": "LINGYUN.Abp.BlobManagement.Dtos.BlobDownloadByIdInput",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"parameters": [
|
|
{
|
|
"nameOnMethod": "input",
|
|
"name": "Key",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": [],
|
|
"bindingSourceId": "Path",
|
|
"descriptorName": "input",
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"returnValue": {
|
|
"type": "Volo.Abp.Content.IRemoteStreamContent",
|
|
"typeSimple": "Volo.Abp.Content.IRemoteStreamContent",
|
|
"summary": null,
|
|
"contentTypes": [
|
|
"text/plain",
|
|
"application/json",
|
|
"text/json"
|
|
],
|
|
"isRemoteStream": true
|
|
},
|
|
"allowAnonymous": null,
|
|
"authorizeDatas": [],
|
|
"implementFrom": "LINGYUN.Abp.BlobManagement.IBlobAppService",
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"PreviewAsyncByInput": {
|
|
"uniqueName": "PreviewAsyncByInput",
|
|
"name": "PreviewAsync",
|
|
"httpMethod": "GET",
|
|
"url": "api/blob-management/blobs/preview/{key}",
|
|
"supportedVersions": [],
|
|
"parametersOnMethod": [
|
|
{
|
|
"name": "input",
|
|
"typeAsString": "LINGYUN.Abp.BlobManagement.Dtos.BlobDownloadByIdInput, LINGYUN.Abp.BlobManagement.Application.Contracts",
|
|
"type": "LINGYUN.Abp.BlobManagement.Dtos.BlobDownloadByIdInput",
|
|
"typeSimple": "LINGYUN.Abp.BlobManagement.Dtos.BlobDownloadByIdInput",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"parameters": [
|
|
{
|
|
"nameOnMethod": "input",
|
|
"name": "Key",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": [],
|
|
"bindingSourceId": "Path",
|
|
"descriptorName": "input",
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"returnValue": {
|
|
"type": "Volo.Abp.Content.IRemoteStreamContent",
|
|
"typeSimple": "Volo.Abp.Content.IRemoteStreamContent",
|
|
"summary": null,
|
|
"contentTypes": [
|
|
"text/plain",
|
|
"application/json",
|
|
"text/json"
|
|
],
|
|
"isRemoteStream": true
|
|
},
|
|
"allowAnonymous": null,
|
|
"authorizeDatas": [],
|
|
"implementFrom": "LINGYUN.Abp.BlobManagement.IBlobAppService",
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"DownloadByNameAsyncByInput": {
|
|
"uniqueName": "DownloadByNameAsyncByInput",
|
|
"name": "DownloadByNameAsync",
|
|
"httpMethod": "GET",
|
|
"url": "api/blob-management/blobs/download/by-name/{name}",
|
|
"supportedVersions": [],
|
|
"parametersOnMethod": [
|
|
{
|
|
"name": "input",
|
|
"typeAsString": "LINGYUN.Abp.BlobManagement.Dtos.BlobDownloadByNameInput, LINGYUN.Abp.BlobManagement.Application.Contracts",
|
|
"type": "LINGYUN.Abp.BlobManagement.Dtos.BlobDownloadByNameInput",
|
|
"typeSimple": "LINGYUN.Abp.BlobManagement.Dtos.BlobDownloadByNameInput",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"parameters": [
|
|
{
|
|
"nameOnMethod": "input",
|
|
"name": "TenantId",
|
|
"jsonName": null,
|
|
"type": "System.Guid?",
|
|
"typeSimple": "string?",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": null,
|
|
"bindingSourceId": "ModelBinding",
|
|
"descriptorName": "input",
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"nameOnMethod": "input",
|
|
"name": "ContainerName",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": null,
|
|
"bindingSourceId": "ModelBinding",
|
|
"descriptorName": "input",
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"nameOnMethod": "input",
|
|
"name": "BlobName",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": null,
|
|
"bindingSourceId": "ModelBinding",
|
|
"descriptorName": "input",
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"nameOnMethod": "input",
|
|
"name": "name",
|
|
"jsonName": null,
|
|
"type": null,
|
|
"typeSimple": null,
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": [],
|
|
"bindingSourceId": "Path",
|
|
"descriptorName": "",
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"returnValue": {
|
|
"type": "Volo.Abp.Content.IRemoteStreamContent",
|
|
"typeSimple": "Volo.Abp.Content.IRemoteStreamContent",
|
|
"summary": null,
|
|
"contentTypes": [
|
|
"text/plain",
|
|
"application/json",
|
|
"text/json"
|
|
],
|
|
"isRemoteStream": true
|
|
},
|
|
"allowAnonymous": null,
|
|
"authorizeDatas": [],
|
|
"implementFrom": "LINGYUN.Abp.BlobManagement.IBlobAppService",
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"GetAsyncById": {
|
|
"uniqueName": "GetAsyncById",
|
|
"name": "GetAsync",
|
|
"httpMethod": "GET",
|
|
"url": "api/blob-management/blobs/{id}",
|
|
"supportedVersions": [],
|
|
"parametersOnMethod": [
|
|
{
|
|
"name": "id",
|
|
"typeAsString": "System.Guid, System.Private.CoreLib",
|
|
"type": "System.Guid",
|
|
"typeSimple": "string",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"parameters": [
|
|
{
|
|
"nameOnMethod": "id",
|
|
"name": "id",
|
|
"jsonName": null,
|
|
"type": "System.Guid",
|
|
"typeSimple": "string",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": [],
|
|
"bindingSourceId": "Path",
|
|
"descriptorName": "",
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"returnValue": {
|
|
"type": "LINGYUN.Abp.BlobManagement.Dtos.BlobDto",
|
|
"typeSimple": "LINGYUN.Abp.BlobManagement.Dtos.BlobDto",
|
|
"summary": null,
|
|
"contentTypes": [
|
|
"text/plain",
|
|
"application/json",
|
|
"text/json"
|
|
],
|
|
"isRemoteStream": false
|
|
},
|
|
"allowAnonymous": null,
|
|
"authorizeDatas": [],
|
|
"implementFrom": "LINGYUN.Abp.BlobManagement.IBlobAppService",
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"GetListAsyncByInput": {
|
|
"uniqueName": "GetListAsyncByInput",
|
|
"name": "GetListAsync",
|
|
"httpMethod": "GET",
|
|
"url": "api/blob-management/blobs",
|
|
"supportedVersions": [],
|
|
"parametersOnMethod": [
|
|
{
|
|
"name": "input",
|
|
"typeAsString": "LINGYUN.Abp.BlobManagement.Dtos.BlobGetPagedListInput, LINGYUN.Abp.BlobManagement.Application.Contracts",
|
|
"type": "LINGYUN.Abp.BlobManagement.Dtos.BlobGetPagedListInput",
|
|
"typeSimple": "LINGYUN.Abp.BlobManagement.Dtos.BlobGetPagedListInput",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"parameters": [
|
|
{
|
|
"nameOnMethod": "input",
|
|
"name": "ContainerId",
|
|
"jsonName": null,
|
|
"type": "System.Guid",
|
|
"typeSimple": "string",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": null,
|
|
"bindingSourceId": "ModelBinding",
|
|
"descriptorName": "input",
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"nameOnMethod": "input",
|
|
"name": "ParentId",
|
|
"jsonName": null,
|
|
"type": "System.Guid?",
|
|
"typeSimple": "string?",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": null,
|
|
"bindingSourceId": "ModelBinding",
|
|
"descriptorName": "input",
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"nameOnMethod": "input",
|
|
"name": "Type",
|
|
"jsonName": null,
|
|
"type": "LINGYUN.Abp.BlobManagement.BlobType?",
|
|
"typeSimple": "enum?",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": null,
|
|
"bindingSourceId": "ModelBinding",
|
|
"descriptorName": "input",
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"nameOnMethod": "input",
|
|
"name": "ContentType",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": null,
|
|
"bindingSourceId": "ModelBinding",
|
|
"descriptorName": "input",
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"nameOnMethod": "input",
|
|
"name": "Sorting",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": null,
|
|
"bindingSourceId": "ModelBinding",
|
|
"descriptorName": "input",
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"nameOnMethod": "input",
|
|
"name": "SkipCount",
|
|
"jsonName": null,
|
|
"type": "System.Int32",
|
|
"typeSimple": "number",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": null,
|
|
"bindingSourceId": "ModelBinding",
|
|
"descriptorName": "input",
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"nameOnMethod": "input",
|
|
"name": "MaxResultCount",
|
|
"jsonName": null,
|
|
"type": "System.Int32",
|
|
"typeSimple": "number",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": null,
|
|
"bindingSourceId": "ModelBinding",
|
|
"descriptorName": "input",
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"returnValue": {
|
|
"type": "Volo.Abp.Application.Dtos.PagedResultDto<LINGYUN.Abp.BlobManagement.Dtos.BlobDto>",
|
|
"typeSimple": "Volo.Abp.Application.Dtos.PagedResultDto<LINGYUN.Abp.BlobManagement.Dtos.BlobDto>",
|
|
"summary": null,
|
|
"contentTypes": [
|
|
"text/plain",
|
|
"application/json",
|
|
"text/json"
|
|
],
|
|
"isRemoteStream": false
|
|
},
|
|
"allowAnonymous": null,
|
|
"authorizeDatas": [],
|
|
"implementFrom": "LINGYUN.Abp.BlobManagement.IBlobAppService",
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"GenerateDownloadUrlAsyncById": {
|
|
"uniqueName": "GenerateDownloadUrlAsyncById",
|
|
"name": "GenerateDownloadUrlAsync",
|
|
"httpMethod": "GET",
|
|
"url": "api/blob-management/blobs/generate/download-url/{id}",
|
|
"supportedVersions": [],
|
|
"parametersOnMethod": [
|
|
{
|
|
"name": "id",
|
|
"typeAsString": "System.Guid, System.Private.CoreLib",
|
|
"type": "System.Guid",
|
|
"typeSimple": "string",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"parameters": [
|
|
{
|
|
"nameOnMethod": "id",
|
|
"name": "id",
|
|
"jsonName": null,
|
|
"type": "System.Guid",
|
|
"typeSimple": "string",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": [],
|
|
"bindingSourceId": "Path",
|
|
"descriptorName": "",
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"returnValue": {
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"summary": null,
|
|
"contentTypes": [
|
|
"text/plain",
|
|
"application/json",
|
|
"text/json"
|
|
],
|
|
"isRemoteStream": false
|
|
},
|
|
"allowAnonymous": null,
|
|
"authorizeDatas": [],
|
|
"implementFrom": "LINGYUN.Abp.BlobManagement.IBlobAppService",
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"GeneratePreviewUrlAsyncById": {
|
|
"uniqueName": "GeneratePreviewUrlAsyncById",
|
|
"name": "GeneratePreviewUrlAsync",
|
|
"httpMethod": "GET",
|
|
"url": "api/blob-management/blobs/generate/preview-url/{id}",
|
|
"supportedVersions": [],
|
|
"parametersOnMethod": [
|
|
{
|
|
"name": "id",
|
|
"typeAsString": "System.Guid, System.Private.CoreLib",
|
|
"type": "System.Guid",
|
|
"typeSimple": "string",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"parameters": [
|
|
{
|
|
"nameOnMethod": "id",
|
|
"name": "id",
|
|
"jsonName": null,
|
|
"type": "System.Guid",
|
|
"typeSimple": "string",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": [],
|
|
"bindingSourceId": "Path",
|
|
"descriptorName": "",
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"returnValue": {
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"summary": null,
|
|
"contentTypes": [
|
|
"text/plain",
|
|
"application/json",
|
|
"text/json"
|
|
],
|
|
"isRemoteStream": false
|
|
},
|
|
"allowAnonymous": null,
|
|
"authorizeDatas": [],
|
|
"implementFrom": "LINGYUN.Abp.BlobManagement.IBlobAppService",
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
}
|
|
},
|
|
"LINGYUN.Abp.BlobManagement.Integration.BlobIntegrationController": {
|
|
"controllerName": "BlobIntegration",
|
|
"controllerGroupName": "BlobIntegration",
|
|
"isRemoteService": true,
|
|
"isIntegrationService": true,
|
|
"apiVersion": null,
|
|
"type": "LINGYUN.Abp.BlobManagement.Integration.BlobIntegrationController",
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null,
|
|
"interfaces": [
|
|
{
|
|
"type": "LINGYUN.Abp.BlobManagement.Integration.IBlobIntegrationService",
|
|
"name": "IBlobIntegrationService",
|
|
"methods": [
|
|
{
|
|
"name": "CreateAsync",
|
|
"parametersOnMethod": [
|
|
{
|
|
"name": "input",
|
|
"typeAsString": "LINGYUN.Abp.BlobManagement.Integration.Dtos.BlobFileCreateIntegrationDto, LINGYUN.Abp.BlobManagement.Application.Contracts",
|
|
"type": "LINGYUN.Abp.BlobManagement.Integration.Dtos.BlobFileCreateIntegrationDto",
|
|
"typeSimple": "LINGYUN.Abp.BlobManagement.Integration.Dtos.BlobFileCreateIntegrationDto",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"returnValue": {
|
|
"type": "LINGYUN.Abp.BlobManagement.Dtos.BlobDto",
|
|
"typeSimple": "LINGYUN.Abp.BlobManagement.Dtos.BlobDto",
|
|
"summary": null,
|
|
"contentTypes": null,
|
|
"isRemoteStream": false
|
|
}
|
|
},
|
|
{
|
|
"name": "DeleteAsync",
|
|
"parametersOnMethod": [
|
|
{
|
|
"name": "input",
|
|
"typeAsString": "LINGYUN.Abp.BlobManagement.Integration.Dtos.BlobFileGetByNameIntegrationDto, LINGYUN.Abp.BlobManagement.Application.Contracts",
|
|
"type": "LINGYUN.Abp.BlobManagement.Integration.Dtos.BlobFileGetByNameIntegrationDto",
|
|
"typeSimple": "LINGYUN.Abp.BlobManagement.Integration.Dtos.BlobFileGetByNameIntegrationDto",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"returnValue": {
|
|
"type": "System.Void",
|
|
"typeSimple": "System.Void",
|
|
"summary": null,
|
|
"contentTypes": null,
|
|
"isRemoteStream": false
|
|
}
|
|
},
|
|
{
|
|
"name": "ExistsAsync",
|
|
"parametersOnMethod": [
|
|
{
|
|
"name": "input",
|
|
"typeAsString": "LINGYUN.Abp.BlobManagement.Integration.Dtos.BlobFileGetByNameIntegrationDto, LINGYUN.Abp.BlobManagement.Application.Contracts",
|
|
"type": "LINGYUN.Abp.BlobManagement.Integration.Dtos.BlobFileGetByNameIntegrationDto",
|
|
"typeSimple": "LINGYUN.Abp.BlobManagement.Integration.Dtos.BlobFileGetByNameIntegrationDto",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"returnValue": {
|
|
"type": "System.Boolean",
|
|
"typeSimple": "boolean",
|
|
"summary": null,
|
|
"contentTypes": null,
|
|
"isRemoteStream": false
|
|
}
|
|
},
|
|
{
|
|
"name": "DownloadAsync",
|
|
"parametersOnMethod": [
|
|
{
|
|
"name": "input",
|
|
"typeAsString": "LINGYUN.Abp.BlobManagement.Integration.Dtos.BlobFileGetByNameIntegrationDto, LINGYUN.Abp.BlobManagement.Application.Contracts",
|
|
"type": "LINGYUN.Abp.BlobManagement.Integration.Dtos.BlobFileGetByNameIntegrationDto",
|
|
"typeSimple": "LINGYUN.Abp.BlobManagement.Integration.Dtos.BlobFileGetByNameIntegrationDto",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"returnValue": {
|
|
"type": "Volo.Abp.Content.IRemoteStreamContent",
|
|
"typeSimple": "Volo.Abp.Content.IRemoteStreamContent",
|
|
"summary": null,
|
|
"contentTypes": null,
|
|
"isRemoteStream": true
|
|
}
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"actions": {
|
|
"CreateAsyncByInput": {
|
|
"uniqueName": "CreateAsyncByInput",
|
|
"name": "CreateAsync",
|
|
"httpMethod": "POST",
|
|
"url": "integration-api/blob-management/blobs",
|
|
"supportedVersions": [],
|
|
"parametersOnMethod": [
|
|
{
|
|
"name": "input",
|
|
"typeAsString": "LINGYUN.Abp.BlobManagement.Integration.Dtos.BlobFileCreateIntegrationDto, LINGYUN.Abp.BlobManagement.Application.Contracts",
|
|
"type": "LINGYUN.Abp.BlobManagement.Integration.Dtos.BlobFileCreateIntegrationDto",
|
|
"typeSimple": "LINGYUN.Abp.BlobManagement.Integration.Dtos.BlobFileCreateIntegrationDto",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"parameters": [
|
|
{
|
|
"nameOnMethod": "input",
|
|
"name": "Overwrite",
|
|
"jsonName": null,
|
|
"type": "System.Boolean?",
|
|
"typeSimple": "boolean?",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": null,
|
|
"bindingSourceId": "Form",
|
|
"descriptorName": "input",
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"nameOnMethod": "input",
|
|
"name": "File",
|
|
"jsonName": null,
|
|
"type": "Volo.Abp.Content.IRemoteStreamContent",
|
|
"typeSimple": "Volo.Abp.Content.IRemoteStreamContent",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": null,
|
|
"bindingSourceId": "FormFile",
|
|
"descriptorName": "input",
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"nameOnMethod": "input",
|
|
"name": "ContainerName",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": null,
|
|
"bindingSourceId": "Form",
|
|
"descriptorName": "input",
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"nameOnMethod": "input",
|
|
"name": "BlobName",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": null,
|
|
"bindingSourceId": "Form",
|
|
"descriptorName": "input",
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"returnValue": {
|
|
"type": "LINGYUN.Abp.BlobManagement.Dtos.BlobDto",
|
|
"typeSimple": "LINGYUN.Abp.BlobManagement.Dtos.BlobDto",
|
|
"summary": null,
|
|
"contentTypes": [
|
|
"text/plain",
|
|
"application/json",
|
|
"text/json"
|
|
],
|
|
"isRemoteStream": false
|
|
},
|
|
"allowAnonymous": null,
|
|
"authorizeDatas": [],
|
|
"implementFrom": "LINGYUN.Abp.BlobManagement.Integration.IBlobIntegrationService",
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"DeleteAsyncByInput": {
|
|
"uniqueName": "DeleteAsyncByInput",
|
|
"name": "DeleteAsync",
|
|
"httpMethod": "DELETE",
|
|
"url": "integration-api/blob-management/blobs",
|
|
"supportedVersions": [],
|
|
"parametersOnMethod": [
|
|
{
|
|
"name": "input",
|
|
"typeAsString": "LINGYUN.Abp.BlobManagement.Integration.Dtos.BlobFileGetByNameIntegrationDto, LINGYUN.Abp.BlobManagement.Application.Contracts",
|
|
"type": "LINGYUN.Abp.BlobManagement.Integration.Dtos.BlobFileGetByNameIntegrationDto",
|
|
"typeSimple": "LINGYUN.Abp.BlobManagement.Integration.Dtos.BlobFileGetByNameIntegrationDto",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"parameters": [
|
|
{
|
|
"nameOnMethod": "input",
|
|
"name": "ContainerName",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": null,
|
|
"bindingSourceId": "ModelBinding",
|
|
"descriptorName": "input",
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"nameOnMethod": "input",
|
|
"name": "BlobName",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": null,
|
|
"bindingSourceId": "ModelBinding",
|
|
"descriptorName": "input",
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"returnValue": {
|
|
"type": "System.Void",
|
|
"typeSimple": "System.Void",
|
|
"summary": null,
|
|
"contentTypes": [
|
|
"text/plain",
|
|
"application/json",
|
|
"text/json"
|
|
],
|
|
"isRemoteStream": false
|
|
},
|
|
"allowAnonymous": null,
|
|
"authorizeDatas": [],
|
|
"implementFrom": "LINGYUN.Abp.BlobManagement.Integration.IBlobIntegrationService",
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"ExistsAsyncByInput": {
|
|
"uniqueName": "ExistsAsyncByInput",
|
|
"name": "ExistsAsync",
|
|
"httpMethod": "GET",
|
|
"url": "integration-api/blob-management/blobs/exists",
|
|
"supportedVersions": [],
|
|
"parametersOnMethod": [
|
|
{
|
|
"name": "input",
|
|
"typeAsString": "LINGYUN.Abp.BlobManagement.Integration.Dtos.BlobFileGetByNameIntegrationDto, LINGYUN.Abp.BlobManagement.Application.Contracts",
|
|
"type": "LINGYUN.Abp.BlobManagement.Integration.Dtos.BlobFileGetByNameIntegrationDto",
|
|
"typeSimple": "LINGYUN.Abp.BlobManagement.Integration.Dtos.BlobFileGetByNameIntegrationDto",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"parameters": [
|
|
{
|
|
"nameOnMethod": "input",
|
|
"name": "ContainerName",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": null,
|
|
"bindingSourceId": "ModelBinding",
|
|
"descriptorName": "input",
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"nameOnMethod": "input",
|
|
"name": "BlobName",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": null,
|
|
"bindingSourceId": "ModelBinding",
|
|
"descriptorName": "input",
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"returnValue": {
|
|
"type": "System.Boolean",
|
|
"typeSimple": "boolean",
|
|
"summary": null,
|
|
"contentTypes": [
|
|
"text/plain",
|
|
"application/json",
|
|
"text/json"
|
|
],
|
|
"isRemoteStream": false
|
|
},
|
|
"allowAnonymous": null,
|
|
"authorizeDatas": [],
|
|
"implementFrom": "LINGYUN.Abp.BlobManagement.Integration.IBlobIntegrationService",
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"DownloadAsyncByInput": {
|
|
"uniqueName": "DownloadAsyncByInput",
|
|
"name": "DownloadAsync",
|
|
"httpMethod": "GET",
|
|
"url": "integration-api/blob-management/blobs/download",
|
|
"supportedVersions": [],
|
|
"parametersOnMethod": [
|
|
{
|
|
"name": "input",
|
|
"typeAsString": "LINGYUN.Abp.BlobManagement.Integration.Dtos.BlobFileGetByNameIntegrationDto, LINGYUN.Abp.BlobManagement.Application.Contracts",
|
|
"type": "LINGYUN.Abp.BlobManagement.Integration.Dtos.BlobFileGetByNameIntegrationDto",
|
|
"typeSimple": "LINGYUN.Abp.BlobManagement.Integration.Dtos.BlobFileGetByNameIntegrationDto",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"parameters": [
|
|
{
|
|
"nameOnMethod": "input",
|
|
"name": "ContainerName",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": null,
|
|
"bindingSourceId": "ModelBinding",
|
|
"descriptorName": "input",
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"nameOnMethod": "input",
|
|
"name": "BlobName",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": null,
|
|
"bindingSourceId": "ModelBinding",
|
|
"descriptorName": "input",
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"returnValue": {
|
|
"type": "Volo.Abp.Content.IRemoteStreamContent",
|
|
"typeSimple": "Volo.Abp.Content.IRemoteStreamContent",
|
|
"summary": null,
|
|
"contentTypes": [
|
|
"text/plain",
|
|
"application/json",
|
|
"text/json"
|
|
],
|
|
"isRemoteStream": true
|
|
},
|
|
"allowAnonymous": null,
|
|
"authorizeDatas": [],
|
|
"implementFrom": "LINGYUN.Abp.BlobManagement.Integration.IBlobIntegrationService",
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
}
|
|
},
|
|
"LINGYUN.Abp.BlobManagement.PrivateBlobController": {
|
|
"controllerName": "PrivateBlob",
|
|
"controllerGroupName": "PrivateBlob",
|
|
"isRemoteService": true,
|
|
"isIntegrationService": false,
|
|
"apiVersion": null,
|
|
"type": "LINGYUN.Abp.BlobManagement.PrivateBlobController",
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null,
|
|
"interfaces": [
|
|
{
|
|
"type": "LINGYUN.Abp.BlobManagement.IPrivateBlobAppService",
|
|
"name": "IPrivateBlobAppService",
|
|
"methods": [
|
|
{
|
|
"name": "CreateFileAsync",
|
|
"parametersOnMethod": [
|
|
{
|
|
"name": "input",
|
|
"typeAsString": "LINGYUN.Abp.BlobManagement.Dtos.BlobFileCreateWithoutContainerDto, LINGYUN.Abp.BlobManagement.Application.Contracts",
|
|
"type": "LINGYUN.Abp.BlobManagement.Dtos.BlobFileCreateWithoutContainerDto",
|
|
"typeSimple": "LINGYUN.Abp.BlobManagement.Dtos.BlobFileCreateWithoutContainerDto",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"returnValue": {
|
|
"type": "LINGYUN.Abp.BlobManagement.Dtos.BlobDto",
|
|
"typeSimple": "LINGYUN.Abp.BlobManagement.Dtos.BlobDto",
|
|
"summary": null,
|
|
"contentTypes": null,
|
|
"isRemoteStream": false
|
|
}
|
|
},
|
|
{
|
|
"name": "CreateChunkFileAsync",
|
|
"parametersOnMethod": [
|
|
{
|
|
"name": "input",
|
|
"typeAsString": "LINGYUN.Abp.BlobManagement.Dtos.BlobFileChunkCreateWithoutContainerDto, LINGYUN.Abp.BlobManagement.Application.Contracts",
|
|
"type": "LINGYUN.Abp.BlobManagement.Dtos.BlobFileChunkCreateWithoutContainerDto",
|
|
"typeSimple": "LINGYUN.Abp.BlobManagement.Dtos.BlobFileChunkCreateWithoutContainerDto",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"returnValue": {
|
|
"type": "System.Void",
|
|
"typeSimple": "System.Void",
|
|
"summary": null,
|
|
"contentTypes": null,
|
|
"isRemoteStream": false
|
|
}
|
|
},
|
|
{
|
|
"name": "CreateFolderAsync",
|
|
"parametersOnMethod": [
|
|
{
|
|
"name": "input",
|
|
"typeAsString": "LINGYUN.Abp.BlobManagement.Dtos.BlobFolderCreateWithoutContainerDto, LINGYUN.Abp.BlobManagement.Application.Contracts",
|
|
"type": "LINGYUN.Abp.BlobManagement.Dtos.BlobFolderCreateWithoutContainerDto",
|
|
"typeSimple": "LINGYUN.Abp.BlobManagement.Dtos.BlobFolderCreateWithoutContainerDto",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"returnValue": {
|
|
"type": "LINGYUN.Abp.BlobManagement.Dtos.BlobDto",
|
|
"typeSimple": "LINGYUN.Abp.BlobManagement.Dtos.BlobDto",
|
|
"summary": null,
|
|
"contentTypes": null,
|
|
"isRemoteStream": false
|
|
}
|
|
},
|
|
{
|
|
"name": "DeleteAsync",
|
|
"parametersOnMethod": [
|
|
{
|
|
"name": "id",
|
|
"typeAsString": "System.Guid, System.Private.CoreLib",
|
|
"type": "System.Guid",
|
|
"typeSimple": "string",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"returnValue": {
|
|
"type": "System.Void",
|
|
"typeSimple": "System.Void",
|
|
"summary": null,
|
|
"contentTypes": null,
|
|
"isRemoteStream": false
|
|
}
|
|
},
|
|
{
|
|
"name": "DownloadAsync",
|
|
"parametersOnMethod": [
|
|
{
|
|
"name": "id",
|
|
"typeAsString": "System.Guid, System.Private.CoreLib",
|
|
"type": "System.Guid",
|
|
"typeSimple": "string",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"returnValue": {
|
|
"type": "Volo.Abp.Content.IRemoteStreamContent",
|
|
"typeSimple": "Volo.Abp.Content.IRemoteStreamContent",
|
|
"summary": null,
|
|
"contentTypes": null,
|
|
"isRemoteStream": true
|
|
}
|
|
},
|
|
{
|
|
"name": "DownloadByNameAsync",
|
|
"parametersOnMethod": [
|
|
{
|
|
"name": "name",
|
|
"typeAsString": "System.String, System.Private.CoreLib",
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"returnValue": {
|
|
"type": "Volo.Abp.Content.IRemoteStreamContent",
|
|
"typeSimple": "Volo.Abp.Content.IRemoteStreamContent",
|
|
"summary": null,
|
|
"contentTypes": null,
|
|
"isRemoteStream": true
|
|
}
|
|
},
|
|
{
|
|
"name": "GetAsync",
|
|
"parametersOnMethod": [
|
|
{
|
|
"name": "id",
|
|
"typeAsString": "System.Guid, System.Private.CoreLib",
|
|
"type": "System.Guid",
|
|
"typeSimple": "string",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"returnValue": {
|
|
"type": "LINGYUN.Abp.BlobManagement.Dtos.BlobDto",
|
|
"typeSimple": "LINGYUN.Abp.BlobManagement.Dtos.BlobDto",
|
|
"summary": null,
|
|
"contentTypes": null,
|
|
"isRemoteStream": false
|
|
}
|
|
},
|
|
{
|
|
"name": "GetListAsync",
|
|
"parametersOnMethod": [
|
|
{
|
|
"name": "input",
|
|
"typeAsString": "LINGYUN.Abp.BlobManagement.Dtos.BlobGetPagedListWithoutContainerInput, LINGYUN.Abp.BlobManagement.Application.Contracts",
|
|
"type": "LINGYUN.Abp.BlobManagement.Dtos.BlobGetPagedListWithoutContainerInput",
|
|
"typeSimple": "LINGYUN.Abp.BlobManagement.Dtos.BlobGetPagedListWithoutContainerInput",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"returnValue": {
|
|
"type": "Volo.Abp.Application.Dtos.PagedResultDto<LINGYUN.Abp.BlobManagement.Dtos.BlobDto>",
|
|
"typeSimple": "Volo.Abp.Application.Dtos.PagedResultDto<LINGYUN.Abp.BlobManagement.Dtos.BlobDto>",
|
|
"summary": null,
|
|
"contentTypes": null,
|
|
"isRemoteStream": false
|
|
}
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"actions": {
|
|
"CreateFileAsyncByInput": {
|
|
"uniqueName": "CreateFileAsyncByInput",
|
|
"name": "CreateFileAsync",
|
|
"httpMethod": "POST",
|
|
"url": "api/blob-management/private/blobs/file",
|
|
"supportedVersions": [],
|
|
"parametersOnMethod": [
|
|
{
|
|
"name": "input",
|
|
"typeAsString": "LINGYUN.Abp.BlobManagement.Dtos.BlobFileCreateWithoutContainerDto, LINGYUN.Abp.BlobManagement.Application.Contracts",
|
|
"type": "LINGYUN.Abp.BlobManagement.Dtos.BlobFileCreateWithoutContainerDto",
|
|
"typeSimple": "LINGYUN.Abp.BlobManagement.Dtos.BlobFileCreateWithoutContainerDto",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"parameters": [
|
|
{
|
|
"nameOnMethod": "input",
|
|
"name": "CompareMd5",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": null,
|
|
"bindingSourceId": "Form",
|
|
"descriptorName": "input",
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"nameOnMethod": "input",
|
|
"name": "Name",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": null,
|
|
"bindingSourceId": "Form",
|
|
"descriptorName": "input",
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"nameOnMethod": "input",
|
|
"name": "ParentId",
|
|
"jsonName": null,
|
|
"type": "System.Guid?",
|
|
"typeSimple": "string?",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": null,
|
|
"bindingSourceId": "Form",
|
|
"descriptorName": "input",
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"nameOnMethod": "input",
|
|
"name": "File",
|
|
"jsonName": null,
|
|
"type": "Volo.Abp.Content.IRemoteStreamContent",
|
|
"typeSimple": "Volo.Abp.Content.IRemoteStreamContent",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": null,
|
|
"bindingSourceId": "FormFile",
|
|
"descriptorName": "input",
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"returnValue": {
|
|
"type": "LINGYUN.Abp.BlobManagement.Dtos.BlobDto",
|
|
"typeSimple": "LINGYUN.Abp.BlobManagement.Dtos.BlobDto",
|
|
"summary": null,
|
|
"contentTypes": [
|
|
"text/plain",
|
|
"application/json",
|
|
"text/json"
|
|
],
|
|
"isRemoteStream": false
|
|
},
|
|
"allowAnonymous": false,
|
|
"authorizeDatas": [
|
|
{
|
|
"policy": null,
|
|
"roles": null
|
|
}
|
|
],
|
|
"implementFrom": "LINGYUN.Abp.BlobManagement.IPrivateBlobAppService",
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"CreateChunkFileAsyncByInput": {
|
|
"uniqueName": "CreateChunkFileAsyncByInput",
|
|
"name": "CreateChunkFileAsync",
|
|
"httpMethod": "POST",
|
|
"url": "api/blob-management/private/blobs/file/chunk",
|
|
"supportedVersions": [],
|
|
"parametersOnMethod": [
|
|
{
|
|
"name": "input",
|
|
"typeAsString": "LINGYUN.Abp.BlobManagement.Dtos.BlobFileChunkCreateWithoutContainerDto, LINGYUN.Abp.BlobManagement.Application.Contracts",
|
|
"type": "LINGYUN.Abp.BlobManagement.Dtos.BlobFileChunkCreateWithoutContainerDto",
|
|
"typeSimple": "LINGYUN.Abp.BlobManagement.Dtos.BlobFileChunkCreateWithoutContainerDto",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"parameters": [
|
|
{
|
|
"nameOnMethod": "input",
|
|
"name": "ChunkSize",
|
|
"jsonName": null,
|
|
"type": "System.Int64",
|
|
"typeSimple": "number",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": null,
|
|
"bindingSourceId": "Form",
|
|
"descriptorName": "input",
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"nameOnMethod": "input",
|
|
"name": "CurrentChunkSize",
|
|
"jsonName": null,
|
|
"type": "System.Int64",
|
|
"typeSimple": "number",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": null,
|
|
"bindingSourceId": "Form",
|
|
"descriptorName": "input",
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"nameOnMethod": "input",
|
|
"name": "ChunkNumber",
|
|
"jsonName": null,
|
|
"type": "System.Int32",
|
|
"typeSimple": "number",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": null,
|
|
"bindingSourceId": "Form",
|
|
"descriptorName": "input",
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"nameOnMethod": "input",
|
|
"name": "TotalChunks",
|
|
"jsonName": null,
|
|
"type": "System.Int32",
|
|
"typeSimple": "number",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": null,
|
|
"bindingSourceId": "Form",
|
|
"descriptorName": "input",
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"nameOnMethod": "input",
|
|
"name": "CompareMd5",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": null,
|
|
"bindingSourceId": "Form",
|
|
"descriptorName": "input",
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"nameOnMethod": "input",
|
|
"name": "Name",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": null,
|
|
"bindingSourceId": "Form",
|
|
"descriptorName": "input",
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"nameOnMethod": "input",
|
|
"name": "ParentId",
|
|
"jsonName": null,
|
|
"type": "System.Guid?",
|
|
"typeSimple": "string?",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": null,
|
|
"bindingSourceId": "Form",
|
|
"descriptorName": "input",
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"nameOnMethod": "input",
|
|
"name": "File",
|
|
"jsonName": null,
|
|
"type": "Volo.Abp.Content.IRemoteStreamContent",
|
|
"typeSimple": "Volo.Abp.Content.IRemoteStreamContent",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": null,
|
|
"bindingSourceId": "FormFile",
|
|
"descriptorName": "input",
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"returnValue": {
|
|
"type": "System.Void",
|
|
"typeSimple": "System.Void",
|
|
"summary": null,
|
|
"contentTypes": [
|
|
"text/plain",
|
|
"application/json",
|
|
"text/json"
|
|
],
|
|
"isRemoteStream": false
|
|
},
|
|
"allowAnonymous": false,
|
|
"authorizeDatas": [
|
|
{
|
|
"policy": null,
|
|
"roles": null
|
|
}
|
|
],
|
|
"implementFrom": "LINGYUN.Abp.BlobManagement.IPrivateBlobAppService",
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"CreateFolderAsyncByInput": {
|
|
"uniqueName": "CreateFolderAsyncByInput",
|
|
"name": "CreateFolderAsync",
|
|
"httpMethod": "POST",
|
|
"url": "api/blob-management/private/blobs/folder",
|
|
"supportedVersions": [],
|
|
"parametersOnMethod": [
|
|
{
|
|
"name": "input",
|
|
"typeAsString": "LINGYUN.Abp.BlobManagement.Dtos.BlobFolderCreateWithoutContainerDto, LINGYUN.Abp.BlobManagement.Application.Contracts",
|
|
"type": "LINGYUN.Abp.BlobManagement.Dtos.BlobFolderCreateWithoutContainerDto",
|
|
"typeSimple": "LINGYUN.Abp.BlobManagement.Dtos.BlobFolderCreateWithoutContainerDto",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"parameters": [
|
|
{
|
|
"nameOnMethod": "input",
|
|
"name": "input",
|
|
"jsonName": null,
|
|
"type": "LINGYUN.Abp.BlobManagement.Dtos.BlobFolderCreateWithoutContainerDto",
|
|
"typeSimple": "LINGYUN.Abp.BlobManagement.Dtos.BlobFolderCreateWithoutContainerDto",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": null,
|
|
"bindingSourceId": "Body",
|
|
"descriptorName": "",
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"returnValue": {
|
|
"type": "LINGYUN.Abp.BlobManagement.Dtos.BlobDto",
|
|
"typeSimple": "LINGYUN.Abp.BlobManagement.Dtos.BlobDto",
|
|
"summary": null,
|
|
"contentTypes": [
|
|
"text/plain",
|
|
"application/json",
|
|
"text/json"
|
|
],
|
|
"isRemoteStream": false
|
|
},
|
|
"allowAnonymous": false,
|
|
"authorizeDatas": [
|
|
{
|
|
"policy": null,
|
|
"roles": null
|
|
}
|
|
],
|
|
"implementFrom": "LINGYUN.Abp.BlobManagement.IPrivateBlobAppService",
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"DeleteAsyncById": {
|
|
"uniqueName": "DeleteAsyncById",
|
|
"name": "DeleteAsync",
|
|
"httpMethod": "DELETE",
|
|
"url": "api/blob-management/private/blobs/{id}",
|
|
"supportedVersions": [],
|
|
"parametersOnMethod": [
|
|
{
|
|
"name": "id",
|
|
"typeAsString": "System.Guid, System.Private.CoreLib",
|
|
"type": "System.Guid",
|
|
"typeSimple": "string",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"parameters": [
|
|
{
|
|
"nameOnMethod": "id",
|
|
"name": "id",
|
|
"jsonName": null,
|
|
"type": "System.Guid",
|
|
"typeSimple": "string",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": [],
|
|
"bindingSourceId": "Path",
|
|
"descriptorName": "",
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"returnValue": {
|
|
"type": "System.Void",
|
|
"typeSimple": "System.Void",
|
|
"summary": null,
|
|
"contentTypes": [
|
|
"text/plain",
|
|
"application/json",
|
|
"text/json"
|
|
],
|
|
"isRemoteStream": false
|
|
},
|
|
"allowAnonymous": false,
|
|
"authorizeDatas": [
|
|
{
|
|
"policy": null,
|
|
"roles": null
|
|
}
|
|
],
|
|
"implementFrom": "LINGYUN.Abp.BlobManagement.IPrivateBlobAppService",
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"DownloadAsyncById": {
|
|
"uniqueName": "DownloadAsyncById",
|
|
"name": "DownloadAsync",
|
|
"httpMethod": "GET",
|
|
"url": "api/blob-management/private/blobs/download/{id}",
|
|
"supportedVersions": [],
|
|
"parametersOnMethod": [
|
|
{
|
|
"name": "id",
|
|
"typeAsString": "System.Guid, System.Private.CoreLib",
|
|
"type": "System.Guid",
|
|
"typeSimple": "string",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"parameters": [
|
|
{
|
|
"nameOnMethod": "id",
|
|
"name": "id",
|
|
"jsonName": null,
|
|
"type": "System.Guid",
|
|
"typeSimple": "string",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": [],
|
|
"bindingSourceId": "Path",
|
|
"descriptorName": "",
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"returnValue": {
|
|
"type": "Volo.Abp.Content.IRemoteStreamContent",
|
|
"typeSimple": "Volo.Abp.Content.IRemoteStreamContent",
|
|
"summary": null,
|
|
"contentTypes": [
|
|
"text/plain",
|
|
"application/json",
|
|
"text/json"
|
|
],
|
|
"isRemoteStream": true
|
|
},
|
|
"allowAnonymous": false,
|
|
"authorizeDatas": [
|
|
{
|
|
"policy": null,
|
|
"roles": null
|
|
}
|
|
],
|
|
"implementFrom": "LINGYUN.Abp.BlobManagement.IPrivateBlobAppService",
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"DownloadByNameAsyncByName": {
|
|
"uniqueName": "DownloadByNameAsyncByName",
|
|
"name": "DownloadByNameAsync",
|
|
"httpMethod": "GET",
|
|
"url": "api/blob-management/private/blobs/download/by-name/{name}",
|
|
"supportedVersions": [],
|
|
"parametersOnMethod": [
|
|
{
|
|
"name": "name",
|
|
"typeAsString": "System.String, System.Private.CoreLib",
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"parameters": [
|
|
{
|
|
"nameOnMethod": "name",
|
|
"name": "name",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": [],
|
|
"bindingSourceId": "Path",
|
|
"descriptorName": "",
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"returnValue": {
|
|
"type": "Volo.Abp.Content.IRemoteStreamContent",
|
|
"typeSimple": "Volo.Abp.Content.IRemoteStreamContent",
|
|
"summary": null,
|
|
"contentTypes": [
|
|
"text/plain",
|
|
"application/json",
|
|
"text/json"
|
|
],
|
|
"isRemoteStream": true
|
|
},
|
|
"allowAnonymous": false,
|
|
"authorizeDatas": [
|
|
{
|
|
"policy": null,
|
|
"roles": null
|
|
}
|
|
],
|
|
"implementFrom": "LINGYUN.Abp.BlobManagement.IPrivateBlobAppService",
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"GetAsyncById": {
|
|
"uniqueName": "GetAsyncById",
|
|
"name": "GetAsync",
|
|
"httpMethod": "GET",
|
|
"url": "api/blob-management/private/blobs/{id}",
|
|
"supportedVersions": [],
|
|
"parametersOnMethod": [
|
|
{
|
|
"name": "id",
|
|
"typeAsString": "System.Guid, System.Private.CoreLib",
|
|
"type": "System.Guid",
|
|
"typeSimple": "string",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"parameters": [
|
|
{
|
|
"nameOnMethod": "id",
|
|
"name": "id",
|
|
"jsonName": null,
|
|
"type": "System.Guid",
|
|
"typeSimple": "string",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": [],
|
|
"bindingSourceId": "Path",
|
|
"descriptorName": "",
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"returnValue": {
|
|
"type": "LINGYUN.Abp.BlobManagement.Dtos.BlobDto",
|
|
"typeSimple": "LINGYUN.Abp.BlobManagement.Dtos.BlobDto",
|
|
"summary": null,
|
|
"contentTypes": [
|
|
"text/plain",
|
|
"application/json",
|
|
"text/json"
|
|
],
|
|
"isRemoteStream": false
|
|
},
|
|
"allowAnonymous": false,
|
|
"authorizeDatas": [
|
|
{
|
|
"policy": null,
|
|
"roles": null
|
|
}
|
|
],
|
|
"implementFrom": "LINGYUN.Abp.BlobManagement.IPrivateBlobAppService",
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"GetListAsyncByInput": {
|
|
"uniqueName": "GetListAsyncByInput",
|
|
"name": "GetListAsync",
|
|
"httpMethod": "GET",
|
|
"url": "api/blob-management/private/blobs",
|
|
"supportedVersions": [],
|
|
"parametersOnMethod": [
|
|
{
|
|
"name": "input",
|
|
"typeAsString": "LINGYUN.Abp.BlobManagement.Dtos.BlobGetPagedListWithoutContainerInput, LINGYUN.Abp.BlobManagement.Application.Contracts",
|
|
"type": "LINGYUN.Abp.BlobManagement.Dtos.BlobGetPagedListWithoutContainerInput",
|
|
"typeSimple": "LINGYUN.Abp.BlobManagement.Dtos.BlobGetPagedListWithoutContainerInput",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"parameters": [
|
|
{
|
|
"nameOnMethod": "input",
|
|
"name": "ParentId",
|
|
"jsonName": null,
|
|
"type": "System.Guid?",
|
|
"typeSimple": "string?",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": null,
|
|
"bindingSourceId": "ModelBinding",
|
|
"descriptorName": "input",
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"nameOnMethod": "input",
|
|
"name": "Type",
|
|
"jsonName": null,
|
|
"type": "LINGYUN.Abp.BlobManagement.BlobType?",
|
|
"typeSimple": "enum?",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": null,
|
|
"bindingSourceId": "ModelBinding",
|
|
"descriptorName": "input",
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"nameOnMethod": "input",
|
|
"name": "ContentType",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": null,
|
|
"bindingSourceId": "ModelBinding",
|
|
"descriptorName": "input",
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"nameOnMethod": "input",
|
|
"name": "Sorting",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": null,
|
|
"bindingSourceId": "ModelBinding",
|
|
"descriptorName": "input",
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"nameOnMethod": "input",
|
|
"name": "SkipCount",
|
|
"jsonName": null,
|
|
"type": "System.Int32",
|
|
"typeSimple": "number",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": null,
|
|
"bindingSourceId": "ModelBinding",
|
|
"descriptorName": "input",
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"nameOnMethod": "input",
|
|
"name": "MaxResultCount",
|
|
"jsonName": null,
|
|
"type": "System.Int32",
|
|
"typeSimple": "number",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": null,
|
|
"bindingSourceId": "ModelBinding",
|
|
"descriptorName": "input",
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"returnValue": {
|
|
"type": "Volo.Abp.Application.Dtos.PagedResultDto<LINGYUN.Abp.BlobManagement.Dtos.BlobDto>",
|
|
"typeSimple": "Volo.Abp.Application.Dtos.PagedResultDto<LINGYUN.Abp.BlobManagement.Dtos.BlobDto>",
|
|
"summary": null,
|
|
"contentTypes": [
|
|
"text/plain",
|
|
"application/json",
|
|
"text/json"
|
|
],
|
|
"isRemoteStream": false
|
|
},
|
|
"allowAnonymous": false,
|
|
"authorizeDatas": [
|
|
{
|
|
"policy": null,
|
|
"roles": null
|
|
}
|
|
],
|
|
"implementFrom": "LINGYUN.Abp.BlobManagement.IPrivateBlobAppService",
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
}
|
|
},
|
|
"LINGYUN.Abp.BlobManagement.PublicBlobController": {
|
|
"controllerName": "PublicBlob",
|
|
"controllerGroupName": "PublicBlob",
|
|
"isRemoteService": true,
|
|
"isIntegrationService": false,
|
|
"apiVersion": null,
|
|
"type": "LINGYUN.Abp.BlobManagement.PublicBlobController",
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null,
|
|
"interfaces": [
|
|
{
|
|
"type": "LINGYUN.Abp.BlobManagement.IPublicBlobAppService",
|
|
"name": "IPublicBlobAppService",
|
|
"methods": [
|
|
{
|
|
"name": "DownloadAsync",
|
|
"parametersOnMethod": [
|
|
{
|
|
"name": "id",
|
|
"typeAsString": "System.Guid, System.Private.CoreLib",
|
|
"type": "System.Guid",
|
|
"typeSimple": "string",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"returnValue": {
|
|
"type": "Volo.Abp.Content.IRemoteStreamContent",
|
|
"typeSimple": "Volo.Abp.Content.IRemoteStreamContent",
|
|
"summary": null,
|
|
"contentTypes": null,
|
|
"isRemoteStream": true
|
|
}
|
|
},
|
|
{
|
|
"name": "DownloadByNameAsync",
|
|
"parametersOnMethod": [
|
|
{
|
|
"name": "name",
|
|
"typeAsString": "System.String, System.Private.CoreLib",
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"returnValue": {
|
|
"type": "Volo.Abp.Content.IRemoteStreamContent",
|
|
"typeSimple": "Volo.Abp.Content.IRemoteStreamContent",
|
|
"summary": null,
|
|
"contentTypes": null,
|
|
"isRemoteStream": true
|
|
}
|
|
},
|
|
{
|
|
"name": "GetAsync",
|
|
"parametersOnMethod": [
|
|
{
|
|
"name": "id",
|
|
"typeAsString": "System.Guid, System.Private.CoreLib",
|
|
"type": "System.Guid",
|
|
"typeSimple": "string",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"returnValue": {
|
|
"type": "LINGYUN.Abp.BlobManagement.Dtos.BlobDto",
|
|
"typeSimple": "LINGYUN.Abp.BlobManagement.Dtos.BlobDto",
|
|
"summary": null,
|
|
"contentTypes": null,
|
|
"isRemoteStream": false
|
|
}
|
|
},
|
|
{
|
|
"name": "GetListAsync",
|
|
"parametersOnMethod": [
|
|
{
|
|
"name": "input",
|
|
"typeAsString": "LINGYUN.Abp.BlobManagement.Dtos.BlobGetPagedListWithoutContainerInput, LINGYUN.Abp.BlobManagement.Application.Contracts",
|
|
"type": "LINGYUN.Abp.BlobManagement.Dtos.BlobGetPagedListWithoutContainerInput",
|
|
"typeSimple": "LINGYUN.Abp.BlobManagement.Dtos.BlobGetPagedListWithoutContainerInput",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"returnValue": {
|
|
"type": "Volo.Abp.Application.Dtos.PagedResultDto<LINGYUN.Abp.BlobManagement.Dtos.BlobDto>",
|
|
"typeSimple": "Volo.Abp.Application.Dtos.PagedResultDto<LINGYUN.Abp.BlobManagement.Dtos.BlobDto>",
|
|
"summary": null,
|
|
"contentTypes": null,
|
|
"isRemoteStream": false
|
|
}
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"actions": {
|
|
"DownloadAsyncById": {
|
|
"uniqueName": "DownloadAsyncById",
|
|
"name": "DownloadAsync",
|
|
"httpMethod": "GET",
|
|
"url": "api/blob-management/public/blobs/download/{id}",
|
|
"supportedVersions": [],
|
|
"parametersOnMethod": [
|
|
{
|
|
"name": "id",
|
|
"typeAsString": "System.Guid, System.Private.CoreLib",
|
|
"type": "System.Guid",
|
|
"typeSimple": "string",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"parameters": [
|
|
{
|
|
"nameOnMethod": "id",
|
|
"name": "id",
|
|
"jsonName": null,
|
|
"type": "System.Guid",
|
|
"typeSimple": "string",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": [],
|
|
"bindingSourceId": "Path",
|
|
"descriptorName": "",
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"returnValue": {
|
|
"type": "Volo.Abp.Content.IRemoteStreamContent",
|
|
"typeSimple": "Volo.Abp.Content.IRemoteStreamContent",
|
|
"summary": null,
|
|
"contentTypes": [
|
|
"text/plain",
|
|
"application/json",
|
|
"text/json"
|
|
],
|
|
"isRemoteStream": true
|
|
},
|
|
"allowAnonymous": null,
|
|
"authorizeDatas": [],
|
|
"implementFrom": "LINGYUN.Abp.BlobManagement.IPublicBlobAppService",
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"DownloadByNameAsyncByName": {
|
|
"uniqueName": "DownloadByNameAsyncByName",
|
|
"name": "DownloadByNameAsync",
|
|
"httpMethod": "GET",
|
|
"url": "api/blob-management/public/blobs/download/by-name/{name}",
|
|
"supportedVersions": [],
|
|
"parametersOnMethod": [
|
|
{
|
|
"name": "name",
|
|
"typeAsString": "System.String, System.Private.CoreLib",
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"parameters": [
|
|
{
|
|
"nameOnMethod": "name",
|
|
"name": "name",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": [],
|
|
"bindingSourceId": "Path",
|
|
"descriptorName": "",
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"returnValue": {
|
|
"type": "Volo.Abp.Content.IRemoteStreamContent",
|
|
"typeSimple": "Volo.Abp.Content.IRemoteStreamContent",
|
|
"summary": null,
|
|
"contentTypes": [
|
|
"text/plain",
|
|
"application/json",
|
|
"text/json"
|
|
],
|
|
"isRemoteStream": true
|
|
},
|
|
"allowAnonymous": null,
|
|
"authorizeDatas": [],
|
|
"implementFrom": "LINGYUN.Abp.BlobManagement.IPublicBlobAppService",
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"GetAsyncById": {
|
|
"uniqueName": "GetAsyncById",
|
|
"name": "GetAsync",
|
|
"httpMethod": "GET",
|
|
"url": "api/blob-management/public/blobs/{id}",
|
|
"supportedVersions": [],
|
|
"parametersOnMethod": [
|
|
{
|
|
"name": "id",
|
|
"typeAsString": "System.Guid, System.Private.CoreLib",
|
|
"type": "System.Guid",
|
|
"typeSimple": "string",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"parameters": [
|
|
{
|
|
"nameOnMethod": "id",
|
|
"name": "id",
|
|
"jsonName": null,
|
|
"type": "System.Guid",
|
|
"typeSimple": "string",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": [],
|
|
"bindingSourceId": "Path",
|
|
"descriptorName": "",
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"returnValue": {
|
|
"type": "LINGYUN.Abp.BlobManagement.Dtos.BlobDto",
|
|
"typeSimple": "LINGYUN.Abp.BlobManagement.Dtos.BlobDto",
|
|
"summary": null,
|
|
"contentTypes": [
|
|
"text/plain",
|
|
"application/json",
|
|
"text/json"
|
|
],
|
|
"isRemoteStream": false
|
|
},
|
|
"allowAnonymous": null,
|
|
"authorizeDatas": [],
|
|
"implementFrom": "LINGYUN.Abp.BlobManagement.IPublicBlobAppService",
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"GetListAsyncByInput": {
|
|
"uniqueName": "GetListAsyncByInput",
|
|
"name": "GetListAsync",
|
|
"httpMethod": "GET",
|
|
"url": "api/blob-management/public/blobs",
|
|
"supportedVersions": [],
|
|
"parametersOnMethod": [
|
|
{
|
|
"name": "input",
|
|
"typeAsString": "LINGYUN.Abp.BlobManagement.Dtos.BlobGetPagedListWithoutContainerInput, LINGYUN.Abp.BlobManagement.Application.Contracts",
|
|
"type": "LINGYUN.Abp.BlobManagement.Dtos.BlobGetPagedListWithoutContainerInput",
|
|
"typeSimple": "LINGYUN.Abp.BlobManagement.Dtos.BlobGetPagedListWithoutContainerInput",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"parameters": [
|
|
{
|
|
"nameOnMethod": "input",
|
|
"name": "ParentId",
|
|
"jsonName": null,
|
|
"type": "System.Guid?",
|
|
"typeSimple": "string?",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": null,
|
|
"bindingSourceId": "ModelBinding",
|
|
"descriptorName": "input",
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"nameOnMethod": "input",
|
|
"name": "Type",
|
|
"jsonName": null,
|
|
"type": "LINGYUN.Abp.BlobManagement.BlobType?",
|
|
"typeSimple": "enum?",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": null,
|
|
"bindingSourceId": "ModelBinding",
|
|
"descriptorName": "input",
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"nameOnMethod": "input",
|
|
"name": "ContentType",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": null,
|
|
"bindingSourceId": "ModelBinding",
|
|
"descriptorName": "input",
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"nameOnMethod": "input",
|
|
"name": "Sorting",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": null,
|
|
"bindingSourceId": "ModelBinding",
|
|
"descriptorName": "input",
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"nameOnMethod": "input",
|
|
"name": "SkipCount",
|
|
"jsonName": null,
|
|
"type": "System.Int32",
|
|
"typeSimple": "number",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": null,
|
|
"bindingSourceId": "ModelBinding",
|
|
"descriptorName": "input",
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"nameOnMethod": "input",
|
|
"name": "MaxResultCount",
|
|
"jsonName": null,
|
|
"type": "System.Int32",
|
|
"typeSimple": "number",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": null,
|
|
"bindingSourceId": "ModelBinding",
|
|
"descriptorName": "input",
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"returnValue": {
|
|
"type": "Volo.Abp.Application.Dtos.PagedResultDto<LINGYUN.Abp.BlobManagement.Dtos.BlobDto>",
|
|
"typeSimple": "Volo.Abp.Application.Dtos.PagedResultDto<LINGYUN.Abp.BlobManagement.Dtos.BlobDto>",
|
|
"summary": null,
|
|
"contentTypes": [
|
|
"text/plain",
|
|
"application/json",
|
|
"text/json"
|
|
],
|
|
"isRemoteStream": false
|
|
},
|
|
"allowAnonymous": null,
|
|
"authorizeDatas": [],
|
|
"implementFrom": "LINGYUN.Abp.BlobManagement.IPublicBlobAppService",
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"types": {
|
|
"LINGYUN.Abp.BlobManagement.BlobType": {
|
|
"baseType": "System.Enum",
|
|
"isEnum": true,
|
|
"enumNames": [
|
|
"Folder",
|
|
"File"
|
|
],
|
|
"enumValues": [
|
|
0,
|
|
1
|
|
],
|
|
"genericArguments": null,
|
|
"properties": null,
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"LINGYUN.Abp.BlobManagement.Dtos.BlobContainerCreateDto": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "Name",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": true,
|
|
"minLength": 0,
|
|
"maxLength": 128,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"LINGYUN.Abp.BlobManagement.Dtos.BlobContainerDto": {
|
|
"baseType": "Volo.Abp.Application.Dtos.ExtensibleAuditedEntityDto<System.Guid>",
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "Name",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "ConcurrencyStamp",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"LINGYUN.Abp.BlobManagement.Dtos.BlobContainerGetPagedListInput": {
|
|
"baseType": "Volo.Abp.Application.Dtos.PagedAndSortedResultRequestDto",
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "Filter",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"LINGYUN.Abp.BlobManagement.Dtos.BlobDownloadByIdInput": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "Key",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": true,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"LINGYUN.Abp.BlobManagement.Dtos.BlobDownloadByNameInput": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "TenantId",
|
|
"jsonName": null,
|
|
"type": "System.Guid?",
|
|
"typeSimple": "string?",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "ContainerName",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": true,
|
|
"minLength": 0,
|
|
"maxLength": 128,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "BlobName",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": true,
|
|
"minLength": 0,
|
|
"maxLength": 256,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"LINGYUN.Abp.BlobManagement.Dtos.BlobDto": {
|
|
"baseType": "Volo.Abp.Application.Dtos.ExtensibleAuditedEntityDto<System.Guid>",
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "Name",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "FullName",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Type",
|
|
"jsonName": null,
|
|
"type": "LINGYUN.Abp.BlobManagement.BlobType",
|
|
"typeSimple": "enum",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "ContentType",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Size",
|
|
"jsonName": null,
|
|
"type": "System.Int64",
|
|
"typeSimple": "number",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "ExpirationTime",
|
|
"jsonName": null,
|
|
"type": "System.DateTime?",
|
|
"typeSimple": "string?",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "DownloadCount",
|
|
"jsonName": null,
|
|
"type": "System.Int64",
|
|
"typeSimple": "number",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"LINGYUN.Abp.BlobManagement.Dtos.BlobFileChunkCreateBaseDto": {
|
|
"baseType": "LINGYUN.Abp.BlobManagement.Dtos.BlobFileCreateBaseDto",
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "ChunkSize",
|
|
"jsonName": null,
|
|
"type": "System.Int64",
|
|
"typeSimple": "number",
|
|
"isRequired": true,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "CurrentChunkSize",
|
|
"jsonName": null,
|
|
"type": "System.Int64",
|
|
"typeSimple": "number",
|
|
"isRequired": true,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "ChunkNumber",
|
|
"jsonName": null,
|
|
"type": "System.Int32",
|
|
"typeSimple": "number",
|
|
"isRequired": true,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "TotalChunks",
|
|
"jsonName": null,
|
|
"type": "System.Int32",
|
|
"typeSimple": "number",
|
|
"isRequired": true,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"LINGYUN.Abp.BlobManagement.Dtos.BlobFileChunkCreateDto": {
|
|
"baseType": "LINGYUN.Abp.BlobManagement.Dtos.BlobFileChunkCreateBaseDto",
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "ContainerId",
|
|
"jsonName": null,
|
|
"type": "System.Guid",
|
|
"typeSimple": "string",
|
|
"isRequired": true,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"LINGYUN.Abp.BlobManagement.Dtos.BlobFileChunkCreateWithoutContainerDto": {
|
|
"baseType": "LINGYUN.Abp.BlobManagement.Dtos.BlobFileChunkCreateBaseDto",
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"LINGYUN.Abp.BlobManagement.Dtos.BlobFileCreateBaseDto": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "CompareMd5",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Name",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": true,
|
|
"minLength": 0,
|
|
"maxLength": 256,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "ParentId",
|
|
"jsonName": null,
|
|
"type": "System.Guid?",
|
|
"typeSimple": "string?",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "File",
|
|
"jsonName": null,
|
|
"type": "Volo.Abp.Content.IRemoteStreamContent",
|
|
"typeSimple": "Volo.Abp.Content.IRemoteStreamContent",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"LINGYUN.Abp.BlobManagement.Dtos.BlobFileCreateDto": {
|
|
"baseType": "LINGYUN.Abp.BlobManagement.Dtos.BlobFileCreateBaseDto",
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "ContainerId",
|
|
"jsonName": null,
|
|
"type": "System.Guid",
|
|
"typeSimple": "string",
|
|
"isRequired": true,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"LINGYUN.Abp.BlobManagement.Dtos.BlobFileCreateWithoutContainerDto": {
|
|
"baseType": "LINGYUN.Abp.BlobManagement.Dtos.BlobFileCreateBaseDto",
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"LINGYUN.Abp.BlobManagement.Dtos.BlobFolderCreateBaseDto": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "Name",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": true,
|
|
"minLength": 0,
|
|
"maxLength": 256,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "ParentId",
|
|
"jsonName": null,
|
|
"type": "System.Guid?",
|
|
"typeSimple": "string?",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"LINGYUN.Abp.BlobManagement.Dtos.BlobFolderCreateDto": {
|
|
"baseType": "LINGYUN.Abp.BlobManagement.Dtos.BlobFolderCreateBaseDto",
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "ContainerId",
|
|
"jsonName": null,
|
|
"type": "System.Guid",
|
|
"typeSimple": "string",
|
|
"isRequired": true,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"LINGYUN.Abp.BlobManagement.Dtos.BlobFolderCreateWithoutContainerDto": {
|
|
"baseType": "LINGYUN.Abp.BlobManagement.Dtos.BlobFolderCreateBaseDto",
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"LINGYUN.Abp.BlobManagement.Dtos.BlobGetPagedListInput": {
|
|
"baseType": "LINGYUN.Abp.BlobManagement.Dtos.BlobGetPagedListInputBase",
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "ContainerId",
|
|
"jsonName": null,
|
|
"type": "System.Guid",
|
|
"typeSimple": "string",
|
|
"isRequired": true,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"LINGYUN.Abp.BlobManagement.Dtos.BlobGetPagedListInputBase": {
|
|
"baseType": "Volo.Abp.Application.Dtos.PagedAndSortedResultRequestDto",
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "ParentId",
|
|
"jsonName": null,
|
|
"type": "System.Guid?",
|
|
"typeSimple": "string?",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Type",
|
|
"jsonName": null,
|
|
"type": "LINGYUN.Abp.BlobManagement.BlobType?",
|
|
"typeSimple": "enum?",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "ContentType",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"LINGYUN.Abp.BlobManagement.Dtos.BlobGetPagedListWithoutContainerInput": {
|
|
"baseType": "LINGYUN.Abp.BlobManagement.Dtos.BlobGetPagedListInputBase",
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"LINGYUN.Abp.BlobManagement.Integration.Dtos.BlobFileCreateIntegrationDto": {
|
|
"baseType": "LINGYUN.Abp.BlobManagement.Integration.Dtos.BlobFileGetByNameIntegrationDto",
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "Overwrite",
|
|
"jsonName": null,
|
|
"type": "System.Boolean?",
|
|
"typeSimple": "boolean?",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "File",
|
|
"jsonName": null,
|
|
"type": "Volo.Abp.Content.IRemoteStreamContent",
|
|
"typeSimple": "Volo.Abp.Content.IRemoteStreamContent",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"LINGYUN.Abp.BlobManagement.Integration.Dtos.BlobFileGetByNameIntegrationDto": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "ContainerName",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": true,
|
|
"minLength": 0,
|
|
"maxLength": 128,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "BlobName",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": true,
|
|
"minLength": 0,
|
|
"maxLength": 256,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"LINGYUN.Abp.SettingManagement.OptionDto": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "Name",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Value",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"LINGYUN.Abp.SettingManagement.SettingDetailsDto": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "Name",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "DisplayName",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Description",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Value",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "DefaultValue",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "IsEncrypted",
|
|
"jsonName": null,
|
|
"type": "System.Boolean",
|
|
"typeSimple": "boolean",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "ValueType",
|
|
"jsonName": null,
|
|
"type": "Volo.Abp.Settings.ValueType",
|
|
"typeSimple": "enum",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Slot",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Options",
|
|
"jsonName": null,
|
|
"type": "[LINGYUN.Abp.SettingManagement.OptionDto]",
|
|
"typeSimple": "[LINGYUN.Abp.SettingManagement.OptionDto]",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Providers",
|
|
"jsonName": null,
|
|
"type": "[System.String]",
|
|
"typeSimple": "[string]",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "RequiredFeatures",
|
|
"jsonName": null,
|
|
"type": "[System.String]",
|
|
"typeSimple": "[string]",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "RequiredPermissions",
|
|
"jsonName": null,
|
|
"type": "[System.String]",
|
|
"typeSimple": "[string]",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"LINGYUN.Abp.SettingManagement.SettingDto": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "DisplayName",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Description",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Details",
|
|
"jsonName": null,
|
|
"type": "[LINGYUN.Abp.SettingManagement.SettingDetailsDto]",
|
|
"typeSimple": "[LINGYUN.Abp.SettingManagement.SettingDetailsDto]",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"LINGYUN.Abp.SettingManagement.SettingGroupDto": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "DisplayName",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Description",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Settings",
|
|
"jsonName": null,
|
|
"type": "[LINGYUN.Abp.SettingManagement.SettingDto]",
|
|
"typeSimple": "[LINGYUN.Abp.SettingManagement.SettingDto]",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"LINGYUN.Abp.SettingManagement.SettingGroupResult": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "Items",
|
|
"jsonName": null,
|
|
"type": "[LINGYUN.Abp.SettingManagement.SettingGroupDto]",
|
|
"typeSimple": "[LINGYUN.Abp.SettingManagement.SettingGroupDto]",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"LINGYUN.Platform.Datas.DataCreateDto": {
|
|
"baseType": "LINGYUN.Platform.Datas.DataCreateOrUpdateDto",
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "ParentId",
|
|
"jsonName": null,
|
|
"type": "System.Guid?",
|
|
"typeSimple": "string?",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"LINGYUN.Platform.Datas.DataCreateOrUpdateDto": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "Name",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": true,
|
|
"minLength": 0,
|
|
"maxLength": 30,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "DisplayName",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": true,
|
|
"minLength": 0,
|
|
"maxLength": 128,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Description",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": 0,
|
|
"maxLength": 1024,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"LINGYUN.Platform.Datas.DataDto": {
|
|
"baseType": "Volo.Abp.Application.Dtos.EntityDto<System.Guid>",
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "Name",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Code",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "DisplayName",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Description",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "ParentId",
|
|
"jsonName": null,
|
|
"type": "System.Guid?",
|
|
"typeSimple": "string?",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Items",
|
|
"jsonName": null,
|
|
"type": "[LINGYUN.Platform.Datas.DataItemDto]",
|
|
"typeSimple": "[LINGYUN.Platform.Datas.DataItemDto]",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"LINGYUN.Platform.Datas.DataItemCreateDto": {
|
|
"baseType": "LINGYUN.Platform.Datas.DataItemCreateOrUpdateDto",
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "Name",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": true,
|
|
"minLength": 0,
|
|
"maxLength": 30,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"LINGYUN.Platform.Datas.DataItemCreateOrUpdateDto": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "DisplayName",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": true,
|
|
"minLength": 0,
|
|
"maxLength": 128,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "DefaultValue",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": 0,
|
|
"maxLength": 128,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Description",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": 0,
|
|
"maxLength": 1024,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "AllowBeNull",
|
|
"jsonName": null,
|
|
"type": "System.Boolean",
|
|
"typeSimple": "boolean",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "ValueType",
|
|
"jsonName": null,
|
|
"type": "LINGYUN.Platform.Datas.ValueType",
|
|
"typeSimple": "enum",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"LINGYUN.Platform.Datas.DataItemDto": {
|
|
"baseType": "Volo.Abp.Application.Dtos.EntityDto<System.Guid>",
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "Name",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "DisplayName",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "DefaultValue",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Description",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "AllowBeNull",
|
|
"jsonName": null,
|
|
"type": "System.Boolean",
|
|
"typeSimple": "boolean",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "ValueType",
|
|
"jsonName": null,
|
|
"type": "LINGYUN.Platform.Datas.ValueType",
|
|
"typeSimple": "enum",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"LINGYUN.Platform.Datas.DataItemUpdateDto": {
|
|
"baseType": "LINGYUN.Platform.Datas.DataItemCreateOrUpdateDto",
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"LINGYUN.Platform.Datas.DataMoveDto": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "ParentId",
|
|
"jsonName": null,
|
|
"type": "System.Guid?",
|
|
"typeSimple": "string?",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"LINGYUN.Platform.Datas.DataUpdateDto": {
|
|
"baseType": "LINGYUN.Platform.Datas.DataCreateOrUpdateDto",
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"LINGYUN.Platform.Datas.GetDataListInput": {
|
|
"baseType": "Volo.Abp.Application.Dtos.PagedAndSortedResultRequestDto",
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "Filter",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"LINGYUN.Platform.Datas.ValueType": {
|
|
"baseType": "System.Enum",
|
|
"isEnum": true,
|
|
"enumNames": [
|
|
"String",
|
|
"Numeic",
|
|
"Boolean",
|
|
"Date",
|
|
"DateTime",
|
|
"Array",
|
|
"Object"
|
|
],
|
|
"enumValues": [
|
|
0,
|
|
1,
|
|
2,
|
|
3,
|
|
4,
|
|
5,
|
|
6
|
|
],
|
|
"genericArguments": null,
|
|
"properties": null,
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"LINGYUN.Platform.Feedbacks.FeedbackAttachmentDto": {
|
|
"baseType": "Volo.Abp.Application.Dtos.CreationAuditedEntityDto<System.Guid>",
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "Name",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Url",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Size",
|
|
"jsonName": null,
|
|
"type": "System.Int64",
|
|
"typeSimple": "number",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"LINGYUN.Platform.Feedbacks.FeedbackAttachmentGetInput": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "FeedbackId",
|
|
"jsonName": null,
|
|
"type": "System.Guid",
|
|
"typeSimple": "string",
|
|
"isRequired": true,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Name",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": true,
|
|
"minLength": 0,
|
|
"maxLength": 64,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"LINGYUN.Platform.Feedbacks.FeedbackAttachmentTempFileCreateDto": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "Path",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Id",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"LINGYUN.Platform.Feedbacks.FeedbackAttachmentTempFileDto": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "Path",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Id",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Size",
|
|
"jsonName": null,
|
|
"type": "System.Int64",
|
|
"typeSimple": "number",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"LINGYUN.Platform.Feedbacks.FeedbackAttachmentUploadInput": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "File",
|
|
"jsonName": null,
|
|
"type": "Volo.Abp.Content.IRemoteStreamContent",
|
|
"typeSimple": "Volo.Abp.Content.IRemoteStreamContent",
|
|
"isRequired": true,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"LINGYUN.Platform.Feedbacks.FeedbackCommentDto": {
|
|
"baseType": "Volo.Abp.Application.Dtos.AuditedEntityDto<System.Guid>",
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "Content",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"LINGYUN.Platform.Feedbacks.FeedbackCreateDto": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "Content",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": true,
|
|
"minLength": 0,
|
|
"maxLength": 255,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Category",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": true,
|
|
"minLength": 0,
|
|
"maxLength": 64,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Attachments",
|
|
"jsonName": null,
|
|
"type": "[LINGYUN.Platform.Feedbacks.FeedbackAttachmentTempFileCreateDto]",
|
|
"typeSimple": "[LINGYUN.Platform.Feedbacks.FeedbackAttachmentTempFileCreateDto]",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"LINGYUN.Platform.Feedbacks.FeedbackDto": {
|
|
"baseType": "Volo.Abp.Application.Dtos.ExtensibleAuditedEntityDto<System.Guid>",
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "Content",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Category",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Status",
|
|
"jsonName": null,
|
|
"type": "LINGYUN.Platform.Feedbacks.FeedbackStatus",
|
|
"typeSimple": "enum",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Comments",
|
|
"jsonName": null,
|
|
"type": "[LINGYUN.Platform.Feedbacks.FeedbackCommentDto]",
|
|
"typeSimple": "[LINGYUN.Platform.Feedbacks.FeedbackCommentDto]",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Attachments",
|
|
"jsonName": null,
|
|
"type": "[LINGYUN.Platform.Feedbacks.FeedbackAttachmentDto]",
|
|
"typeSimple": "[LINGYUN.Platform.Feedbacks.FeedbackAttachmentDto]",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"LINGYUN.Platform.Feedbacks.FeedbackGetListInput": {
|
|
"baseType": "Volo.Abp.Application.Dtos.PagedAndSortedResultRequestDto",
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "Filter",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Category",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Status",
|
|
"jsonName": null,
|
|
"type": "LINGYUN.Platform.Feedbacks.FeedbackStatus?",
|
|
"typeSimple": "enum?",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"LINGYUN.Platform.Feedbacks.FeedbackStatus": {
|
|
"baseType": "System.Enum",
|
|
"isEnum": true,
|
|
"enumNames": [
|
|
"Created",
|
|
"InProgress",
|
|
"Closed",
|
|
"Resolved"
|
|
],
|
|
"enumValues": [
|
|
1,
|
|
2,
|
|
3,
|
|
4
|
|
],
|
|
"genericArguments": null,
|
|
"properties": null,
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"LINGYUN.Platform.Layouts.GetLayoutListInput": {
|
|
"baseType": "Volo.Abp.Application.Dtos.PagedAndSortedResultRequestDto",
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "Filter",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Framework",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": 0,
|
|
"maxLength": 64,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"LINGYUN.Platform.Layouts.LayoutCreateDto": {
|
|
"baseType": "LINGYUN.Platform.Layouts.LayoutCreateOrUpdateDto",
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "DataId",
|
|
"jsonName": null,
|
|
"type": "System.Guid",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Framework",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": true,
|
|
"minLength": 0,
|
|
"maxLength": 64,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"LINGYUN.Platform.Layouts.LayoutCreateOrUpdateDto": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "Name",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": true,
|
|
"minLength": 0,
|
|
"maxLength": 64,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "DisplayName",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": true,
|
|
"minLength": 0,
|
|
"maxLength": 128,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Description",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": 0,
|
|
"maxLength": 255,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Path",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": true,
|
|
"minLength": 0,
|
|
"maxLength": 255,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Redirect",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": 0,
|
|
"maxLength": 255,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"LINGYUN.Platform.Layouts.LayoutDto": {
|
|
"baseType": "LINGYUN.Platform.Routes.RouteDto",
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "Framework",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "DataId",
|
|
"jsonName": null,
|
|
"type": "System.Guid",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"LINGYUN.Platform.Layouts.LayoutUpdateDto": {
|
|
"baseType": "LINGYUN.Platform.Layouts.LayoutCreateOrUpdateDto",
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"LINGYUN.Platform.Menus.GetMenuInput": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "Framework",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": 0,
|
|
"maxLength": 64,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"LINGYUN.Platform.Menus.MenuCreateDto": {
|
|
"baseType": "LINGYUN.Platform.Menus.MenuCreateOrUpdateDto",
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "LayoutId",
|
|
"jsonName": null,
|
|
"type": "System.Guid",
|
|
"typeSimple": "string",
|
|
"isRequired": true,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"LINGYUN.Platform.Menus.MenuCreateOrUpdateDto": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "ParentId",
|
|
"jsonName": null,
|
|
"type": "System.Guid?",
|
|
"typeSimple": "string?",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Name",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": true,
|
|
"minLength": 0,
|
|
"maxLength": 64,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "DisplayName",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": true,
|
|
"minLength": 0,
|
|
"maxLength": 128,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Description",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": 0,
|
|
"maxLength": 255,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Path",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": true,
|
|
"minLength": 0,
|
|
"maxLength": 255,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Redirect",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": 0,
|
|
"maxLength": 255,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Component",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": true,
|
|
"minLength": 0,
|
|
"maxLength": 255,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "IsPublic",
|
|
"jsonName": null,
|
|
"type": "System.Boolean",
|
|
"typeSimple": "boolean",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Meta",
|
|
"jsonName": null,
|
|
"type": "{System.String:System.Object}",
|
|
"typeSimple": "{string:object}",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"LINGYUN.Platform.Menus.MenuDto": {
|
|
"baseType": "LINGYUN.Platform.Routes.RouteDto",
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "Code",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Component",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Framework",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "ParentId",
|
|
"jsonName": null,
|
|
"type": "System.Guid?",
|
|
"typeSimple": "string?",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "LayoutId",
|
|
"jsonName": null,
|
|
"type": "System.Guid",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "IsPublic",
|
|
"jsonName": null,
|
|
"type": "System.Boolean",
|
|
"typeSimple": "boolean",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Startup",
|
|
"jsonName": null,
|
|
"type": "System.Boolean",
|
|
"typeSimple": "boolean",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"LINGYUN.Platform.Menus.MenuGetAllInput": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "Framework",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": 0,
|
|
"maxLength": 64,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Filter",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Reverse",
|
|
"jsonName": null,
|
|
"type": "System.Boolean",
|
|
"typeSimple": "boolean",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "ParentId",
|
|
"jsonName": null,
|
|
"type": "System.Guid?",
|
|
"typeSimple": "string?",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Sorting",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "LayoutId",
|
|
"jsonName": null,
|
|
"type": "System.Guid?",
|
|
"typeSimple": "string?",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"LINGYUN.Platform.Menus.MenuGetByRoleInput": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "Role",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": true,
|
|
"minLength": 0,
|
|
"maxLength": 80,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Framework",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": 0,
|
|
"maxLength": 64,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"LINGYUN.Platform.Menus.MenuGetByUserInput": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "UserId",
|
|
"jsonName": null,
|
|
"type": "System.Guid",
|
|
"typeSimple": "string",
|
|
"isRequired": true,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Roles",
|
|
"jsonName": null,
|
|
"type": "[System.String]",
|
|
"typeSimple": "[string]",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Framework",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": 0,
|
|
"maxLength": 64,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"LINGYUN.Platform.Menus.MenuGetListInput": {
|
|
"baseType": "Volo.Abp.Application.Dtos.PagedAndSortedResultRequestDto",
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "Framework",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": 0,
|
|
"maxLength": 64,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Filter",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "ParentId",
|
|
"jsonName": null,
|
|
"type": "System.Guid?",
|
|
"typeSimple": "string?",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "LayoutId",
|
|
"jsonName": null,
|
|
"type": "System.Guid?",
|
|
"typeSimple": "string?",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"LINGYUN.Platform.Menus.MenuUpdateDto": {
|
|
"baseType": "LINGYUN.Platform.Menus.MenuCreateOrUpdateDto",
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"LINGYUN.Platform.Menus.RoleMenuInput": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "RoleName",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": true,
|
|
"minLength": 0,
|
|
"maxLength": 80,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Framework",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": 0,
|
|
"maxLength": 64,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "StartupMenuId",
|
|
"jsonName": null,
|
|
"type": "System.Guid?",
|
|
"typeSimple": "string?",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "MenuIds",
|
|
"jsonName": null,
|
|
"type": "[System.Guid]",
|
|
"typeSimple": "[string]",
|
|
"isRequired": true,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"LINGYUN.Platform.Menus.RoleMenuStartupInput": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "RoleName",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": true,
|
|
"minLength": 0,
|
|
"maxLength": 80,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Framework",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": 0,
|
|
"maxLength": 64,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"LINGYUN.Platform.Menus.UserFavoriteMenuCreateDto": {
|
|
"baseType": "LINGYUN.Platform.Menus.UserFavoriteMenuCreateOrUpdateDto",
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "Framework",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": true,
|
|
"minLength": 0,
|
|
"maxLength": 64,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"LINGYUN.Platform.Menus.UserFavoriteMenuCreateOrUpdateDto": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "MenuId",
|
|
"jsonName": null,
|
|
"type": "System.Guid",
|
|
"typeSimple": "string",
|
|
"isRequired": true,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Color",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": 0,
|
|
"maxLength": 30,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "AliasName",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": 0,
|
|
"maxLength": 128,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Icon",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": 0,
|
|
"maxLength": 512,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"LINGYUN.Platform.Menus.UserFavoriteMenuDto": {
|
|
"baseType": "Volo.Abp.Application.Dtos.AuditedEntityDto<System.Guid>",
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "MenuId",
|
|
"jsonName": null,
|
|
"type": "System.Guid",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "UserId",
|
|
"jsonName": null,
|
|
"type": "System.Guid",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "AliasName",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Color",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Framework",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Name",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "DisplayName",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Path",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Icon",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"LINGYUN.Platform.Menus.UserFavoriteMenuGetListInput": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "Framework",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": 0,
|
|
"maxLength": 64,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"LINGYUN.Platform.Menus.UserFavoriteMenuRemoveInput": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "MenuId",
|
|
"jsonName": null,
|
|
"type": "System.Guid",
|
|
"typeSimple": "string",
|
|
"isRequired": true,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"LINGYUN.Platform.Menus.UserFavoriteMenuUpdateDto": {
|
|
"baseType": "LINGYUN.Platform.Menus.UserFavoriteMenuCreateOrUpdateDto",
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "ConcurrencyStamp",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"LINGYUN.Platform.Menus.UserMenuInput": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "UserId",
|
|
"jsonName": null,
|
|
"type": "System.Guid",
|
|
"typeSimple": "string",
|
|
"isRequired": true,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Framework",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": 0,
|
|
"maxLength": 64,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "StartupMenuId",
|
|
"jsonName": null,
|
|
"type": "System.Guid?",
|
|
"typeSimple": "string?",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "MenuIds",
|
|
"jsonName": null,
|
|
"type": "[System.Guid]",
|
|
"typeSimple": "[string]",
|
|
"isRequired": true,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"LINGYUN.Platform.Menus.UserMenuStartupInput": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "UserId",
|
|
"jsonName": null,
|
|
"type": "System.Guid",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Framework",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": 0,
|
|
"maxLength": 64,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"LINGYUN.Platform.Messages.EmailMessageAttachmentDto": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "Name",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": true,
|
|
"minLength": 0,
|
|
"maxLength": 256,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "BlobName",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": true,
|
|
"minLength": 0,
|
|
"maxLength": 256,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Size",
|
|
"jsonName": null,
|
|
"type": "System.Int64",
|
|
"typeSimple": "number",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"LINGYUN.Platform.Messages.EmailMessageCreateDto": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "To",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": true,
|
|
"minLength": 0,
|
|
"maxLength": 1024,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Content",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": true,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "From",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": 0,
|
|
"maxLength": 128,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Subject",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": 0,
|
|
"maxLength": 128,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "IsBodyHtml",
|
|
"jsonName": null,
|
|
"type": "System.Boolean",
|
|
"typeSimple": "boolean",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "CC",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": 0,
|
|
"maxLength": 1024,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Normalize",
|
|
"jsonName": null,
|
|
"type": "System.Boolean",
|
|
"typeSimple": "boolean",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Priority",
|
|
"jsonName": null,
|
|
"type": "System.Net.Mail.MailPriority?",
|
|
"typeSimple": "enum?",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "BodyTransferEncoding",
|
|
"jsonName": null,
|
|
"type": "System.Net.Mime.TransferEncoding?",
|
|
"typeSimple": "enum?",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "DeliveryNotificationOptions",
|
|
"jsonName": null,
|
|
"type": "System.Net.Mail.DeliveryNotificationOptions?",
|
|
"typeSimple": "enum?",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Attachments",
|
|
"jsonName": null,
|
|
"type": "[Volo.Abp.Content.IRemoteStreamContent]",
|
|
"typeSimple": "[Volo.Abp.Content.IRemoteStreamContent]",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Headers",
|
|
"jsonName": null,
|
|
"type": "[LINGYUN.Platform.Messages.EmailMessageHeaderDto]",
|
|
"typeSimple": "[LINGYUN.Platform.Messages.EmailMessageHeaderDto]",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "ExtraProperties",
|
|
"jsonName": null,
|
|
"type": "{System.String:System.Object}",
|
|
"typeSimple": "{string:object}",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"LINGYUN.Platform.Messages.EmailMessageDto": {
|
|
"baseType": "LINGYUN.Platform.Messages.MessageDto",
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "From",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Subject",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "IsBodyHtml",
|
|
"jsonName": null,
|
|
"type": "System.Boolean",
|
|
"typeSimple": "boolean",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "CC",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Normalize",
|
|
"jsonName": null,
|
|
"type": "System.Boolean",
|
|
"typeSimple": "boolean",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Priority",
|
|
"jsonName": null,
|
|
"type": "System.Net.Mail.MailPriority?",
|
|
"typeSimple": "enum?",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "BodyTransferEncoding",
|
|
"jsonName": null,
|
|
"type": "System.Net.Mime.TransferEncoding?",
|
|
"typeSimple": "enum?",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "DeliveryNotificationOptions",
|
|
"jsonName": null,
|
|
"type": "System.Net.Mail.DeliveryNotificationOptions?",
|
|
"typeSimple": "enum?",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Attachments",
|
|
"jsonName": null,
|
|
"type": "[LINGYUN.Platform.Messages.EmailMessageAttachmentDto]",
|
|
"typeSimple": "[LINGYUN.Platform.Messages.EmailMessageAttachmentDto]",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Headers",
|
|
"jsonName": null,
|
|
"type": "[LINGYUN.Platform.Messages.EmailMessageHeaderDto]",
|
|
"typeSimple": "[LINGYUN.Platform.Messages.EmailMessageHeaderDto]",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"LINGYUN.Platform.Messages.EmailMessageGetListInput": {
|
|
"baseType": "Volo.Abp.Application.Dtos.PagedAndSortedResultRequestDto",
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "Filter",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "EmailAddress",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Content",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "From",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Subject",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Status",
|
|
"jsonName": null,
|
|
"type": "LINGYUN.Platform.Messages.MessageStatus?",
|
|
"typeSimple": "enum?",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Priority",
|
|
"jsonName": null,
|
|
"type": "System.Net.Mail.MailPriority?",
|
|
"typeSimple": "enum?",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "BeginSendTime",
|
|
"jsonName": null,
|
|
"type": "System.DateTime?",
|
|
"typeSimple": "string?",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "EndSendTime",
|
|
"jsonName": null,
|
|
"type": "System.DateTime?",
|
|
"typeSimple": "string?",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"LINGYUN.Platform.Messages.EmailMessageHeaderDto": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "Key",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": true,
|
|
"minLength": 0,
|
|
"maxLength": 64,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Value",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": true,
|
|
"minLength": 0,
|
|
"maxLength": 128,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"LINGYUN.Platform.Messages.MessageDto": {
|
|
"baseType": "Volo.Abp.Application.Dtos.AuditedEntityDto<System.Guid>",
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "UserId",
|
|
"jsonName": null,
|
|
"type": "System.Guid?",
|
|
"typeSimple": "string?",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Sender",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Provider",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Receiver",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Content",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "SendTime",
|
|
"jsonName": null,
|
|
"type": "System.DateTime?",
|
|
"typeSimple": "string?",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "SendCount",
|
|
"jsonName": null,
|
|
"type": "System.Int32",
|
|
"typeSimple": "number",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Status",
|
|
"jsonName": null,
|
|
"type": "LINGYUN.Platform.Messages.MessageStatus",
|
|
"typeSimple": "enum",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Reason",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"LINGYUN.Platform.Messages.MessageStatus": {
|
|
"baseType": "System.Enum",
|
|
"isEnum": true,
|
|
"enumNames": [
|
|
"Sent",
|
|
"Failed",
|
|
"Pending"
|
|
],
|
|
"enumValues": [
|
|
0,
|
|
10,
|
|
-1
|
|
],
|
|
"genericArguments": null,
|
|
"properties": null,
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"LINGYUN.Platform.Messages.SmsMessageCreateDto": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "PhoneNumber",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": true,
|
|
"minLength": 0,
|
|
"maxLength": 1024,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Text",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": true,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "ExtraProperties",
|
|
"jsonName": null,
|
|
"type": "{System.String:System.Object}",
|
|
"typeSimple": "{string:object}",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"LINGYUN.Platform.Messages.SmsMessageDto": {
|
|
"baseType": "LINGYUN.Platform.Messages.MessageDto",
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"LINGYUN.Platform.Messages.SmsMessageGetListInput": {
|
|
"baseType": "Volo.Abp.Application.Dtos.PagedAndSortedResultRequestDto",
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "PhoneNumber",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Content",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Status",
|
|
"jsonName": null,
|
|
"type": "LINGYUN.Platform.Messages.MessageStatus?",
|
|
"typeSimple": "enum?",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "BeginSendTime",
|
|
"jsonName": null,
|
|
"type": "System.DateTime?",
|
|
"typeSimple": "string?",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "EndSendTime",
|
|
"jsonName": null,
|
|
"type": "System.DateTime?",
|
|
"typeSimple": "string?",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"LINGYUN.Platform.Packages.PackageBlobDownloadInput": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "Name",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": true,
|
|
"minLength": null,
|
|
"maxLength": 255,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"LINGYUN.Platform.Packages.PackageBlobDto": {
|
|
"baseType": "Volo.Abp.Application.Dtos.CreationAuditedEntityDto<System.Int32>",
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "Name",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Url",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Size",
|
|
"jsonName": null,
|
|
"type": "System.Int64?",
|
|
"typeSimple": "number?",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Summary",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "CreatedAt",
|
|
"jsonName": null,
|
|
"type": "System.DateTime",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "UpdatedAt",
|
|
"jsonName": null,
|
|
"type": "System.DateTime?",
|
|
"typeSimple": "string?",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "License",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Authors",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "SHA256",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "ContentType",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "DownloadCount",
|
|
"jsonName": null,
|
|
"type": "System.Int32",
|
|
"typeSimple": "number",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "ExtraProperties",
|
|
"jsonName": null,
|
|
"type": "{System.String:System.Object}",
|
|
"typeSimple": "{string:object}",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"LINGYUN.Platform.Packages.PackageBlobRemoveDto": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "Name",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": true,
|
|
"minLength": null,
|
|
"maxLength": 255,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"LINGYUN.Platform.Packages.PackageBlobUploadDto": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "Name",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": true,
|
|
"minLength": null,
|
|
"maxLength": 255,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Size",
|
|
"jsonName": null,
|
|
"type": "System.Int64?",
|
|
"typeSimple": "number?",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Summary",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": 1024,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "ContentType",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": 256,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "CreatedAt",
|
|
"jsonName": null,
|
|
"type": "System.DateTime",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "UpdatedAt",
|
|
"jsonName": null,
|
|
"type": "System.DateTime?",
|
|
"typeSimple": "string?",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "License",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": 1024,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Authors",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": 100,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "File",
|
|
"jsonName": null,
|
|
"type": "Volo.Abp.Content.IRemoteStreamContent",
|
|
"typeSimple": "Volo.Abp.Content.IRemoteStreamContent",
|
|
"isRequired": true,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"LINGYUN.Platform.Packages.PackageCreateDto": {
|
|
"baseType": "LINGYUN.Platform.Packages.PackageCreateOrUpdateDto",
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "Name",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": true,
|
|
"minLength": null,
|
|
"maxLength": 255,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Version",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": true,
|
|
"minLength": null,
|
|
"maxLength": 30,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"LINGYUN.Platform.Packages.PackageCreateOrUpdateDto": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "Note",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": true,
|
|
"minLength": null,
|
|
"maxLength": 1024,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Description",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": 255,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "ForceUpdate",
|
|
"jsonName": null,
|
|
"type": "System.Boolean",
|
|
"typeSimple": "boolean",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Authors",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": 100,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Level",
|
|
"jsonName": null,
|
|
"type": "LINGYUN.Platform.Packages.PackageLevel",
|
|
"typeSimple": "enum",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"LINGYUN.Platform.Packages.PackageDto": {
|
|
"baseType": "Volo.Abp.Application.Dtos.ExtensibleAuditedEntityDto<System.Guid>",
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "ConcurrencyStamp",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Name",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Note",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Version",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Description",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "ForceUpdate",
|
|
"jsonName": null,
|
|
"type": "System.Boolean",
|
|
"typeSimple": "boolean",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Authors",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Level",
|
|
"jsonName": null,
|
|
"type": "LINGYUN.Platform.Packages.PackageLevel",
|
|
"typeSimple": "enum",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Blobs",
|
|
"jsonName": null,
|
|
"type": "[LINGYUN.Platform.Packages.PackageBlobDto]",
|
|
"typeSimple": "[LINGYUN.Platform.Packages.PackageBlobDto]",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"LINGYUN.Platform.Packages.PackageGetLatestInput": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "Name",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": true,
|
|
"minLength": null,
|
|
"maxLength": 255,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Version",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": 30,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"LINGYUN.Platform.Packages.PackageGetPagedListInput": {
|
|
"baseType": "Volo.Abp.Application.Dtos.PagedAndSortedResultRequestDto",
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "Filter",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Name",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": 255,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Note",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": 1024,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Version",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": 30,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Description",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": 255,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "ForceUpdate",
|
|
"jsonName": null,
|
|
"type": "System.Boolean?",
|
|
"typeSimple": "boolean?",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Authors",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": 100,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"LINGYUN.Platform.Packages.PackageLevel": {
|
|
"baseType": "System.Enum",
|
|
"isEnum": true,
|
|
"enumNames": [
|
|
"Resource",
|
|
"Full",
|
|
"None"
|
|
],
|
|
"enumValues": [
|
|
0,
|
|
1,
|
|
-1
|
|
],
|
|
"genericArguments": null,
|
|
"properties": null,
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"LINGYUN.Platform.Packages.PackageUpdateDto": {
|
|
"baseType": "LINGYUN.Platform.Packages.PackageCreateOrUpdateDto",
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "ConcurrencyStamp",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"LINGYUN.Platform.Portal.EnterpriseCreateDto": {
|
|
"baseType": "LINGYUN.Platform.Portal.EnterpriseCreateOrUpdateDto",
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "Name",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": true,
|
|
"minLength": 0,
|
|
"maxLength": 255,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"LINGYUN.Platform.Portal.EnterpriseCreateOrUpdateDto": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "TenantId",
|
|
"jsonName": null,
|
|
"type": "System.Guid?",
|
|
"typeSimple": "string?",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "EnglishName",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": 0,
|
|
"maxLength": 512,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Logo",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": 0,
|
|
"maxLength": 512,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Address",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": 0,
|
|
"maxLength": 255,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "LegalMan",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": 0,
|
|
"maxLength": 60,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "TaxCode",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": 0,
|
|
"maxLength": 40,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "OrganizationCode",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": 0,
|
|
"maxLength": 16,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "RegistrationCode",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": 0,
|
|
"maxLength": 30,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "RegistrationDate",
|
|
"jsonName": null,
|
|
"type": "System.DateTime?",
|
|
"typeSimple": "string?",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "ExpirationDate",
|
|
"jsonName": null,
|
|
"type": "System.DateTime?",
|
|
"typeSimple": "string?",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"LINGYUN.Platform.Portal.EnterpriseDto": {
|
|
"baseType": "Volo.Abp.Application.Dtos.ExtensibleAuditedEntityDto<System.Guid>",
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "TenantId",
|
|
"jsonName": null,
|
|
"type": "System.Guid?",
|
|
"typeSimple": "string?",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Name",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "EnglishName",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Logo",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Address",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "LegalMan",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "TaxCode",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "OrganizationCode",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "RegistrationCode",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "RegistrationDate",
|
|
"jsonName": null,
|
|
"type": "System.DateTime?",
|
|
"typeSimple": "string?",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "ExpirationDate",
|
|
"jsonName": null,
|
|
"type": "System.DateTime?",
|
|
"typeSimple": "string?",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "ConcurrencyStamp",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"LINGYUN.Platform.Portal.EnterpriseGetListInput": {
|
|
"baseType": "Volo.Abp.Application.Dtos.PagedAndSortedResultRequestDto",
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "Filter",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "BeginRegistrationDate",
|
|
"jsonName": null,
|
|
"type": "System.DateTime?",
|
|
"typeSimple": "string?",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "EndRegistrationDate",
|
|
"jsonName": null,
|
|
"type": "System.DateTime?",
|
|
"typeSimple": "string?",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "BeginExpirationDate",
|
|
"jsonName": null,
|
|
"type": "System.DateTime?",
|
|
"typeSimple": "string?",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "EndExpirationDate",
|
|
"jsonName": null,
|
|
"type": "System.DateTime?",
|
|
"typeSimple": "string?",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"LINGYUN.Platform.Portal.EnterpriseUpdateDto": {
|
|
"baseType": "LINGYUN.Platform.Portal.EnterpriseCreateOrUpdateDto",
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "ConcurrencyStamp",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"LINGYUN.Platform.Routes.RouteDto": {
|
|
"baseType": "Volo.Abp.Application.Dtos.EntityDto<System.Guid>",
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "Path",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Name",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "DisplayName",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Description",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Redirect",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Meta",
|
|
"jsonName": null,
|
|
"type": "{System.String:System.Object}",
|
|
"typeSimple": "{string:object}",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"LINGYUN.Platform.Theme.VueVbenAdmin.BeforeMiniStateDto": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "MenuCollapsed",
|
|
"jsonName": null,
|
|
"type": "System.Boolean?",
|
|
"typeSimple": "boolean?",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "MenuSplit",
|
|
"jsonName": null,
|
|
"type": "System.Boolean?",
|
|
"typeSimple": "boolean?",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "MenuMode",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "MenuType",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"LINGYUN.Platform.Theme.VueVbenAdmin.HeaderSettingDto": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "BgColor",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Fixed",
|
|
"jsonName": null,
|
|
"type": "System.Boolean",
|
|
"typeSimple": "boolean",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Show",
|
|
"jsonName": null,
|
|
"type": "System.Boolean",
|
|
"typeSimple": "boolean",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Theme",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "ShowFullScreen",
|
|
"jsonName": null,
|
|
"type": "System.Boolean",
|
|
"typeSimple": "boolean",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "UseLockPage",
|
|
"jsonName": null,
|
|
"type": "System.Boolean",
|
|
"typeSimple": "boolean",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "ShowDoc",
|
|
"jsonName": null,
|
|
"type": "System.Boolean",
|
|
"typeSimple": "boolean",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "ShowNotice",
|
|
"jsonName": null,
|
|
"type": "System.Boolean",
|
|
"typeSimple": "boolean",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "ShowSearch",
|
|
"jsonName": null,
|
|
"type": "System.Boolean",
|
|
"typeSimple": "boolean",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"LINGYUN.Platform.Theme.VueVbenAdmin.MenuSettingDto": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "BgColor",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Fixed",
|
|
"jsonName": null,
|
|
"type": "System.Boolean",
|
|
"typeSimple": "boolean",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Collapsed",
|
|
"jsonName": null,
|
|
"type": "System.Boolean",
|
|
"typeSimple": "boolean",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "CanDrag",
|
|
"jsonName": null,
|
|
"type": "System.Boolean",
|
|
"typeSimple": "boolean",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Show",
|
|
"jsonName": null,
|
|
"type": "System.Boolean",
|
|
"typeSimple": "boolean",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Hidden",
|
|
"jsonName": null,
|
|
"type": "System.Boolean",
|
|
"typeSimple": "boolean",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Split",
|
|
"jsonName": null,
|
|
"type": "System.Boolean",
|
|
"typeSimple": "boolean",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "MenuWidth",
|
|
"jsonName": null,
|
|
"type": "System.Int32",
|
|
"typeSimple": "number",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Mode",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Type",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Theme",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "TopMenuAlign",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Trigger",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Accordion",
|
|
"jsonName": null,
|
|
"type": "System.Boolean",
|
|
"typeSimple": "boolean",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "CloseMixSidebarOnChange",
|
|
"jsonName": null,
|
|
"type": "System.Boolean",
|
|
"typeSimple": "boolean",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "CollapsedShowTitle",
|
|
"jsonName": null,
|
|
"type": "System.Boolean",
|
|
"typeSimple": "boolean",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "MixSideTrigger",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "MixSideFixed",
|
|
"jsonName": null,
|
|
"type": "System.Boolean",
|
|
"typeSimple": "boolean",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"LINGYUN.Platform.Theme.VueVbenAdmin.MultiTabsSettingDto": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "Cache",
|
|
"jsonName": null,
|
|
"type": "System.Boolean",
|
|
"typeSimple": "boolean",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Show",
|
|
"jsonName": null,
|
|
"type": "System.Boolean",
|
|
"typeSimple": "boolean",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "ShowQuick",
|
|
"jsonName": null,
|
|
"type": "System.Boolean",
|
|
"typeSimple": "boolean",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "CanDrag",
|
|
"jsonName": null,
|
|
"type": "System.Boolean",
|
|
"typeSimple": "boolean",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "ShowRedo",
|
|
"jsonName": null,
|
|
"type": "System.Boolean",
|
|
"typeSimple": "boolean",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "ShowFold",
|
|
"jsonName": null,
|
|
"type": "System.Boolean",
|
|
"typeSimple": "boolean",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"LINGYUN.Platform.Theme.VueVbenAdmin.ProjectConfigDto": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "PermissionCacheType",
|
|
"jsonName": null,
|
|
"type": "System.Int32",
|
|
"typeSimple": "number",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "ShowSettingButton",
|
|
"jsonName": null,
|
|
"type": "System.Boolean",
|
|
"typeSimple": "boolean",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "ShowDarkModeToggle",
|
|
"jsonName": null,
|
|
"type": "System.Boolean",
|
|
"typeSimple": "boolean",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "SettingButtonPosition",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "PermissionMode",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "SessionTimeoutProcessing",
|
|
"jsonName": null,
|
|
"type": "System.Int32",
|
|
"typeSimple": "number",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "GrayMode",
|
|
"jsonName": null,
|
|
"type": "System.Boolean",
|
|
"typeSimple": "boolean",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "ColorWeak",
|
|
"jsonName": null,
|
|
"type": "System.Boolean",
|
|
"typeSimple": "boolean",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "ThemeColor",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "FullContent",
|
|
"jsonName": null,
|
|
"type": "System.Boolean",
|
|
"typeSimple": "boolean",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "ContentMode",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "ShowLogo",
|
|
"jsonName": null,
|
|
"type": "System.Boolean",
|
|
"typeSimple": "boolean",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "ShowFooter",
|
|
"jsonName": null,
|
|
"type": "System.Boolean",
|
|
"typeSimple": "boolean",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "HeaderSetting",
|
|
"jsonName": null,
|
|
"type": "LINGYUN.Platform.Theme.VueVbenAdmin.HeaderSettingDto",
|
|
"typeSimple": "LINGYUN.Platform.Theme.VueVbenAdmin.HeaderSettingDto",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "MenuSetting",
|
|
"jsonName": null,
|
|
"type": "LINGYUN.Platform.Theme.VueVbenAdmin.MenuSettingDto",
|
|
"typeSimple": "LINGYUN.Platform.Theme.VueVbenAdmin.MenuSettingDto",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "MultiTabsSetting",
|
|
"jsonName": null,
|
|
"type": "LINGYUN.Platform.Theme.VueVbenAdmin.MultiTabsSettingDto",
|
|
"typeSimple": "LINGYUN.Platform.Theme.VueVbenAdmin.MultiTabsSettingDto",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "TransitionSetting",
|
|
"jsonName": null,
|
|
"type": "LINGYUN.Platform.Theme.VueVbenAdmin.TransitionSettingDto",
|
|
"typeSimple": "LINGYUN.Platform.Theme.VueVbenAdmin.TransitionSettingDto",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "OpenKeepAlive",
|
|
"jsonName": null,
|
|
"type": "System.Boolean",
|
|
"typeSimple": "boolean",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "LockTime",
|
|
"jsonName": null,
|
|
"type": "System.Int32",
|
|
"typeSimple": "number",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "ShowBreadCrumb",
|
|
"jsonName": null,
|
|
"type": "System.Boolean",
|
|
"typeSimple": "boolean",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "ShowBreadCrumbIcon",
|
|
"jsonName": null,
|
|
"type": "System.Boolean",
|
|
"typeSimple": "boolean",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "UseErrorHandle",
|
|
"jsonName": null,
|
|
"type": "System.Boolean",
|
|
"typeSimple": "boolean",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "UseOpenBackTop",
|
|
"jsonName": null,
|
|
"type": "System.Boolean",
|
|
"typeSimple": "boolean",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "CanEmbedIFramePage",
|
|
"jsonName": null,
|
|
"type": "System.Boolean",
|
|
"typeSimple": "boolean",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "CloseMessageOnSwitch",
|
|
"jsonName": null,
|
|
"type": "System.Boolean",
|
|
"typeSimple": "boolean",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "RemoveAllHttpPending",
|
|
"jsonName": null,
|
|
"type": "System.Boolean",
|
|
"typeSimple": "boolean",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"LINGYUN.Platform.Theme.VueVbenAdmin.ThemeSettingDto": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "DarkMode",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "ProjectConfig",
|
|
"jsonName": null,
|
|
"type": "LINGYUN.Platform.Theme.VueVbenAdmin.ProjectConfigDto",
|
|
"typeSimple": "LINGYUN.Platform.Theme.VueVbenAdmin.ProjectConfigDto",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "BeforeMiniInfo",
|
|
"jsonName": null,
|
|
"type": "LINGYUN.Platform.Theme.VueVbenAdmin.BeforeMiniStateDto",
|
|
"typeSimple": "LINGYUN.Platform.Theme.VueVbenAdmin.BeforeMiniStateDto",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"LINGYUN.Platform.Theme.VueVbenAdmin.TransitionSettingDto": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "Enable",
|
|
"jsonName": null,
|
|
"type": "System.Boolean",
|
|
"typeSimple": "boolean",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "BasicTransition",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "OpenPageLoading",
|
|
"jsonName": null,
|
|
"type": "System.Boolean",
|
|
"typeSimple": "boolean",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "OpenNProgress",
|
|
"jsonName": null,
|
|
"type": "System.Boolean",
|
|
"typeSimple": "boolean",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"System.Net.Mail.DeliveryNotificationOptions": {
|
|
"baseType": "System.Enum",
|
|
"isEnum": true,
|
|
"enumNames": [
|
|
"None",
|
|
"OnSuccess",
|
|
"OnFailure",
|
|
"Delay",
|
|
"Never"
|
|
],
|
|
"enumValues": [
|
|
0,
|
|
1,
|
|
2,
|
|
4,
|
|
134217728
|
|
],
|
|
"genericArguments": null,
|
|
"properties": null,
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"System.Net.Mail.MailPriority": {
|
|
"baseType": "System.Enum",
|
|
"isEnum": true,
|
|
"enumNames": [
|
|
"Normal",
|
|
"Low",
|
|
"High"
|
|
],
|
|
"enumValues": [
|
|
0,
|
|
1,
|
|
2
|
|
],
|
|
"genericArguments": null,
|
|
"properties": null,
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"System.Net.Mime.TransferEncoding": {
|
|
"baseType": "System.Enum",
|
|
"isEnum": true,
|
|
"enumNames": [
|
|
"QuotedPrintable",
|
|
"Base64",
|
|
"SevenBit",
|
|
"EightBit",
|
|
"Unknown"
|
|
],
|
|
"enumValues": [
|
|
0,
|
|
1,
|
|
2,
|
|
3,
|
|
-1
|
|
],
|
|
"genericArguments": null,
|
|
"properties": null,
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"System.Nullable<T0>": {
|
|
"baseType": "System.ValueType",
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": [
|
|
"T"
|
|
],
|
|
"properties": [
|
|
{
|
|
"name": "HasValue",
|
|
"jsonName": null,
|
|
"type": "System.Boolean",
|
|
"typeSimple": "boolean",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Value",
|
|
"jsonName": null,
|
|
"type": "T",
|
|
"typeSimple": "T",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"Volo.Abp.Application.Dtos.AuditedEntityDto<T0>": {
|
|
"baseType": "Volo.Abp.Application.Dtos.CreationAuditedEntityDto<TPrimaryKey>",
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": [
|
|
"TPrimaryKey"
|
|
],
|
|
"properties": [
|
|
{
|
|
"name": "LastModificationTime",
|
|
"jsonName": null,
|
|
"type": "System.DateTime?",
|
|
"typeSimple": "string?",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "LastModifierId",
|
|
"jsonName": null,
|
|
"type": "System.Guid?",
|
|
"typeSimple": "string?",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"Volo.Abp.Application.Dtos.CreationAuditedEntityDto<T0>": {
|
|
"baseType": "Volo.Abp.Application.Dtos.EntityDto<TPrimaryKey>",
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": [
|
|
"TPrimaryKey"
|
|
],
|
|
"properties": [
|
|
{
|
|
"name": "CreationTime",
|
|
"jsonName": null,
|
|
"type": "System.DateTime",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "CreatorId",
|
|
"jsonName": null,
|
|
"type": "System.Guid?",
|
|
"typeSimple": "string?",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"Volo.Abp.Application.Dtos.EntityDto": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"Volo.Abp.Application.Dtos.EntityDto<T0>": {
|
|
"baseType": "Volo.Abp.Application.Dtos.EntityDto",
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": [
|
|
"TKey"
|
|
],
|
|
"properties": [
|
|
{
|
|
"name": "Id",
|
|
"jsonName": null,
|
|
"type": "TKey",
|
|
"typeSimple": "TKey",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"Volo.Abp.Application.Dtos.ExtensibleAuditedEntityDto<T0>": {
|
|
"baseType": "Volo.Abp.Application.Dtos.ExtensibleCreationAuditedEntityDto<TPrimaryKey>",
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": [
|
|
"TPrimaryKey"
|
|
],
|
|
"properties": [
|
|
{
|
|
"name": "LastModificationTime",
|
|
"jsonName": null,
|
|
"type": "System.DateTime?",
|
|
"typeSimple": "string?",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "LastModifierId",
|
|
"jsonName": null,
|
|
"type": "System.Guid?",
|
|
"typeSimple": "string?",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"Volo.Abp.Application.Dtos.ExtensibleCreationAuditedEntityDto<T0>": {
|
|
"baseType": "Volo.Abp.Application.Dtos.ExtensibleEntityDto<TPrimaryKey>",
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": [
|
|
"TPrimaryKey"
|
|
],
|
|
"properties": [
|
|
{
|
|
"name": "CreationTime",
|
|
"jsonName": null,
|
|
"type": "System.DateTime",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "CreatorId",
|
|
"jsonName": null,
|
|
"type": "System.Guid?",
|
|
"typeSimple": "string?",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"Volo.Abp.Application.Dtos.ExtensibleEntityDto<T0>": {
|
|
"baseType": "Volo.Abp.ObjectExtending.ExtensibleObject",
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": [
|
|
"TKey"
|
|
],
|
|
"properties": [
|
|
{
|
|
"name": "Id",
|
|
"jsonName": null,
|
|
"type": "TKey",
|
|
"typeSimple": "TKey",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"Volo.Abp.Application.Dtos.LimitedResultRequestDto": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "MaxResultCount",
|
|
"jsonName": null,
|
|
"type": "System.Int32",
|
|
"typeSimple": "number",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": "1",
|
|
"maximum": "2147483647",
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"Volo.Abp.Application.Dtos.ListResultDto<T0>": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": [
|
|
"T"
|
|
],
|
|
"properties": [
|
|
{
|
|
"name": "Items",
|
|
"jsonName": null,
|
|
"type": "[T]",
|
|
"typeSimple": "[T]",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"Volo.Abp.Application.Dtos.PagedAndSortedResultRequestDto": {
|
|
"baseType": "Volo.Abp.Application.Dtos.PagedResultRequestDto",
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "Sorting",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"Volo.Abp.Application.Dtos.PagedResultDto<T0>": {
|
|
"baseType": "Volo.Abp.Application.Dtos.ListResultDto<T>",
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": [
|
|
"T"
|
|
],
|
|
"properties": [
|
|
{
|
|
"name": "TotalCount",
|
|
"jsonName": null,
|
|
"type": "System.Int64",
|
|
"typeSimple": "number",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"Volo.Abp.Application.Dtos.PagedResultRequestDto": {
|
|
"baseType": "Volo.Abp.Application.Dtos.LimitedResultRequestDto",
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "SkipCount",
|
|
"jsonName": null,
|
|
"type": "System.Int32",
|
|
"typeSimple": "number",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": "0",
|
|
"maximum": "2147483647",
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ApplicationAuthConfigurationDto": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "GrantedPolicies",
|
|
"jsonName": null,
|
|
"type": "{System.String:System.Boolean}",
|
|
"typeSimple": "{string:boolean}",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ApplicationConfigurationDto": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "Localization",
|
|
"jsonName": null,
|
|
"type": "Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ApplicationLocalizationConfigurationDto",
|
|
"typeSimple": "Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ApplicationLocalizationConfigurationDto",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Auth",
|
|
"jsonName": null,
|
|
"type": "Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ApplicationAuthConfigurationDto",
|
|
"typeSimple": "Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ApplicationAuthConfigurationDto",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Setting",
|
|
"jsonName": null,
|
|
"type": "Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ApplicationSettingConfigurationDto",
|
|
"typeSimple": "Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ApplicationSettingConfigurationDto",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "CurrentUser",
|
|
"jsonName": null,
|
|
"type": "Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.CurrentUserDto",
|
|
"typeSimple": "Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.CurrentUserDto",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Features",
|
|
"jsonName": null,
|
|
"type": "Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ApplicationFeatureConfigurationDto",
|
|
"typeSimple": "Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ApplicationFeatureConfigurationDto",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "GlobalFeatures",
|
|
"jsonName": null,
|
|
"type": "Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ApplicationGlobalFeatureConfigurationDto",
|
|
"typeSimple": "Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ApplicationGlobalFeatureConfigurationDto",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "MultiTenancy",
|
|
"jsonName": null,
|
|
"type": "Volo.Abp.AspNetCore.Mvc.MultiTenancy.MultiTenancyInfoDto",
|
|
"typeSimple": "Volo.Abp.AspNetCore.Mvc.MultiTenancy.MultiTenancyInfoDto",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "CurrentTenant",
|
|
"jsonName": null,
|
|
"type": "Volo.Abp.AspNetCore.Mvc.MultiTenancy.CurrentTenantDto",
|
|
"typeSimple": "Volo.Abp.AspNetCore.Mvc.MultiTenancy.CurrentTenantDto",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Timing",
|
|
"jsonName": null,
|
|
"type": "Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.TimingDto",
|
|
"typeSimple": "Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.TimingDto",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Clock",
|
|
"jsonName": null,
|
|
"type": "Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ClockDto",
|
|
"typeSimple": "Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ClockDto",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "ObjectExtensions",
|
|
"jsonName": null,
|
|
"type": "Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ObjectExtensionsDto",
|
|
"typeSimple": "Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ObjectExtensionsDto",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "ExtraProperties",
|
|
"jsonName": null,
|
|
"type": "{System.String:System.Object}",
|
|
"typeSimple": "{string:object}",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ApplicationConfigurationRequestOptions": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "IncludeLocalizationResources",
|
|
"jsonName": null,
|
|
"type": "System.Boolean",
|
|
"typeSimple": "boolean",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ApplicationFeatureConfigurationDto": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "Values",
|
|
"jsonName": null,
|
|
"type": "{System.String:System.String}",
|
|
"typeSimple": "{string:string}",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ApplicationGlobalFeatureConfigurationDto": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "EnabledFeatures",
|
|
"jsonName": null,
|
|
"type": "[System.String]",
|
|
"typeSimple": "[string]",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ApplicationLocalizationConfigurationDto": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "Values",
|
|
"jsonName": null,
|
|
"type": "{System.String:System.Collections.Generic.Dictionary<System.String,System.String>}",
|
|
"typeSimple": "{string:System.Collections.Generic.Dictionary<string,string>}",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Resources",
|
|
"jsonName": null,
|
|
"type": "{System.String:Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ApplicationLocalizationResourceDto}",
|
|
"typeSimple": "{string:Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ApplicationLocalizationResourceDto}",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Languages",
|
|
"jsonName": null,
|
|
"type": "[Volo.Abp.Localization.LanguageInfo]",
|
|
"typeSimple": "[Volo.Abp.Localization.LanguageInfo]",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "CurrentCulture",
|
|
"jsonName": null,
|
|
"type": "Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.CurrentCultureDto",
|
|
"typeSimple": "Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.CurrentCultureDto",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "DefaultResourceName",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "LanguagesMap",
|
|
"jsonName": null,
|
|
"type": "{System.String:[Volo.Abp.NameValue]}",
|
|
"typeSimple": "{string:[Volo.Abp.NameValue]}",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "LanguageFilesMap",
|
|
"jsonName": null,
|
|
"type": "{System.String:[Volo.Abp.NameValue]}",
|
|
"typeSimple": "{string:[Volo.Abp.NameValue]}",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "UseRouteBasedCulture",
|
|
"jsonName": null,
|
|
"type": "System.Boolean",
|
|
"typeSimple": "boolean",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ApplicationLocalizationDto": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "Resources",
|
|
"jsonName": null,
|
|
"type": "{System.String:Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ApplicationLocalizationResourceDto}",
|
|
"typeSimple": "{string:Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ApplicationLocalizationResourceDto}",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "CurrentCulture",
|
|
"jsonName": null,
|
|
"type": "Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.CurrentCultureDto",
|
|
"typeSimple": "Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.CurrentCultureDto",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ApplicationLocalizationRequestDto": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "CultureName",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": true,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "OnlyDynamics",
|
|
"jsonName": null,
|
|
"type": "System.Boolean",
|
|
"typeSimple": "boolean",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ApplicationLocalizationResourceDto": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "Texts",
|
|
"jsonName": null,
|
|
"type": "{System.String:System.String}",
|
|
"typeSimple": "{string:string}",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "BaseResources",
|
|
"jsonName": null,
|
|
"type": "[System.String]",
|
|
"typeSimple": "[string]",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ApplicationSettingConfigurationDto": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "Values",
|
|
"jsonName": null,
|
|
"type": "{System.String:System.String}",
|
|
"typeSimple": "{string:string}",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ClockDto": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "Kind",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.CurrentCultureDto": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "DisplayName",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "EnglishName",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "ThreeLetterIsoLanguageName",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "TwoLetterIsoLanguageName",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "IsRightToLeft",
|
|
"jsonName": null,
|
|
"type": "System.Boolean",
|
|
"typeSimple": "boolean",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "CultureName",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Name",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "NativeName",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "DateTimeFormat",
|
|
"jsonName": null,
|
|
"type": "Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.DateTimeFormatDto",
|
|
"typeSimple": "Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.DateTimeFormatDto",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.CurrentUserDto": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "IsAuthenticated",
|
|
"jsonName": null,
|
|
"type": "System.Boolean",
|
|
"typeSimple": "boolean",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Id",
|
|
"jsonName": null,
|
|
"type": "System.Guid?",
|
|
"typeSimple": "string?",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "TenantId",
|
|
"jsonName": null,
|
|
"type": "System.Guid?",
|
|
"typeSimple": "string?",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "ImpersonatorUserId",
|
|
"jsonName": null,
|
|
"type": "System.Guid?",
|
|
"typeSimple": "string?",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "ImpersonatorTenantId",
|
|
"jsonName": null,
|
|
"type": "System.Guid?",
|
|
"typeSimple": "string?",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "ImpersonatorUserName",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "ImpersonatorTenantName",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "UserName",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Name",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "SurName",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Email",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "EmailVerified",
|
|
"jsonName": null,
|
|
"type": "System.Boolean",
|
|
"typeSimple": "boolean",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "PhoneNumber",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "PhoneNumberVerified",
|
|
"jsonName": null,
|
|
"type": "System.Boolean",
|
|
"typeSimple": "boolean",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Roles",
|
|
"jsonName": null,
|
|
"type": "[System.String]",
|
|
"typeSimple": "[string]",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "SessionId",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.DateTimeFormatDto": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "CalendarAlgorithmType",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "DateTimeFormatLong",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "ShortDatePattern",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "FullDateTimePattern",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "DateSeparator",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "ShortTimePattern",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "LongTimePattern",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.IanaTimeZone": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "TimeZoneName",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.EntityExtensionDto": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "Properties",
|
|
"jsonName": null,
|
|
"type": "{System.String:Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionPropertyDto}",
|
|
"typeSimple": "{string:Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionPropertyDto}",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Configuration",
|
|
"jsonName": null,
|
|
"type": "{System.String:System.Object}",
|
|
"typeSimple": "{string:object}",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionEnumDto": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "Fields",
|
|
"jsonName": null,
|
|
"type": "[Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionEnumFieldDto]",
|
|
"typeSimple": "[Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionEnumFieldDto]",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "LocalizationResource",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionEnumFieldDto": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "Name",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Value",
|
|
"jsonName": null,
|
|
"type": "System.Object",
|
|
"typeSimple": "object",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionPropertyApiCreateDto": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "IsAvailable",
|
|
"jsonName": null,
|
|
"type": "System.Boolean",
|
|
"typeSimple": "boolean",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionPropertyApiDto": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "OnGet",
|
|
"jsonName": null,
|
|
"type": "Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionPropertyApiGetDto",
|
|
"typeSimple": "Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionPropertyApiGetDto",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "OnCreate",
|
|
"jsonName": null,
|
|
"type": "Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionPropertyApiCreateDto",
|
|
"typeSimple": "Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionPropertyApiCreateDto",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "OnUpdate",
|
|
"jsonName": null,
|
|
"type": "Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionPropertyApiUpdateDto",
|
|
"typeSimple": "Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionPropertyApiUpdateDto",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionPropertyApiGetDto": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "IsAvailable",
|
|
"jsonName": null,
|
|
"type": "System.Boolean",
|
|
"typeSimple": "boolean",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionPropertyApiUpdateDto": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "IsAvailable",
|
|
"jsonName": null,
|
|
"type": "System.Boolean",
|
|
"typeSimple": "boolean",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionPropertyAttributeDto": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "TypeSimple",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Config",
|
|
"jsonName": null,
|
|
"type": "{System.String:System.Object}",
|
|
"typeSimple": "{string:object}",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionPropertyDto": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "Type",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "TypeSimple",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "DisplayName",
|
|
"jsonName": null,
|
|
"type": "Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.LocalizableStringDto",
|
|
"typeSimple": "Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.LocalizableStringDto",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Api",
|
|
"jsonName": null,
|
|
"type": "Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionPropertyApiDto",
|
|
"typeSimple": "Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionPropertyApiDto",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Ui",
|
|
"jsonName": null,
|
|
"type": "Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionPropertyUiDto",
|
|
"typeSimple": "Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionPropertyUiDto",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Policy",
|
|
"jsonName": null,
|
|
"type": "Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionPropertyPolicyDto",
|
|
"typeSimple": "Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionPropertyPolicyDto",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Attributes",
|
|
"jsonName": null,
|
|
"type": "[Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionPropertyAttributeDto]",
|
|
"typeSimple": "[Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionPropertyAttributeDto]",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Configuration",
|
|
"jsonName": null,
|
|
"type": "{System.String:System.Object}",
|
|
"typeSimple": "{string:object}",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "DefaultValue",
|
|
"jsonName": null,
|
|
"type": "System.Object",
|
|
"typeSimple": "object",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionPropertyFeaturePolicyDto": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "Features",
|
|
"jsonName": null,
|
|
"type": "[System.String]",
|
|
"typeSimple": "[string]",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "RequiresAll",
|
|
"jsonName": null,
|
|
"type": "System.Boolean",
|
|
"typeSimple": "boolean",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionPropertyGlobalFeaturePolicyDto": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "Features",
|
|
"jsonName": null,
|
|
"type": "[System.String]",
|
|
"typeSimple": "[string]",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "RequiresAll",
|
|
"jsonName": null,
|
|
"type": "System.Boolean",
|
|
"typeSimple": "boolean",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionPropertyPermissionPolicyDto": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "PermissionNames",
|
|
"jsonName": null,
|
|
"type": "[System.String]",
|
|
"typeSimple": "[string]",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "RequiresAll",
|
|
"jsonName": null,
|
|
"type": "System.Boolean",
|
|
"typeSimple": "boolean",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionPropertyPolicyDto": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "GlobalFeatures",
|
|
"jsonName": null,
|
|
"type": "Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionPropertyGlobalFeaturePolicyDto",
|
|
"typeSimple": "Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionPropertyGlobalFeaturePolicyDto",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Features",
|
|
"jsonName": null,
|
|
"type": "Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionPropertyFeaturePolicyDto",
|
|
"typeSimple": "Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionPropertyFeaturePolicyDto",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Permissions",
|
|
"jsonName": null,
|
|
"type": "Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionPropertyPermissionPolicyDto",
|
|
"typeSimple": "Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionPropertyPermissionPolicyDto",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionPropertyUiDto": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "OnTable",
|
|
"jsonName": null,
|
|
"type": "Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionPropertyUiTableDto",
|
|
"typeSimple": "Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionPropertyUiTableDto",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "OnCreateForm",
|
|
"jsonName": null,
|
|
"type": "Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionPropertyUiFormDto",
|
|
"typeSimple": "Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionPropertyUiFormDto",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "OnEditForm",
|
|
"jsonName": null,
|
|
"type": "Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionPropertyUiFormDto",
|
|
"typeSimple": "Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionPropertyUiFormDto",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Lookup",
|
|
"jsonName": null,
|
|
"type": "Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionPropertyUiLookupDto",
|
|
"typeSimple": "Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionPropertyUiLookupDto",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionPropertyUiFormDto": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "IsVisible",
|
|
"jsonName": null,
|
|
"type": "System.Boolean",
|
|
"typeSimple": "boolean",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionPropertyUiLookupDto": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "Url",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "ResultListPropertyName",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "DisplayPropertyName",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "ValuePropertyName",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "FilterParamName",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionPropertyUiTableDto": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "IsVisible",
|
|
"jsonName": null,
|
|
"type": "System.Boolean",
|
|
"typeSimple": "boolean",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.LocalizableStringDto": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "Name",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Resource",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ModuleExtensionDto": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "Entities",
|
|
"jsonName": null,
|
|
"type": "{System.String:Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.EntityExtensionDto}",
|
|
"typeSimple": "{string:Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.EntityExtensionDto}",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Configuration",
|
|
"jsonName": null,
|
|
"type": "{System.String:System.Object}",
|
|
"typeSimple": "{string:object}",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ObjectExtensionsDto": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "Modules",
|
|
"jsonName": null,
|
|
"type": "{System.String:Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ModuleExtensionDto}",
|
|
"typeSimple": "{string:Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ModuleExtensionDto}",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Enums",
|
|
"jsonName": null,
|
|
"type": "{System.String:Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionEnumDto}",
|
|
"typeSimple": "{string:Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionEnumDto}",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.TimeZone": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "Iana",
|
|
"jsonName": null,
|
|
"type": "Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.IanaTimeZone",
|
|
"typeSimple": "Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.IanaTimeZone",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Windows",
|
|
"jsonName": null,
|
|
"type": "Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.WindowsTimeZone",
|
|
"typeSimple": "Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.WindowsTimeZone",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.TimingDto": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "TimeZone",
|
|
"jsonName": null,
|
|
"type": "Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.TimeZone",
|
|
"typeSimple": "Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.TimeZone",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.WindowsTimeZone": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "TimeZoneId",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"Volo.Abp.AspNetCore.Mvc.MultiTenancy.CurrentTenantDto": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "Id",
|
|
"jsonName": null,
|
|
"type": "System.Guid?",
|
|
"typeSimple": "string?",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Name",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "IsAvailable",
|
|
"jsonName": null,
|
|
"type": "System.Boolean",
|
|
"typeSimple": "boolean",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"Volo.Abp.AspNetCore.Mvc.MultiTenancy.MultiTenancyInfoDto": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "IsEnabled",
|
|
"jsonName": null,
|
|
"type": "System.Boolean",
|
|
"typeSimple": "boolean",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "UserSharingStrategy",
|
|
"jsonName": null,
|
|
"type": "Volo.Abp.MultiTenancy.TenantUserSharingStrategy",
|
|
"typeSimple": "enum",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"Volo.Abp.Content.IRemoteStreamContent": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "FileName",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "ContentType",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "ContentLength",
|
|
"jsonName": null,
|
|
"type": "System.Int64?",
|
|
"typeSimple": "number?",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"Volo.Abp.Http.Modeling.ActionApiDescriptionModel": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "UniqueName",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Name",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "HttpMethod",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Url",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "SupportedVersions",
|
|
"jsonName": null,
|
|
"type": "[System.String]",
|
|
"typeSimple": "[string]",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "ParametersOnMethod",
|
|
"jsonName": null,
|
|
"type": "[Volo.Abp.Http.Modeling.MethodParameterApiDescriptionModel]",
|
|
"typeSimple": "[Volo.Abp.Http.Modeling.MethodParameterApiDescriptionModel]",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Parameters",
|
|
"jsonName": null,
|
|
"type": "[Volo.Abp.Http.Modeling.ParameterApiDescriptionModel]",
|
|
"typeSimple": "[Volo.Abp.Http.Modeling.ParameterApiDescriptionModel]",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "ReturnValue",
|
|
"jsonName": null,
|
|
"type": "Volo.Abp.Http.Modeling.ReturnValueApiDescriptionModel",
|
|
"typeSimple": "Volo.Abp.Http.Modeling.ReturnValueApiDescriptionModel",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "AllowAnonymous",
|
|
"jsonName": null,
|
|
"type": "System.Boolean?",
|
|
"typeSimple": "boolean?",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "AuthorizeDatas",
|
|
"jsonName": null,
|
|
"type": "[Volo.Abp.Http.Modeling.AuthorizeDataApiDescriptionModel]",
|
|
"typeSimple": "[Volo.Abp.Http.Modeling.AuthorizeDataApiDescriptionModel]",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "ImplementFrom",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Summary",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Remarks",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Description",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "DisplayName",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"Volo.Abp.Http.Modeling.ApplicationApiDescriptionModel": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "Modules",
|
|
"jsonName": null,
|
|
"type": "{System.String:Volo.Abp.Http.Modeling.ModuleApiDescriptionModel}",
|
|
"typeSimple": "{string:Volo.Abp.Http.Modeling.ModuleApiDescriptionModel}",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Types",
|
|
"jsonName": null,
|
|
"type": "{System.String:Volo.Abp.Http.Modeling.TypeApiDescriptionModel}",
|
|
"typeSimple": "{string:Volo.Abp.Http.Modeling.TypeApiDescriptionModel}",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"Volo.Abp.Http.Modeling.ApplicationApiDescriptionModelRequestDto": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "IncludeTypes",
|
|
"jsonName": null,
|
|
"type": "System.Boolean",
|
|
"typeSimple": "boolean",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "IncludeDescriptions",
|
|
"jsonName": null,
|
|
"type": "System.Boolean",
|
|
"typeSimple": "boolean",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"Volo.Abp.Http.Modeling.AuthorizeDataApiDescriptionModel": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "Policy",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Roles",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"Volo.Abp.Http.Modeling.ControllerApiDescriptionModel": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "ControllerName",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "ControllerGroupName",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "IsRemoteService",
|
|
"jsonName": null,
|
|
"type": "System.Boolean",
|
|
"typeSimple": "boolean",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "IsIntegrationService",
|
|
"jsonName": null,
|
|
"type": "System.Boolean",
|
|
"typeSimple": "boolean",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "ApiVersion",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Type",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Summary",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Remarks",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Description",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "DisplayName",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Interfaces",
|
|
"jsonName": null,
|
|
"type": "[Volo.Abp.Http.Modeling.ControllerInterfaceApiDescriptionModel]",
|
|
"typeSimple": "[Volo.Abp.Http.Modeling.ControllerInterfaceApiDescriptionModel]",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Actions",
|
|
"jsonName": null,
|
|
"type": "{System.String:Volo.Abp.Http.Modeling.ActionApiDescriptionModel}",
|
|
"typeSimple": "{string:Volo.Abp.Http.Modeling.ActionApiDescriptionModel}",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"Volo.Abp.Http.Modeling.ControllerInterfaceApiDescriptionModel": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "Type",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Name",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Methods",
|
|
"jsonName": null,
|
|
"type": "[Volo.Abp.Http.Modeling.InterfaceMethodApiDescriptionModel]",
|
|
"typeSimple": "[Volo.Abp.Http.Modeling.InterfaceMethodApiDescriptionModel]",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"Volo.Abp.Http.Modeling.InterfaceMethodApiDescriptionModel": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "Name",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "ParametersOnMethod",
|
|
"jsonName": null,
|
|
"type": "[Volo.Abp.Http.Modeling.MethodParameterApiDescriptionModel]",
|
|
"typeSimple": "[Volo.Abp.Http.Modeling.MethodParameterApiDescriptionModel]",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "ReturnValue",
|
|
"jsonName": null,
|
|
"type": "Volo.Abp.Http.Modeling.ReturnValueApiDescriptionModel",
|
|
"typeSimple": "Volo.Abp.Http.Modeling.ReturnValueApiDescriptionModel",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"Volo.Abp.Http.Modeling.MethodParameterApiDescriptionModel": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "Name",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "TypeAsString",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Type",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "TypeSimple",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "IsOptional",
|
|
"jsonName": null,
|
|
"type": "System.Boolean",
|
|
"typeSimple": "boolean",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "DefaultValue",
|
|
"jsonName": null,
|
|
"type": "System.Object",
|
|
"typeSimple": "object",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Summary",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Description",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "DisplayName",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"Volo.Abp.Http.Modeling.ModuleApiDescriptionModel": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "RootPath",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "RemoteServiceName",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Controllers",
|
|
"jsonName": null,
|
|
"type": "{System.String:Volo.Abp.Http.Modeling.ControllerApiDescriptionModel}",
|
|
"typeSimple": "{string:Volo.Abp.Http.Modeling.ControllerApiDescriptionModel}",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"Volo.Abp.Http.Modeling.ParameterApiDescriptionModel": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "NameOnMethod",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Name",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "JsonName",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Type",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "TypeSimple",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "IsOptional",
|
|
"jsonName": null,
|
|
"type": "System.Boolean",
|
|
"typeSimple": "boolean",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "DefaultValue",
|
|
"jsonName": null,
|
|
"type": "System.Object",
|
|
"typeSimple": "object",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "ConstraintTypes",
|
|
"jsonName": null,
|
|
"type": "[System.String]",
|
|
"typeSimple": "[string]",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "BindingSourceId",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "DescriptorName",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Summary",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Description",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "DisplayName",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"Volo.Abp.Http.Modeling.PropertyApiDescriptionModel": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "Name",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "JsonName",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Type",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "TypeSimple",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "IsRequired",
|
|
"jsonName": null,
|
|
"type": "System.Boolean",
|
|
"typeSimple": "boolean",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "MinLength",
|
|
"jsonName": null,
|
|
"type": "System.Int32?",
|
|
"typeSimple": "number?",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "MaxLength",
|
|
"jsonName": null,
|
|
"type": "System.Int32?",
|
|
"typeSimple": "number?",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Minimum",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Maximum",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Regex",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "IsNullable",
|
|
"jsonName": null,
|
|
"type": "System.Boolean",
|
|
"typeSimple": "boolean",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Summary",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Description",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "DisplayName",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"Volo.Abp.Http.Modeling.ReturnValueApiDescriptionModel": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "Type",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "TypeSimple",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Summary",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "ContentTypes",
|
|
"jsonName": null,
|
|
"type": "[System.String]",
|
|
"typeSimple": "[string]",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "IsRemoteStream",
|
|
"jsonName": null,
|
|
"type": "System.Boolean",
|
|
"typeSimple": "boolean",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"Volo.Abp.Http.Modeling.TypeApiDescriptionModel": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "BaseType",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "IsEnum",
|
|
"jsonName": null,
|
|
"type": "System.Boolean",
|
|
"typeSimple": "boolean",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "EnumNames",
|
|
"jsonName": null,
|
|
"type": "[System.String]",
|
|
"typeSimple": "[string]",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "EnumValues",
|
|
"jsonName": null,
|
|
"type": "[System.Object]",
|
|
"typeSimple": "[object]",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "GenericArguments",
|
|
"jsonName": null,
|
|
"type": "[System.String]",
|
|
"typeSimple": "[string]",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Properties",
|
|
"jsonName": null,
|
|
"type": "[Volo.Abp.Http.Modeling.PropertyApiDescriptionModel]",
|
|
"typeSimple": "[Volo.Abp.Http.Modeling.PropertyApiDescriptionModel]",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Summary",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Remarks",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Description",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "DisplayName",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"Volo.Abp.Localization.LanguageInfo": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "CultureName",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "UiCultureName",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "DisplayName",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "TwoLetterISOLanguageName",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"Volo.Abp.MultiTenancy.TenantUserSharingStrategy": {
|
|
"baseType": "System.Enum",
|
|
"isEnum": true,
|
|
"enumNames": [
|
|
"Isolated",
|
|
"Shared"
|
|
],
|
|
"enumValues": [
|
|
0,
|
|
1
|
|
],
|
|
"genericArguments": null,
|
|
"properties": null,
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"Volo.Abp.NameValue": {
|
|
"baseType": "Volo.Abp.NameValue<System.String>",
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"Volo.Abp.NameValue<T0>": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": [
|
|
"T"
|
|
],
|
|
"properties": [
|
|
{
|
|
"name": "Name",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
{
|
|
"name": "Value",
|
|
"jsonName": null,
|
|
"type": "T",
|
|
"typeSimple": "T",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"Volo.Abp.ObjectExtending.ExtensibleObject": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "ExtraProperties",
|
|
"jsonName": null,
|
|
"type": "{System.String:System.Object}",
|
|
"typeSimple": "{string:object}",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false,
|
|
"summary": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
],
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
},
|
|
"Volo.Abp.Settings.ValueType": {
|
|
"baseType": "System.Enum",
|
|
"isEnum": true,
|
|
"enumNames": [
|
|
"String",
|
|
"Number",
|
|
"Boolean",
|
|
"Date",
|
|
"Array",
|
|
"Option",
|
|
"Object",
|
|
"NoSet"
|
|
],
|
|
"enumValues": [
|
|
0,
|
|
1,
|
|
2,
|
|
3,
|
|
4,
|
|
5,
|
|
10,
|
|
-1
|
|
],
|
|
"genericArguments": null,
|
|
"properties": null,
|
|
"summary": null,
|
|
"remarks": null,
|
|
"description": null,
|
|
"displayName": null
|
|
}
|
|
}
|
|
}
|