mirror of https://github.com/abpframework/abp.git
276 changed files with 14957 additions and 2558 deletions
@ -1,29 +1,248 @@ |
|||||
{ |
{ |
||||
"name": "Volo.Abp.Account.Application", |
"name": "Volo.Abp.Account.Application", |
||||
"hash": "9607ce81498fab564ea4a3681c15f72d", |
"hash": "b05cccb90911a432e29f16e19e99aec1", |
||||
"contents": [ |
"contents": [ |
||||
{ |
{ |
||||
"namespace": "Volo.Abp.Account", |
"namespace": "Volo.Abp.Account", |
||||
|
"dependsOnModules": [ |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.Account.Application.Contracts", |
||||
|
"namespace": "Volo.Abp.Account", |
||||
|
"name": "AbpAccountApplicationContractsModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.Identity.Application", |
||||
|
"namespace": "Volo.Abp.Identity", |
||||
|
"name": "AbpIdentityApplicationModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.UI.Navigation", |
||||
|
"namespace": "Volo.Abp.UI.Navigation", |
||||
|
"name": "AbpUiNavigationModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.Emailing", |
||||
|
"namespace": "Volo.Abp.Emailing", |
||||
|
"name": "AbpEmailingModule" |
||||
|
} |
||||
|
], |
||||
"contentType": "abpModule", |
"contentType": "abpModule", |
||||
"name": "AbpAccountApplicationModule" |
"name": "AbpAccountApplicationModule", |
||||
|
"summary": null |
||||
}, |
}, |
||||
{ |
{ |
||||
"namespace": "Volo.Abp.Account", |
"namespace": "Volo.Abp.Account", |
||||
"summary": null, |
"baseClass": { |
||||
|
"name": "ApplicationService", |
||||
|
"namespace": "Volo.Abp.Application.Services", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Application" |
||||
|
}, |
||||
"implementingInterfaces": [ |
"implementingInterfaces": [ |
||||
"Volo.Abp.Account.IAccountAppService" |
{ |
||||
|
"name": "IApplicationService", |
||||
|
"namespace": "Volo.Abp.Application.Services", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Application.Contracts" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IRemoteService", |
||||
|
"namespace": "Volo.Abp", |
||||
|
"declaringAssemblyName": "Volo.Abp.Core" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IAvoidDuplicateCrossCuttingConcerns", |
||||
|
"namespace": "Volo.Abp.Aspects", |
||||
|
"declaringAssemblyName": "Volo.Abp.Core" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IValidationEnabled", |
||||
|
"namespace": "Volo.Abp.Validation", |
||||
|
"declaringAssemblyName": "Volo.Abp.Validation" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IUnitOfWorkEnabled", |
||||
|
"namespace": "Volo.Abp.Uow", |
||||
|
"declaringAssemblyName": "Volo.Abp.Uow" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IAuditingEnabled", |
||||
|
"namespace": "Volo.Abp.Auditing", |
||||
|
"declaringAssemblyName": "Volo.Abp.Auditing.Contracts" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IGlobalFeatureCheckingEnabled", |
||||
|
"namespace": "Volo.Abp.GlobalFeatures", |
||||
|
"declaringAssemblyName": "Volo.Abp.GlobalFeatures" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "ITransientDependency", |
||||
|
"namespace": "Volo.Abp.DependencyInjection", |
||||
|
"declaringAssemblyName": "Volo.Abp.Core" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IAccountAppService", |
||||
|
"namespace": "Volo.Abp.Account", |
||||
|
"declaringAssemblyName": "Volo.Abp.Account.Application.Contracts" |
||||
|
} |
||||
|
], |
||||
|
"methods": [ |
||||
|
{ |
||||
|
"returnType": "IdentityUserDto", |
||||
|
"isAsync": true, |
||||
|
"name": "RegisterAsync", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "RegisterDto", |
||||
|
"name": "input", |
||||
|
"isOptional": false |
||||
|
} |
||||
|
] |
||||
|
}, |
||||
|
{ |
||||
|
"returnType": "Void", |
||||
|
"isAsync": true, |
||||
|
"name": "SendPasswordResetCodeAsync", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "SendPasswordResetCodeDto", |
||||
|
"name": "input", |
||||
|
"isOptional": false |
||||
|
} |
||||
|
] |
||||
|
}, |
||||
|
{ |
||||
|
"returnType": "Void", |
||||
|
"isAsync": true, |
||||
|
"name": "ResetPasswordAsync", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "ResetPasswordDto", |
||||
|
"name": "input", |
||||
|
"isOptional": false |
||||
|
} |
||||
|
] |
||||
|
} |
||||
], |
], |
||||
"contentType": "applicationService", |
"contentType": "applicationService", |
||||
"name": "AccountAppService" |
"name": "AccountAppService", |
||||
|
"summary": null |
||||
}, |
}, |
||||
{ |
{ |
||||
"namespace": "Volo.Abp.Account", |
"namespace": "Volo.Abp.Account", |
||||
"summary": null, |
"baseClass": { |
||||
|
"name": "IdentityAppServiceBase", |
||||
|
"namespace": "Volo.Abp.Identity", |
||||
|
"declaringAssemblyName": "Volo.Abp.Identity.Application" |
||||
|
}, |
||||
"implementingInterfaces": [ |
"implementingInterfaces": [ |
||||
"Volo.Abp.Account.IProfileAppService" |
{ |
||||
|
"name": "IApplicationService", |
||||
|
"namespace": "Volo.Abp.Application.Services", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Application.Contracts" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IRemoteService", |
||||
|
"namespace": "Volo.Abp", |
||||
|
"declaringAssemblyName": "Volo.Abp.Core" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IAvoidDuplicateCrossCuttingConcerns", |
||||
|
"namespace": "Volo.Abp.Aspects", |
||||
|
"declaringAssemblyName": "Volo.Abp.Core" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IValidationEnabled", |
||||
|
"namespace": "Volo.Abp.Validation", |
||||
|
"declaringAssemblyName": "Volo.Abp.Validation" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IUnitOfWorkEnabled", |
||||
|
"namespace": "Volo.Abp.Uow", |
||||
|
"declaringAssemblyName": "Volo.Abp.Uow" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IAuditingEnabled", |
||||
|
"namespace": "Volo.Abp.Auditing", |
||||
|
"declaringAssemblyName": "Volo.Abp.Auditing.Contracts" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IGlobalFeatureCheckingEnabled", |
||||
|
"namespace": "Volo.Abp.GlobalFeatures", |
||||
|
"declaringAssemblyName": "Volo.Abp.GlobalFeatures" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "ITransientDependency", |
||||
|
"namespace": "Volo.Abp.DependencyInjection", |
||||
|
"declaringAssemblyName": "Volo.Abp.Core" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IProfileAppService", |
||||
|
"namespace": "Volo.Abp.Account", |
||||
|
"declaringAssemblyName": "Volo.Abp.Account.Application.Contracts" |
||||
|
} |
||||
|
], |
||||
|
"methods": [ |
||||
|
{ |
||||
|
"returnType": "ProfileDto", |
||||
|
"isAsync": true, |
||||
|
"name": "GetAsync", |
||||
|
"summary": null, |
||||
|
"parameters": [] |
||||
|
}, |
||||
|
{ |
||||
|
"returnType": "ProfileDto", |
||||
|
"isAsync": true, |
||||
|
"name": "UpdateAsync", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "UpdateProfileDto", |
||||
|
"name": "input", |
||||
|
"isOptional": false |
||||
|
} |
||||
|
] |
||||
|
}, |
||||
|
{ |
||||
|
"returnType": "Void", |
||||
|
"isAsync": true, |
||||
|
"name": "ChangePasswordAsync", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "ChangePasswordInput", |
||||
|
"name": "input", |
||||
|
"isOptional": false |
||||
|
} |
||||
|
] |
||||
|
} |
||||
], |
], |
||||
"contentType": "applicationService", |
"contentType": "applicationService", |
||||
"name": "ProfileAppService" |
"name": "ProfileAppService", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"defaultValue": "true", |
||||
|
"displayName": "Is self-registration enabled", |
||||
|
"description": "Whether a user can register the account by him or herself.", |
||||
|
"isVisibleToClient": true, |
||||
|
"isInherited": true, |
||||
|
"isEncrypted": false, |
||||
|
"contentType": "setting", |
||||
|
"name": "Abp.Account.IsSelfRegistrationEnabled", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"defaultValue": "true", |
||||
|
"displayName": "Authenticate with a local account", |
||||
|
"description": "Indicates if the server will allow users to authenticate with a local account.", |
||||
|
"isVisibleToClient": true, |
||||
|
"isInherited": true, |
||||
|
"isEncrypted": false, |
||||
|
"contentType": "setting", |
||||
|
"name": "Abp.Account.EnableLocalLogin", |
||||
|
"summary": null |
||||
} |
} |
||||
] |
] |
||||
} |
} |
||||
@ -1,41 +1,133 @@ |
|||||
{ |
{ |
||||
"name": "Volo.Abp.AuditLogging.Domain", |
"name": "Volo.Abp.AuditLogging.Domain", |
||||
"hash": "df19d27b7da103de2da1826c6ba8e161", |
"hash": "5c5286214fbab006a052643a69ca13d9", |
||||
"contents": [ |
"contents": [ |
||||
{ |
{ |
||||
"namespace": "Volo.Abp.AuditLogging", |
"namespace": "Volo.Abp.AuditLogging", |
||||
|
"dependsOnModules": [ |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.Auditing", |
||||
|
"namespace": "Volo.Abp.Auditing", |
||||
|
"name": "AbpAuditingModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Domain", |
||||
|
"namespace": "Volo.Abp.Domain", |
||||
|
"name": "AbpDddDomainModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.AuditLogging.Domain.Shared", |
||||
|
"namespace": "Volo.Abp.AuditLogging", |
||||
|
"name": "AbpAuditLoggingDomainSharedModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.ExceptionHandling", |
||||
|
"namespace": "Volo.Abp.ExceptionHandling", |
||||
|
"name": "AbpExceptionHandlingModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.Json", |
||||
|
"namespace": "Volo.Abp.Json", |
||||
|
"name": "AbpJsonModule" |
||||
|
} |
||||
|
], |
||||
"contentType": "abpModule", |
"contentType": "abpModule", |
||||
"name": "AbpAuditLoggingDomainModule" |
"name": "AbpAuditLoggingDomainModule", |
||||
|
"summary": null |
||||
}, |
}, |
||||
{ |
{ |
||||
|
"baseClass": { |
||||
|
"name": "AggregateRoot<Guid>", |
||||
|
"namespace": "Volo.Abp.Domain.Entities", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Domain" |
||||
|
}, |
||||
|
"implementingInterfaces": [ |
||||
|
{ |
||||
|
"name": "IEntity", |
||||
|
"namespace": "Volo.Abp.Domain.Entities", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Domain" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IEntity<Guid>", |
||||
|
"namespace": "Volo.Abp.Domain.Entities", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Domain" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IAggregateRoot<Guid>", |
||||
|
"namespace": "Volo.Abp.Domain.Entities", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Domain" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IAggregateRoot", |
||||
|
"namespace": "Volo.Abp.Domain.Entities", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Domain" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IGeneratesDomainEvents", |
||||
|
"namespace": "Volo.Abp.Domain.Entities", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Domain" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IHasExtraProperties", |
||||
|
"namespace": "Volo.Abp.Data", |
||||
|
"declaringAssemblyName": "Volo.Abp.ObjectExtending" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IHasConcurrencyStamp", |
||||
|
"namespace": "Volo.Abp.Domain.Entities", |
||||
|
"declaringAssemblyName": "Volo.Abp.Data" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IMultiTenant", |
||||
|
"namespace": "Volo.Abp.MultiTenancy", |
||||
|
"declaringAssemblyName": "Volo.Abp.MultiTenancy" |
||||
|
} |
||||
|
], |
||||
|
"methods": [], |
||||
"namespace": "Volo.Abp.AuditLogging", |
"namespace": "Volo.Abp.AuditLogging", |
||||
"primaryKeyType": "Guid", |
"primaryKeyType": "Guid", |
||||
"summary": null, |
"collectionProperties": { |
||||
"collectionProperties": [ |
"entityChanges": { |
||||
"Volo.Abp.AuditLogging.EntityChange", |
"name": "EntityChange", |
||||
"Volo.Abp.AuditLogging.AuditLogAction" |
"namespace": "Volo.Abp.AuditLogging", |
||||
], |
"declaringAssemblyName": "Volo.Abp.AuditLogging.Domain" |
||||
"navigationProperties": [], |
}, |
||||
|
"actions": { |
||||
|
"name": "AuditLogAction", |
||||
|
"namespace": "Volo.Abp.AuditLogging", |
||||
|
"declaringAssemblyName": "Volo.Abp.AuditLogging.Domain" |
||||
|
} |
||||
|
}, |
||||
|
"navigationProperties": {}, |
||||
"contentType": "aggregateRoot", |
"contentType": "aggregateRoot", |
||||
"name": "AuditLog" |
"name": "AuditLog", |
||||
|
"summary": null |
||||
}, |
}, |
||||
{ |
{ |
||||
"namespace": "Volo.Abp.AuditLogging", |
"namespace": "Volo.Abp.AuditLogging", |
||||
"summary": null, |
"entityAnalyzeModel": { |
||||
"entityModel": { |
|
||||
"namespace": "Volo.Abp.AuditLogging", |
"namespace": "Volo.Abp.AuditLogging", |
||||
"primaryKeyType": "Guid", |
"primaryKeyType": "Guid", |
||||
"summary": null, |
"collectionProperties": { |
||||
"collectionProperties": [ |
"entityChanges": { |
||||
"Volo.Abp.AuditLogging.EntityChange", |
"name": "EntityChange", |
||||
"Volo.Abp.AuditLogging.AuditLogAction" |
"namespace": "Volo.Abp.AuditLogging", |
||||
], |
"declaringAssemblyName": "Volo.Abp.AuditLogging.Domain" |
||||
"navigationProperties": [], |
}, |
||||
|
"actions": { |
||||
|
"name": "AuditLogAction", |
||||
|
"namespace": "Volo.Abp.AuditLogging", |
||||
|
"declaringAssemblyName": "Volo.Abp.AuditLogging.Domain" |
||||
|
} |
||||
|
}, |
||||
|
"navigationProperties": {}, |
||||
"contentType": "entity", |
"contentType": "entity", |
||||
"name": "AuditLog" |
"name": "AuditLog", |
||||
|
"summary": null |
||||
}, |
}, |
||||
"contentType": "repositoryInterface", |
"contentType": "repositoryInterface", |
||||
"name": "IAuditLogRepository" |
"name": "IAuditLogRepository", |
||||
|
"summary": null |
||||
} |
} |
||||
] |
] |
||||
} |
} |
||||
@ -1,35 +1,101 @@ |
|||||
{ |
{ |
||||
"name": "Volo.Abp.BackgroundJobs.Domain", |
"name": "Volo.Abp.BackgroundJobs.Domain", |
||||
"hash": "edcb98cb920b6d3805b6ff82d280b1bd", |
"hash": "e4bfcaf1dc4ca9fe674af1e27feaf06f", |
||||
"contents": [ |
"contents": [ |
||||
{ |
{ |
||||
"namespace": "Volo.Abp.BackgroundJobs", |
"namespace": "Volo.Abp.BackgroundJobs", |
||||
|
"dependsOnModules": [ |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.BackgroundJobs.Domain.Shared", |
||||
|
"namespace": "Volo.Abp.BackgroundJobs", |
||||
|
"name": "AbpBackgroundJobsDomainSharedModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.BackgroundJobs", |
||||
|
"namespace": "Volo.Abp.BackgroundJobs", |
||||
|
"name": "AbpBackgroundJobsModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.AutoMapper", |
||||
|
"namespace": "Volo.Abp.AutoMapper", |
||||
|
"name": "AbpAutoMapperModule" |
||||
|
} |
||||
|
], |
||||
"contentType": "abpModule", |
"contentType": "abpModule", |
||||
"name": "AbpBackgroundJobsDomainModule" |
"name": "AbpBackgroundJobsDomainModule", |
||||
|
"summary": null |
||||
}, |
}, |
||||
{ |
{ |
||||
|
"baseClass": { |
||||
|
"name": "AggregateRoot<Guid>", |
||||
|
"namespace": "Volo.Abp.Domain.Entities", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Domain" |
||||
|
}, |
||||
|
"implementingInterfaces": [ |
||||
|
{ |
||||
|
"name": "IEntity", |
||||
|
"namespace": "Volo.Abp.Domain.Entities", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Domain" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IEntity<Guid>", |
||||
|
"namespace": "Volo.Abp.Domain.Entities", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Domain" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IAggregateRoot<Guid>", |
||||
|
"namespace": "Volo.Abp.Domain.Entities", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Domain" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IAggregateRoot", |
||||
|
"namespace": "Volo.Abp.Domain.Entities", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Domain" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IGeneratesDomainEvents", |
||||
|
"namespace": "Volo.Abp.Domain.Entities", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Domain" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IHasExtraProperties", |
||||
|
"namespace": "Volo.Abp.Data", |
||||
|
"declaringAssemblyName": "Volo.Abp.ObjectExtending" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IHasConcurrencyStamp", |
||||
|
"namespace": "Volo.Abp.Domain.Entities", |
||||
|
"declaringAssemblyName": "Volo.Abp.Data" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IHasCreationTime", |
||||
|
"namespace": "Volo.Abp.Auditing", |
||||
|
"declaringAssemblyName": "Volo.Abp.Auditing.Contracts" |
||||
|
} |
||||
|
], |
||||
|
"methods": [], |
||||
"namespace": "Volo.Abp.BackgroundJobs", |
"namespace": "Volo.Abp.BackgroundJobs", |
||||
"primaryKeyType": "Guid", |
"primaryKeyType": "Guid", |
||||
"summary": null, |
"collectionProperties": {}, |
||||
"collectionProperties": [], |
"navigationProperties": {}, |
||||
"navigationProperties": [], |
|
||||
"contentType": "aggregateRoot", |
"contentType": "aggregateRoot", |
||||
"name": "BackgroundJobRecord" |
"name": "BackgroundJobRecord", |
||||
|
"summary": null |
||||
}, |
}, |
||||
{ |
{ |
||||
"namespace": "Volo.Abp.BackgroundJobs", |
"namespace": "Volo.Abp.BackgroundJobs", |
||||
"summary": null, |
|
||||
"entityAnalyzeModel": { |
"entityAnalyzeModel": { |
||||
"namespace": "Volo.Abp.BackgroundJobs", |
"namespace": "Volo.Abp.BackgroundJobs", |
||||
"primaryKeyType": "Guid", |
"primaryKeyType": "Guid", |
||||
"summary": null, |
"collectionProperties": {}, |
||||
"collectionProperties": [], |
"navigationProperties": {}, |
||||
"navigationProperties": [], |
|
||||
"contentType": "entity", |
"contentType": "entity", |
||||
"name": "BackgroundJobRecord" |
"name": "BackgroundJobRecord", |
||||
|
"summary": null |
||||
}, |
}, |
||||
"contentType": "repositoryInterface", |
"contentType": "repositoryInterface", |
||||
"name": "IBackgroundJobRepository" |
"name": "IBackgroundJobRepository", |
||||
|
"summary": null |
||||
} |
} |
||||
] |
] |
||||
} |
} |
||||
@ -1,59 +1,187 @@ |
|||||
{ |
{ |
||||
"name": "Volo.Abp.BlobStoring.Database.Domain", |
"name": "Volo.Abp.BlobStoring.Database.Domain", |
||||
"hash": "35614e1fa8f4e0214b7f456228ba7565", |
"hash": "5abb59a0d6578727b76158338bf3236d", |
||||
"contents": [ |
"contents": [ |
||||
{ |
{ |
||||
"namespace": "Volo.Abp.BlobStoring.Database", |
"namespace": "Volo.Abp.BlobStoring.Database", |
||||
|
"dependsOnModules": [ |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Domain", |
||||
|
"namespace": "Volo.Abp.Domain", |
||||
|
"name": "AbpDddDomainModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.BlobStoring", |
||||
|
"namespace": "Volo.Abp.BlobStoring", |
||||
|
"name": "AbpBlobStoringModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.BlobStoring.Database.Domain.Shared", |
||||
|
"namespace": "Volo.Abp.BlobStoring.Database", |
||||
|
"name": "BlobStoringDatabaseDomainSharedModule" |
||||
|
} |
||||
|
], |
||||
"contentType": "abpModule", |
"contentType": "abpModule", |
||||
"name": "BlobStoringDatabaseDomainModule" |
"name": "BlobStoringDatabaseDomainModule", |
||||
|
"summary": null |
||||
}, |
}, |
||||
{ |
{ |
||||
|
"baseClass": { |
||||
|
"name": "AggregateRoot<Guid>", |
||||
|
"namespace": "Volo.Abp.Domain.Entities", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Domain" |
||||
|
}, |
||||
|
"implementingInterfaces": [ |
||||
|
{ |
||||
|
"name": "IEntity", |
||||
|
"namespace": "Volo.Abp.Domain.Entities", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Domain" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IEntity<Guid>", |
||||
|
"namespace": "Volo.Abp.Domain.Entities", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Domain" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IAggregateRoot<Guid>", |
||||
|
"namespace": "Volo.Abp.Domain.Entities", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Domain" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IAggregateRoot", |
||||
|
"namespace": "Volo.Abp.Domain.Entities", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Domain" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IGeneratesDomainEvents", |
||||
|
"namespace": "Volo.Abp.Domain.Entities", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Domain" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IHasExtraProperties", |
||||
|
"namespace": "Volo.Abp.Data", |
||||
|
"declaringAssemblyName": "Volo.Abp.ObjectExtending" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IHasConcurrencyStamp", |
||||
|
"namespace": "Volo.Abp.Domain.Entities", |
||||
|
"declaringAssemblyName": "Volo.Abp.Data" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IMultiTenant", |
||||
|
"namespace": "Volo.Abp.MultiTenancy", |
||||
|
"declaringAssemblyName": "Volo.Abp.MultiTenancy" |
||||
|
} |
||||
|
], |
||||
|
"methods": [ |
||||
|
{ |
||||
|
"returnType": "Void", |
||||
|
"isAsync": false, |
||||
|
"name": "SetContent", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "Byte[]", |
||||
|
"name": "content", |
||||
|
"isOptional": false |
||||
|
} |
||||
|
] |
||||
|
} |
||||
|
], |
||||
"namespace": "Volo.Abp.BlobStoring.Database", |
"namespace": "Volo.Abp.BlobStoring.Database", |
||||
"primaryKeyType": "Guid", |
"primaryKeyType": "Guid", |
||||
"summary": null, |
"collectionProperties": {}, |
||||
"collectionProperties": [], |
"navigationProperties": {}, |
||||
"navigationProperties": [], |
|
||||
"contentType": "aggregateRoot", |
"contentType": "aggregateRoot", |
||||
"name": "DatabaseBlob" |
"name": "DatabaseBlob", |
||||
|
"summary": null |
||||
}, |
}, |
||||
{ |
{ |
||||
|
"baseClass": { |
||||
|
"name": "AggregateRoot<Guid>", |
||||
|
"namespace": "Volo.Abp.Domain.Entities", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Domain" |
||||
|
}, |
||||
|
"implementingInterfaces": [ |
||||
|
{ |
||||
|
"name": "IEntity", |
||||
|
"namespace": "Volo.Abp.Domain.Entities", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Domain" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IEntity<Guid>", |
||||
|
"namespace": "Volo.Abp.Domain.Entities", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Domain" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IAggregateRoot<Guid>", |
||||
|
"namespace": "Volo.Abp.Domain.Entities", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Domain" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IAggregateRoot", |
||||
|
"namespace": "Volo.Abp.Domain.Entities", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Domain" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IGeneratesDomainEvents", |
||||
|
"namespace": "Volo.Abp.Domain.Entities", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Domain" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IHasExtraProperties", |
||||
|
"namespace": "Volo.Abp.Data", |
||||
|
"declaringAssemblyName": "Volo.Abp.ObjectExtending" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IHasConcurrencyStamp", |
||||
|
"namespace": "Volo.Abp.Domain.Entities", |
||||
|
"declaringAssemblyName": "Volo.Abp.Data" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IMultiTenant", |
||||
|
"namespace": "Volo.Abp.MultiTenancy", |
||||
|
"declaringAssemblyName": "Volo.Abp.MultiTenancy" |
||||
|
} |
||||
|
], |
||||
|
"methods": [], |
||||
"namespace": "Volo.Abp.BlobStoring.Database", |
"namespace": "Volo.Abp.BlobStoring.Database", |
||||
"primaryKeyType": "Guid", |
"primaryKeyType": "Guid", |
||||
"summary": null, |
"collectionProperties": {}, |
||||
"collectionProperties": [], |
"navigationProperties": {}, |
||||
"navigationProperties": [], |
|
||||
"contentType": "aggregateRoot", |
"contentType": "aggregateRoot", |
||||
"name": "DatabaseBlobContainer" |
"name": "DatabaseBlobContainer", |
||||
|
"summary": null |
||||
}, |
}, |
||||
{ |
{ |
||||
"namespace": "Volo.Abp.BlobStoring.Database", |
"namespace": "Volo.Abp.BlobStoring.Database", |
||||
"summary": null, |
|
||||
"entityAnalyzeModel": { |
"entityAnalyzeModel": { |
||||
"namespace": "Volo.Abp.BlobStoring.Database", |
"namespace": "Volo.Abp.BlobStoring.Database", |
||||
"primaryKeyType": "Guid", |
"primaryKeyType": "Guid", |
||||
"summary": null, |
"collectionProperties": {}, |
||||
"collectionProperties": [], |
"navigationProperties": {}, |
||||
"navigationProperties": [], |
|
||||
"contentType": "entity", |
"contentType": "entity", |
||||
"name": "DatabaseBlobContainer" |
"name": "DatabaseBlobContainer", |
||||
|
"summary": null |
||||
}, |
}, |
||||
"contentType": "repositoryInterface", |
"contentType": "repositoryInterface", |
||||
"name": "IDatabaseBlobContainerRepository" |
"name": "IDatabaseBlobContainerRepository", |
||||
|
"summary": null |
||||
}, |
}, |
||||
{ |
{ |
||||
"namespace": "Volo.Abp.BlobStoring.Database", |
"namespace": "Volo.Abp.BlobStoring.Database", |
||||
"summary": null, |
|
||||
"entityAnalyzeModel": { |
"entityAnalyzeModel": { |
||||
"namespace": "Volo.Abp.BlobStoring.Database", |
"namespace": "Volo.Abp.BlobStoring.Database", |
||||
"primaryKeyType": "Guid", |
"primaryKeyType": "Guid", |
||||
"summary": null, |
"collectionProperties": {}, |
||||
"collectionProperties": [], |
"navigationProperties": {}, |
||||
"navigationProperties": [], |
|
||||
"contentType": "entity", |
"contentType": "entity", |
||||
"name": "DatabaseBlob" |
"name": "DatabaseBlob", |
||||
|
"summary": null |
||||
}, |
}, |
||||
"contentType": "repositoryInterface", |
"contentType": "repositoryInterface", |
||||
"name": "IDatabaseBlobRepository" |
"name": "IDatabaseBlobRepository", |
||||
|
"summary": null |
||||
} |
} |
||||
] |
] |
||||
} |
} |
||||
@ -1,20 +1,176 @@ |
|||||
{ |
{ |
||||
"name": "Volo.Blogging.Admin.Application", |
"name": "Volo.Blogging.Admin.Application", |
||||
"hash": "da2cac72c4199b60197f4b57b5e7c9e6", |
"hash": "eefefd2ea6eb529f0396e0f21a26894a", |
||||
"contents": [ |
"contents": [ |
||||
{ |
{ |
||||
"namespace": "Volo.Blogging.Admin", |
"namespace": "Volo.Blogging.Admin", |
||||
|
"dependsOnModules": [ |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Blogging.Domain", |
||||
|
"namespace": "Volo.Blogging", |
||||
|
"name": "BloggingDomainModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Blogging.Admin.Application.Contracts", |
||||
|
"namespace": "Volo.Blogging.Admin", |
||||
|
"name": "BloggingAdminApplicationContractsModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.Caching", |
||||
|
"namespace": "Volo.Abp.Caching", |
||||
|
"name": "AbpCachingModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.AutoMapper", |
||||
|
"namespace": "Volo.Abp.AutoMapper", |
||||
|
"name": "AbpAutoMapperModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Application", |
||||
|
"namespace": "Volo.Abp.Application", |
||||
|
"name": "AbpDddApplicationModule" |
||||
|
} |
||||
|
], |
||||
"contentType": "abpModule", |
"contentType": "abpModule", |
||||
"name": "BloggingAdminApplicationModule" |
"name": "BloggingAdminApplicationModule", |
||||
|
"summary": null |
||||
}, |
}, |
||||
{ |
{ |
||||
"namespace": "Volo.Blogging.Admin.Blogs", |
"namespace": "Volo.Blogging.Admin.Blogs", |
||||
"summary": null, |
"baseClass": { |
||||
|
"name": "BloggingAdminAppServiceBase", |
||||
|
"namespace": "Volo.Blogging.Admin", |
||||
|
"declaringAssemblyName": "Volo.Blogging.Admin.Application" |
||||
|
}, |
||||
"implementingInterfaces": [ |
"implementingInterfaces": [ |
||||
"Volo.Blogging.Admin.Blogs.IBlogManagementAppService" |
{ |
||||
|
"name": "IApplicationService", |
||||
|
"namespace": "Volo.Abp.Application.Services", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Application.Contracts" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IRemoteService", |
||||
|
"namespace": "Volo.Abp", |
||||
|
"declaringAssemblyName": "Volo.Abp.Core" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IAvoidDuplicateCrossCuttingConcerns", |
||||
|
"namespace": "Volo.Abp.Aspects", |
||||
|
"declaringAssemblyName": "Volo.Abp.Core" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IValidationEnabled", |
||||
|
"namespace": "Volo.Abp.Validation", |
||||
|
"declaringAssemblyName": "Volo.Abp.Validation" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IUnitOfWorkEnabled", |
||||
|
"namespace": "Volo.Abp.Uow", |
||||
|
"declaringAssemblyName": "Volo.Abp.Uow" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IAuditingEnabled", |
||||
|
"namespace": "Volo.Abp.Auditing", |
||||
|
"declaringAssemblyName": "Volo.Abp.Auditing.Contracts" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IGlobalFeatureCheckingEnabled", |
||||
|
"namespace": "Volo.Abp.GlobalFeatures", |
||||
|
"declaringAssemblyName": "Volo.Abp.GlobalFeatures" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "ITransientDependency", |
||||
|
"namespace": "Volo.Abp.DependencyInjection", |
||||
|
"declaringAssemblyName": "Volo.Abp.Core" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IBlogManagementAppService", |
||||
|
"namespace": "Volo.Blogging.Admin.Blogs", |
||||
|
"declaringAssemblyName": "Volo.Blogging.Admin.Application.Contracts" |
||||
|
} |
||||
|
], |
||||
|
"methods": [ |
||||
|
{ |
||||
|
"returnType": "ListResultDto<BlogDto>", |
||||
|
"isAsync": true, |
||||
|
"name": "GetListAsync", |
||||
|
"summary": null, |
||||
|
"parameters": [] |
||||
|
}, |
||||
|
{ |
||||
|
"returnType": "BlogDto", |
||||
|
"isAsync": true, |
||||
|
"name": "GetAsync", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "Guid", |
||||
|
"name": "id", |
||||
|
"isOptional": false |
||||
|
} |
||||
|
] |
||||
|
}, |
||||
|
{ |
||||
|
"returnType": "BlogDto", |
||||
|
"isAsync": true, |
||||
|
"name": "CreateAsync", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "CreateBlogDto", |
||||
|
"name": "input", |
||||
|
"isOptional": false |
||||
|
} |
||||
|
] |
||||
|
}, |
||||
|
{ |
||||
|
"returnType": "BlogDto", |
||||
|
"isAsync": true, |
||||
|
"name": "UpdateAsync", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "Guid", |
||||
|
"name": "id", |
||||
|
"isOptional": false |
||||
|
}, |
||||
|
{ |
||||
|
"type": "UpdateBlogDto", |
||||
|
"name": "input", |
||||
|
"isOptional": false |
||||
|
} |
||||
|
] |
||||
|
}, |
||||
|
{ |
||||
|
"returnType": "Void", |
||||
|
"isAsync": true, |
||||
|
"name": "DeleteAsync", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "Guid", |
||||
|
"name": "id", |
||||
|
"isOptional": false |
||||
|
} |
||||
|
] |
||||
|
}, |
||||
|
{ |
||||
|
"returnType": "Void", |
||||
|
"isAsync": true, |
||||
|
"name": "ClearCacheAsync", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "Guid", |
||||
|
"name": "id", |
||||
|
"isOptional": false |
||||
|
} |
||||
|
] |
||||
|
} |
||||
], |
], |
||||
"contentType": "applicationService", |
"contentType": "applicationService", |
||||
"name": "BlogManagementAppService" |
"name": "BlogManagementAppService", |
||||
|
"summary": null |
||||
} |
} |
||||
] |
] |
||||
} |
} |
||||
@ -1,56 +1,592 @@ |
|||||
{ |
{ |
||||
"name": "Volo.Blogging.Application", |
"name": "Volo.Blogging.Application", |
||||
"hash": "47a4bc61ba0c33ebe3b888158ee679f6", |
"hash": "7ba5a819a7718dcdbd1b728d596c060a", |
||||
"contents": [ |
"contents": [ |
||||
{ |
{ |
||||
"namespace": "Volo.Blogging", |
"namespace": "Volo.Blogging", |
||||
|
"dependsOnModules": [ |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Blogging.Domain", |
||||
|
"namespace": "Volo.Blogging", |
||||
|
"name": "BloggingDomainModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Blogging.Application.Contracts", |
||||
|
"namespace": "Volo.Blogging", |
||||
|
"name": "BloggingApplicationContractsModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.Caching", |
||||
|
"namespace": "Volo.Abp.Caching", |
||||
|
"name": "AbpCachingModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.AutoMapper", |
||||
|
"namespace": "Volo.Abp.AutoMapper", |
||||
|
"name": "AbpAutoMapperModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.BlobStoring", |
||||
|
"namespace": "Volo.Abp.BlobStoring", |
||||
|
"name": "AbpBlobStoringModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Application", |
||||
|
"namespace": "Volo.Abp.Application", |
||||
|
"name": "AbpDddApplicationModule" |
||||
|
} |
||||
|
], |
||||
"contentType": "abpModule", |
"contentType": "abpModule", |
||||
"name": "BloggingApplicationModule" |
"name": "BloggingApplicationModule", |
||||
|
"summary": null |
||||
}, |
}, |
||||
{ |
{ |
||||
"namespace": "Volo.Blogging.Tagging", |
"namespace": "Volo.Blogging.Tagging", |
||||
"summary": null, |
"baseClass": { |
||||
|
"name": "BloggingAppServiceBase", |
||||
|
"namespace": "Volo.Blogging", |
||||
|
"declaringAssemblyName": "Volo.Blogging.Application" |
||||
|
}, |
||||
"implementingInterfaces": [ |
"implementingInterfaces": [ |
||||
"Volo.Blogging.Tagging.ITagAppService" |
{ |
||||
|
"name": "IApplicationService", |
||||
|
"namespace": "Volo.Abp.Application.Services", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Application.Contracts" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IRemoteService", |
||||
|
"namespace": "Volo.Abp", |
||||
|
"declaringAssemblyName": "Volo.Abp.Core" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IAvoidDuplicateCrossCuttingConcerns", |
||||
|
"namespace": "Volo.Abp.Aspects", |
||||
|
"declaringAssemblyName": "Volo.Abp.Core" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IValidationEnabled", |
||||
|
"namespace": "Volo.Abp.Validation", |
||||
|
"declaringAssemblyName": "Volo.Abp.Validation" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IUnitOfWorkEnabled", |
||||
|
"namespace": "Volo.Abp.Uow", |
||||
|
"declaringAssemblyName": "Volo.Abp.Uow" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IAuditingEnabled", |
||||
|
"namespace": "Volo.Abp.Auditing", |
||||
|
"declaringAssemblyName": "Volo.Abp.Auditing.Contracts" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IGlobalFeatureCheckingEnabled", |
||||
|
"namespace": "Volo.Abp.GlobalFeatures", |
||||
|
"declaringAssemblyName": "Volo.Abp.GlobalFeatures" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "ITransientDependency", |
||||
|
"namespace": "Volo.Abp.DependencyInjection", |
||||
|
"declaringAssemblyName": "Volo.Abp.Core" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "ITagAppService", |
||||
|
"namespace": "Volo.Blogging.Tagging", |
||||
|
"declaringAssemblyName": "Volo.Blogging.Application.Contracts" |
||||
|
} |
||||
|
], |
||||
|
"methods": [ |
||||
|
{ |
||||
|
"returnType": "List<TagDto>", |
||||
|
"isAsync": true, |
||||
|
"name": "GetPopularTagsAsync", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "Guid", |
||||
|
"name": "blogId", |
||||
|
"isOptional": false |
||||
|
}, |
||||
|
{ |
||||
|
"type": "GetPopularTagsInput", |
||||
|
"name": "input", |
||||
|
"isOptional": false |
||||
|
} |
||||
|
] |
||||
|
} |
||||
], |
], |
||||
"contentType": "applicationService", |
"contentType": "applicationService", |
||||
"name": "TagAppService" |
"name": "TagAppService", |
||||
|
"summary": null |
||||
}, |
}, |
||||
{ |
{ |
||||
"namespace": "Volo.Blogging.Posts", |
"namespace": "Volo.Blogging.Posts", |
||||
"summary": null, |
"baseClass": { |
||||
|
"name": "BloggingAppServiceBase", |
||||
|
"namespace": "Volo.Blogging", |
||||
|
"declaringAssemblyName": "Volo.Blogging.Application" |
||||
|
}, |
||||
"implementingInterfaces": [ |
"implementingInterfaces": [ |
||||
"Volo.Blogging.Posts.IPostAppService" |
{ |
||||
|
"name": "IApplicationService", |
||||
|
"namespace": "Volo.Abp.Application.Services", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Application.Contracts" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IRemoteService", |
||||
|
"namespace": "Volo.Abp", |
||||
|
"declaringAssemblyName": "Volo.Abp.Core" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IAvoidDuplicateCrossCuttingConcerns", |
||||
|
"namespace": "Volo.Abp.Aspects", |
||||
|
"declaringAssemblyName": "Volo.Abp.Core" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IValidationEnabled", |
||||
|
"namespace": "Volo.Abp.Validation", |
||||
|
"declaringAssemblyName": "Volo.Abp.Validation" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IUnitOfWorkEnabled", |
||||
|
"namespace": "Volo.Abp.Uow", |
||||
|
"declaringAssemblyName": "Volo.Abp.Uow" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IAuditingEnabled", |
||||
|
"namespace": "Volo.Abp.Auditing", |
||||
|
"declaringAssemblyName": "Volo.Abp.Auditing.Contracts" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IGlobalFeatureCheckingEnabled", |
||||
|
"namespace": "Volo.Abp.GlobalFeatures", |
||||
|
"declaringAssemblyName": "Volo.Abp.GlobalFeatures" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "ITransientDependency", |
||||
|
"namespace": "Volo.Abp.DependencyInjection", |
||||
|
"declaringAssemblyName": "Volo.Abp.Core" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IPostAppService", |
||||
|
"namespace": "Volo.Blogging.Posts", |
||||
|
"declaringAssemblyName": "Volo.Blogging.Application.Contracts" |
||||
|
} |
||||
|
], |
||||
|
"methods": [ |
||||
|
{ |
||||
|
"returnType": "ListResultDto<PostWithDetailsDto>", |
||||
|
"isAsync": true, |
||||
|
"name": "GetListByBlogIdAndTagNameAsync", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "Guid", |
||||
|
"name": "id", |
||||
|
"isOptional": false |
||||
|
}, |
||||
|
{ |
||||
|
"type": "String", |
||||
|
"name": "tagName", |
||||
|
"isOptional": false |
||||
|
} |
||||
|
] |
||||
|
}, |
||||
|
{ |
||||
|
"returnType": "ListResultDto<PostWithDetailsDto>", |
||||
|
"isAsync": true, |
||||
|
"name": "GetTimeOrderedListAsync", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "Guid", |
||||
|
"name": "blogId", |
||||
|
"isOptional": false |
||||
|
} |
||||
|
] |
||||
|
}, |
||||
|
{ |
||||
|
"returnType": "PostWithDetailsDto", |
||||
|
"isAsync": true, |
||||
|
"name": "GetForReadingAsync", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "GetPostInput", |
||||
|
"name": "input", |
||||
|
"isOptional": false |
||||
|
} |
||||
|
] |
||||
|
}, |
||||
|
{ |
||||
|
"returnType": "PostWithDetailsDto", |
||||
|
"isAsync": true, |
||||
|
"name": "GetAsync", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "Guid", |
||||
|
"name": "id", |
||||
|
"isOptional": false |
||||
|
} |
||||
|
] |
||||
|
}, |
||||
|
{ |
||||
|
"returnType": "Void", |
||||
|
"isAsync": true, |
||||
|
"name": "DeleteAsync", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "Guid", |
||||
|
"name": "id", |
||||
|
"isOptional": false |
||||
|
} |
||||
|
] |
||||
|
}, |
||||
|
{ |
||||
|
"returnType": "PostWithDetailsDto", |
||||
|
"isAsync": true, |
||||
|
"name": "UpdateAsync", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "Guid", |
||||
|
"name": "id", |
||||
|
"isOptional": false |
||||
|
}, |
||||
|
{ |
||||
|
"type": "UpdatePostDto", |
||||
|
"name": "input", |
||||
|
"isOptional": false |
||||
|
} |
||||
|
] |
||||
|
}, |
||||
|
{ |
||||
|
"returnType": "PostWithDetailsDto", |
||||
|
"isAsync": true, |
||||
|
"name": "CreateAsync", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "CreatePostDto", |
||||
|
"name": "input", |
||||
|
"isOptional": false |
||||
|
} |
||||
|
] |
||||
|
} |
||||
], |
], |
||||
"contentType": "applicationService", |
"contentType": "applicationService", |
||||
"name": "PostAppService" |
"name": "PostAppService", |
||||
|
"summary": null |
||||
}, |
}, |
||||
{ |
{ |
||||
"namespace": "Volo.Blogging.Files", |
"namespace": "Volo.Blogging.Files", |
||||
"summary": null, |
"baseClass": { |
||||
|
"name": "BloggingAppServiceBase", |
||||
|
"namespace": "Volo.Blogging", |
||||
|
"declaringAssemblyName": "Volo.Blogging.Application" |
||||
|
}, |
||||
"implementingInterfaces": [ |
"implementingInterfaces": [ |
||||
"Volo.Blogging.Files.IFileAppService" |
{ |
||||
|
"name": "IApplicationService", |
||||
|
"namespace": "Volo.Abp.Application.Services", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Application.Contracts" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IRemoteService", |
||||
|
"namespace": "Volo.Abp", |
||||
|
"declaringAssemblyName": "Volo.Abp.Core" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IAvoidDuplicateCrossCuttingConcerns", |
||||
|
"namespace": "Volo.Abp.Aspects", |
||||
|
"declaringAssemblyName": "Volo.Abp.Core" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IValidationEnabled", |
||||
|
"namespace": "Volo.Abp.Validation", |
||||
|
"declaringAssemblyName": "Volo.Abp.Validation" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IUnitOfWorkEnabled", |
||||
|
"namespace": "Volo.Abp.Uow", |
||||
|
"declaringAssemblyName": "Volo.Abp.Uow" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IAuditingEnabled", |
||||
|
"namespace": "Volo.Abp.Auditing", |
||||
|
"declaringAssemblyName": "Volo.Abp.Auditing.Contracts" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IGlobalFeatureCheckingEnabled", |
||||
|
"namespace": "Volo.Abp.GlobalFeatures", |
||||
|
"declaringAssemblyName": "Volo.Abp.GlobalFeatures" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "ITransientDependency", |
||||
|
"namespace": "Volo.Abp.DependencyInjection", |
||||
|
"declaringAssemblyName": "Volo.Abp.Core" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IFileAppService", |
||||
|
"namespace": "Volo.Blogging.Files", |
||||
|
"declaringAssemblyName": "Volo.Blogging.Application.Contracts" |
||||
|
} |
||||
|
], |
||||
|
"methods": [ |
||||
|
{ |
||||
|
"returnType": "RawFileDto", |
||||
|
"isAsync": true, |
||||
|
"name": "GetAsync", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "String", |
||||
|
"name": "name", |
||||
|
"isOptional": false |
||||
|
} |
||||
|
] |
||||
|
}, |
||||
|
{ |
||||
|
"returnType": "IRemoteStreamContent", |
||||
|
"isAsync": true, |
||||
|
"name": "GetFileAsync", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "String", |
||||
|
"name": "name", |
||||
|
"isOptional": false |
||||
|
} |
||||
|
] |
||||
|
}, |
||||
|
{ |
||||
|
"returnType": "FileUploadOutputDto", |
||||
|
"isAsync": true, |
||||
|
"name": "CreateAsync", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "FileUploadInputDto", |
||||
|
"name": "input", |
||||
|
"isOptional": false |
||||
|
} |
||||
|
] |
||||
|
} |
||||
], |
], |
||||
"contentType": "applicationService", |
"contentType": "applicationService", |
||||
"name": "FileAppService" |
"name": "FileAppService", |
||||
|
"summary": null |
||||
}, |
}, |
||||
{ |
{ |
||||
"namespace": "Volo.Blogging.Comments", |
"namespace": "Volo.Blogging.Comments", |
||||
"summary": null, |
"baseClass": { |
||||
|
"name": "BloggingAppServiceBase", |
||||
|
"namespace": "Volo.Blogging", |
||||
|
"declaringAssemblyName": "Volo.Blogging.Application" |
||||
|
}, |
||||
"implementingInterfaces": [ |
"implementingInterfaces": [ |
||||
"Volo.Blogging.Comments.ICommentAppService" |
{ |
||||
|
"name": "IApplicationService", |
||||
|
"namespace": "Volo.Abp.Application.Services", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Application.Contracts" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IRemoteService", |
||||
|
"namespace": "Volo.Abp", |
||||
|
"declaringAssemblyName": "Volo.Abp.Core" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IAvoidDuplicateCrossCuttingConcerns", |
||||
|
"namespace": "Volo.Abp.Aspects", |
||||
|
"declaringAssemblyName": "Volo.Abp.Core" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IValidationEnabled", |
||||
|
"namespace": "Volo.Abp.Validation", |
||||
|
"declaringAssemblyName": "Volo.Abp.Validation" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IUnitOfWorkEnabled", |
||||
|
"namespace": "Volo.Abp.Uow", |
||||
|
"declaringAssemblyName": "Volo.Abp.Uow" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IAuditingEnabled", |
||||
|
"namespace": "Volo.Abp.Auditing", |
||||
|
"declaringAssemblyName": "Volo.Abp.Auditing.Contracts" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IGlobalFeatureCheckingEnabled", |
||||
|
"namespace": "Volo.Abp.GlobalFeatures", |
||||
|
"declaringAssemblyName": "Volo.Abp.GlobalFeatures" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "ITransientDependency", |
||||
|
"namespace": "Volo.Abp.DependencyInjection", |
||||
|
"declaringAssemblyName": "Volo.Abp.Core" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "ICommentAppService", |
||||
|
"namespace": "Volo.Blogging.Comments", |
||||
|
"declaringAssemblyName": "Volo.Blogging.Application.Contracts" |
||||
|
} |
||||
|
], |
||||
|
"methods": [ |
||||
|
{ |
||||
|
"returnType": "List<CommentWithRepliesDto>", |
||||
|
"isAsync": true, |
||||
|
"name": "GetHierarchicalListOfPostAsync", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "Guid", |
||||
|
"name": "postId", |
||||
|
"isOptional": false |
||||
|
} |
||||
|
] |
||||
|
}, |
||||
|
{ |
||||
|
"returnType": "CommentWithDetailsDto", |
||||
|
"isAsync": true, |
||||
|
"name": "CreateAsync", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "CreateCommentDto", |
||||
|
"name": "input", |
||||
|
"isOptional": false |
||||
|
} |
||||
|
] |
||||
|
}, |
||||
|
{ |
||||
|
"returnType": "CommentWithDetailsDto", |
||||
|
"isAsync": true, |
||||
|
"name": "UpdateAsync", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "Guid", |
||||
|
"name": "id", |
||||
|
"isOptional": false |
||||
|
}, |
||||
|
{ |
||||
|
"type": "UpdateCommentDto", |
||||
|
"name": "input", |
||||
|
"isOptional": false |
||||
|
} |
||||
|
] |
||||
|
}, |
||||
|
{ |
||||
|
"returnType": "Void", |
||||
|
"isAsync": true, |
||||
|
"name": "DeleteAsync", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "Guid", |
||||
|
"name": "id", |
||||
|
"isOptional": false |
||||
|
} |
||||
|
] |
||||
|
} |
||||
], |
], |
||||
"contentType": "applicationService", |
"contentType": "applicationService", |
||||
"name": "CommentAppService" |
"name": "CommentAppService", |
||||
|
"summary": null |
||||
}, |
}, |
||||
{ |
{ |
||||
"namespace": "Volo.Blogging.Blogs", |
"namespace": "Volo.Blogging.Blogs", |
||||
"summary": null, |
"baseClass": { |
||||
|
"name": "BloggingAppServiceBase", |
||||
|
"namespace": "Volo.Blogging", |
||||
|
"declaringAssemblyName": "Volo.Blogging.Application" |
||||
|
}, |
||||
"implementingInterfaces": [ |
"implementingInterfaces": [ |
||||
"Volo.Blogging.Blogs.IBlogAppService" |
{ |
||||
|
"name": "IApplicationService", |
||||
|
"namespace": "Volo.Abp.Application.Services", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Application.Contracts" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IRemoteService", |
||||
|
"namespace": "Volo.Abp", |
||||
|
"declaringAssemblyName": "Volo.Abp.Core" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IAvoidDuplicateCrossCuttingConcerns", |
||||
|
"namespace": "Volo.Abp.Aspects", |
||||
|
"declaringAssemblyName": "Volo.Abp.Core" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IValidationEnabled", |
||||
|
"namespace": "Volo.Abp.Validation", |
||||
|
"declaringAssemblyName": "Volo.Abp.Validation" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IUnitOfWorkEnabled", |
||||
|
"namespace": "Volo.Abp.Uow", |
||||
|
"declaringAssemblyName": "Volo.Abp.Uow" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IAuditingEnabled", |
||||
|
"namespace": "Volo.Abp.Auditing", |
||||
|
"declaringAssemblyName": "Volo.Abp.Auditing.Contracts" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IGlobalFeatureCheckingEnabled", |
||||
|
"namespace": "Volo.Abp.GlobalFeatures", |
||||
|
"declaringAssemblyName": "Volo.Abp.GlobalFeatures" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "ITransientDependency", |
||||
|
"namespace": "Volo.Abp.DependencyInjection", |
||||
|
"declaringAssemblyName": "Volo.Abp.Core" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IBlogAppService", |
||||
|
"namespace": "Volo.Blogging.Blogs", |
||||
|
"declaringAssemblyName": "Volo.Blogging.Application.Contracts" |
||||
|
} |
||||
|
], |
||||
|
"methods": [ |
||||
|
{ |
||||
|
"returnType": "ListResultDto<BlogDto>", |
||||
|
"isAsync": true, |
||||
|
"name": "GetListAsync", |
||||
|
"summary": null, |
||||
|
"parameters": [] |
||||
|
}, |
||||
|
{ |
||||
|
"returnType": "BlogDto", |
||||
|
"isAsync": true, |
||||
|
"name": "GetByShortNameAsync", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "String", |
||||
|
"name": "shortName", |
||||
|
"isOptional": false |
||||
|
} |
||||
|
] |
||||
|
}, |
||||
|
{ |
||||
|
"returnType": "BlogDto", |
||||
|
"isAsync": true, |
||||
|
"name": "GetAsync", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "Guid", |
||||
|
"name": "id", |
||||
|
"isOptional": false |
||||
|
} |
||||
|
] |
||||
|
} |
||||
], |
], |
||||
"contentType": "applicationService", |
"contentType": "applicationService", |
||||
"name": "BlogAppService" |
"name": "BlogAppService", |
||||
|
"summary": null |
||||
} |
} |
||||
] |
] |
||||
} |
} |
||||
@ -1,135 +1,764 @@ |
|||||
{ |
{ |
||||
"name": "Volo.Blogging.Domain", |
"name": "Volo.Blogging.Domain", |
||||
"hash": "bf1806736d7d435af015acb0aac2eab2", |
"hash": "479fb45df58aa9027f3f723ebb0e27f8", |
||||
"contents": [ |
"contents": [ |
||||
{ |
{ |
||||
"namespace": "Volo.Blogging", |
"namespace": "Volo.Blogging", |
||||
|
"dependsOnModules": [ |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Blogging.Domain.Shared", |
||||
|
"namespace": "Volo.Blogging", |
||||
|
"name": "BloggingDomainSharedModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Domain", |
||||
|
"namespace": "Volo.Abp.Domain", |
||||
|
"name": "AbpDddDomainModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.AutoMapper", |
||||
|
"namespace": "Volo.Abp.AutoMapper", |
||||
|
"name": "AbpAutoMapperModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.Caching", |
||||
|
"namespace": "Volo.Abp.Caching", |
||||
|
"name": "AbpCachingModule" |
||||
|
} |
||||
|
], |
||||
"contentType": "abpModule", |
"contentType": "abpModule", |
||||
"name": "BloggingDomainModule" |
"name": "BloggingDomainModule", |
||||
|
"summary": null |
||||
}, |
}, |
||||
{ |
{ |
||||
|
"baseClass": { |
||||
|
"name": "AggregateRoot<Guid>", |
||||
|
"namespace": "Volo.Abp.Domain.Entities", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Domain" |
||||
|
}, |
||||
|
"implementingInterfaces": [ |
||||
|
{ |
||||
|
"name": "IEntity", |
||||
|
"namespace": "Volo.Abp.Domain.Entities", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Domain" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IEntity<Guid>", |
||||
|
"namespace": "Volo.Abp.Domain.Entities", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Domain" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IAggregateRoot<Guid>", |
||||
|
"namespace": "Volo.Abp.Domain.Entities", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Domain" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IAggregateRoot", |
||||
|
"namespace": "Volo.Abp.Domain.Entities", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Domain" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IGeneratesDomainEvents", |
||||
|
"namespace": "Volo.Abp.Domain.Entities", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Domain" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IHasExtraProperties", |
||||
|
"namespace": "Volo.Abp.Data", |
||||
|
"declaringAssemblyName": "Volo.Abp.ObjectExtending" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IHasConcurrencyStamp", |
||||
|
"namespace": "Volo.Abp.Domain.Entities", |
||||
|
"declaringAssemblyName": "Volo.Abp.Data" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IUser", |
||||
|
"namespace": "Volo.Abp.Users", |
||||
|
"declaringAssemblyName": "Volo.Abp.Users.Domain" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IMultiTenant", |
||||
|
"namespace": "Volo.Abp.MultiTenancy", |
||||
|
"declaringAssemblyName": "Volo.Abp.MultiTenancy" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IUpdateUserData", |
||||
|
"namespace": "Volo.Abp.Users", |
||||
|
"declaringAssemblyName": "Volo.Abp.Users.Domain" |
||||
|
} |
||||
|
], |
||||
|
"methods": [ |
||||
|
{ |
||||
|
"returnType": "Boolean", |
||||
|
"isAsync": false, |
||||
|
"name": "Update", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "IUserData", |
||||
|
"name": "user", |
||||
|
"isOptional": false |
||||
|
} |
||||
|
] |
||||
|
} |
||||
|
], |
||||
"namespace": "Volo.Blogging.Users", |
"namespace": "Volo.Blogging.Users", |
||||
"primaryKeyType": "Guid", |
"primaryKeyType": "Guid", |
||||
"summary": null, |
"collectionProperties": {}, |
||||
"collectionProperties": [], |
"navigationProperties": {}, |
||||
"navigationProperties": [], |
|
||||
"contentType": "aggregateRoot", |
"contentType": "aggregateRoot", |
||||
"name": "BlogUser" |
"name": "BlogUser", |
||||
|
"summary": null |
||||
}, |
}, |
||||
{ |
{ |
||||
|
"baseClass": { |
||||
|
"name": "FullAuditedAggregateRoot<Guid>", |
||||
|
"namespace": "Volo.Abp.Domain.Entities.Auditing", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Domain" |
||||
|
}, |
||||
|
"implementingInterfaces": [ |
||||
|
{ |
||||
|
"name": "IEntity", |
||||
|
"namespace": "Volo.Abp.Domain.Entities", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Domain" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IEntity<Guid>", |
||||
|
"namespace": "Volo.Abp.Domain.Entities", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Domain" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IAggregateRoot<Guid>", |
||||
|
"namespace": "Volo.Abp.Domain.Entities", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Domain" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IAggregateRoot", |
||||
|
"namespace": "Volo.Abp.Domain.Entities", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Domain" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IGeneratesDomainEvents", |
||||
|
"namespace": "Volo.Abp.Domain.Entities", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Domain" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IHasExtraProperties", |
||||
|
"namespace": "Volo.Abp.Data", |
||||
|
"declaringAssemblyName": "Volo.Abp.ObjectExtending" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IHasConcurrencyStamp", |
||||
|
"namespace": "Volo.Abp.Domain.Entities", |
||||
|
"declaringAssemblyName": "Volo.Abp.Data" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "ICreationAuditedObject", |
||||
|
"namespace": "Volo.Abp.Auditing", |
||||
|
"declaringAssemblyName": "Volo.Abp.Auditing.Contracts" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IHasCreationTime", |
||||
|
"namespace": "Volo.Abp.Auditing", |
||||
|
"declaringAssemblyName": "Volo.Abp.Auditing.Contracts" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IMayHaveCreator", |
||||
|
"namespace": "Volo.Abp.Auditing", |
||||
|
"declaringAssemblyName": "Volo.Abp.Auditing.Contracts" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IAuditedObject", |
||||
|
"namespace": "Volo.Abp.Auditing", |
||||
|
"declaringAssemblyName": "Volo.Abp.Auditing.Contracts" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IModificationAuditedObject", |
||||
|
"namespace": "Volo.Abp.Auditing", |
||||
|
"declaringAssemblyName": "Volo.Abp.Auditing.Contracts" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IHasModificationTime", |
||||
|
"namespace": "Volo.Abp.Auditing", |
||||
|
"declaringAssemblyName": "Volo.Abp.Auditing.Contracts" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IFullAuditedObject", |
||||
|
"namespace": "Volo.Abp.Auditing", |
||||
|
"declaringAssemblyName": "Volo.Abp.Auditing.Contracts" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IDeletionAuditedObject", |
||||
|
"namespace": "Volo.Abp.Auditing", |
||||
|
"declaringAssemblyName": "Volo.Abp.Auditing.Contracts" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IHasDeletionTime", |
||||
|
"namespace": "Volo.Abp.Auditing", |
||||
|
"declaringAssemblyName": "Volo.Abp.Auditing.Contracts" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "ISoftDelete", |
||||
|
"namespace": "Volo.Abp", |
||||
|
"declaringAssemblyName": "Volo.Abp.Core" |
||||
|
} |
||||
|
], |
||||
|
"methods": [ |
||||
|
{ |
||||
|
"returnType": "Void", |
||||
|
"isAsync": false, |
||||
|
"name": "SetName", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "String", |
||||
|
"name": "name", |
||||
|
"isOptional": false |
||||
|
} |
||||
|
] |
||||
|
}, |
||||
|
{ |
||||
|
"returnType": "Void", |
||||
|
"isAsync": false, |
||||
|
"name": "IncreaseUsageCount", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "Int32", |
||||
|
"name": "number", |
||||
|
"isOptional": true |
||||
|
} |
||||
|
] |
||||
|
}, |
||||
|
{ |
||||
|
"returnType": "Void", |
||||
|
"isAsync": false, |
||||
|
"name": "DecreaseUsageCount", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "Int32", |
||||
|
"name": "number", |
||||
|
"isOptional": true |
||||
|
} |
||||
|
] |
||||
|
}, |
||||
|
{ |
||||
|
"returnType": "Void", |
||||
|
"isAsync": false, |
||||
|
"name": "SetDescription", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "String", |
||||
|
"name": "description", |
||||
|
"isOptional": false |
||||
|
} |
||||
|
] |
||||
|
} |
||||
|
], |
||||
"namespace": "Volo.Blogging.Tagging", |
"namespace": "Volo.Blogging.Tagging", |
||||
"primaryKeyType": "Guid", |
"primaryKeyType": "Guid", |
||||
"summary": null, |
"collectionProperties": {}, |
||||
"collectionProperties": [], |
"navigationProperties": {}, |
||||
"navigationProperties": [], |
|
||||
"contentType": "aggregateRoot", |
"contentType": "aggregateRoot", |
||||
"name": "Tag" |
"name": "Tag", |
||||
|
"summary": null |
||||
}, |
}, |
||||
{ |
{ |
||||
|
"baseClass": { |
||||
|
"name": "FullAuditedAggregateRoot<Guid>", |
||||
|
"namespace": "Volo.Abp.Domain.Entities.Auditing", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Domain" |
||||
|
}, |
||||
|
"implementingInterfaces": [ |
||||
|
{ |
||||
|
"name": "IEntity", |
||||
|
"namespace": "Volo.Abp.Domain.Entities", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Domain" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IEntity<Guid>", |
||||
|
"namespace": "Volo.Abp.Domain.Entities", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Domain" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IAggregateRoot<Guid>", |
||||
|
"namespace": "Volo.Abp.Domain.Entities", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Domain" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IAggregateRoot", |
||||
|
"namespace": "Volo.Abp.Domain.Entities", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Domain" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IGeneratesDomainEvents", |
||||
|
"namespace": "Volo.Abp.Domain.Entities", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Domain" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IHasExtraProperties", |
||||
|
"namespace": "Volo.Abp.Data", |
||||
|
"declaringAssemblyName": "Volo.Abp.ObjectExtending" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IHasConcurrencyStamp", |
||||
|
"namespace": "Volo.Abp.Domain.Entities", |
||||
|
"declaringAssemblyName": "Volo.Abp.Data" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "ICreationAuditedObject", |
||||
|
"namespace": "Volo.Abp.Auditing", |
||||
|
"declaringAssemblyName": "Volo.Abp.Auditing.Contracts" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IHasCreationTime", |
||||
|
"namespace": "Volo.Abp.Auditing", |
||||
|
"declaringAssemblyName": "Volo.Abp.Auditing.Contracts" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IMayHaveCreator", |
||||
|
"namespace": "Volo.Abp.Auditing", |
||||
|
"declaringAssemblyName": "Volo.Abp.Auditing.Contracts" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IAuditedObject", |
||||
|
"namespace": "Volo.Abp.Auditing", |
||||
|
"declaringAssemblyName": "Volo.Abp.Auditing.Contracts" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IModificationAuditedObject", |
||||
|
"namespace": "Volo.Abp.Auditing", |
||||
|
"declaringAssemblyName": "Volo.Abp.Auditing.Contracts" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IHasModificationTime", |
||||
|
"namespace": "Volo.Abp.Auditing", |
||||
|
"declaringAssemblyName": "Volo.Abp.Auditing.Contracts" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IFullAuditedObject", |
||||
|
"namespace": "Volo.Abp.Auditing", |
||||
|
"declaringAssemblyName": "Volo.Abp.Auditing.Contracts" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IDeletionAuditedObject", |
||||
|
"namespace": "Volo.Abp.Auditing", |
||||
|
"declaringAssemblyName": "Volo.Abp.Auditing.Contracts" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IHasDeletionTime", |
||||
|
"namespace": "Volo.Abp.Auditing", |
||||
|
"declaringAssemblyName": "Volo.Abp.Auditing.Contracts" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "ISoftDelete", |
||||
|
"namespace": "Volo.Abp", |
||||
|
"declaringAssemblyName": "Volo.Abp.Core" |
||||
|
} |
||||
|
], |
||||
|
"methods": [ |
||||
|
{ |
||||
|
"returnType": "Post", |
||||
|
"isAsync": false, |
||||
|
"name": "IncreaseReadCount", |
||||
|
"summary": null, |
||||
|
"parameters": [] |
||||
|
}, |
||||
|
{ |
||||
|
"returnType": "Post", |
||||
|
"isAsync": false, |
||||
|
"name": "SetTitle", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "String", |
||||
|
"name": "title", |
||||
|
"isOptional": false |
||||
|
} |
||||
|
] |
||||
|
}, |
||||
|
{ |
||||
|
"returnType": "Post", |
||||
|
"isAsync": false, |
||||
|
"name": "SetUrl", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "String", |
||||
|
"name": "url", |
||||
|
"isOptional": false |
||||
|
} |
||||
|
] |
||||
|
}, |
||||
|
{ |
||||
|
"returnType": "Void", |
||||
|
"isAsync": false, |
||||
|
"name": "AddTag", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "Guid", |
||||
|
"name": "tagId", |
||||
|
"isOptional": false |
||||
|
} |
||||
|
] |
||||
|
}, |
||||
|
{ |
||||
|
"returnType": "Void", |
||||
|
"isAsync": false, |
||||
|
"name": "RemoveTag", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "Guid", |
||||
|
"name": "tagId", |
||||
|
"isOptional": false |
||||
|
} |
||||
|
] |
||||
|
} |
||||
|
], |
||||
"namespace": "Volo.Blogging.Posts", |
"namespace": "Volo.Blogging.Posts", |
||||
"primaryKeyType": "Guid", |
"primaryKeyType": "Guid", |
||||
"summary": null, |
"collectionProperties": { |
||||
"collectionProperties": [ |
"tags": { |
||||
"Volo.Blogging.Posts.PostTag" |
"name": "PostTag", |
||||
], |
"namespace": "Volo.Blogging.Posts", |
||||
"navigationProperties": [], |
"declaringAssemblyName": "Volo.Blogging.Domain" |
||||
|
} |
||||
|
}, |
||||
|
"navigationProperties": {}, |
||||
"contentType": "aggregateRoot", |
"contentType": "aggregateRoot", |
||||
"name": "Post" |
"name": "Post", |
||||
|
"summary": null |
||||
}, |
}, |
||||
{ |
{ |
||||
|
"baseClass": { |
||||
|
"name": "FullAuditedAggregateRoot<Guid>", |
||||
|
"namespace": "Volo.Abp.Domain.Entities.Auditing", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Domain" |
||||
|
}, |
||||
|
"implementingInterfaces": [ |
||||
|
{ |
||||
|
"name": "IEntity", |
||||
|
"namespace": "Volo.Abp.Domain.Entities", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Domain" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IEntity<Guid>", |
||||
|
"namespace": "Volo.Abp.Domain.Entities", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Domain" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IAggregateRoot<Guid>", |
||||
|
"namespace": "Volo.Abp.Domain.Entities", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Domain" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IAggregateRoot", |
||||
|
"namespace": "Volo.Abp.Domain.Entities", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Domain" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IGeneratesDomainEvents", |
||||
|
"namespace": "Volo.Abp.Domain.Entities", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Domain" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IHasExtraProperties", |
||||
|
"namespace": "Volo.Abp.Data", |
||||
|
"declaringAssemblyName": "Volo.Abp.ObjectExtending" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IHasConcurrencyStamp", |
||||
|
"namespace": "Volo.Abp.Domain.Entities", |
||||
|
"declaringAssemblyName": "Volo.Abp.Data" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "ICreationAuditedObject", |
||||
|
"namespace": "Volo.Abp.Auditing", |
||||
|
"declaringAssemblyName": "Volo.Abp.Auditing.Contracts" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IHasCreationTime", |
||||
|
"namespace": "Volo.Abp.Auditing", |
||||
|
"declaringAssemblyName": "Volo.Abp.Auditing.Contracts" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IMayHaveCreator", |
||||
|
"namespace": "Volo.Abp.Auditing", |
||||
|
"declaringAssemblyName": "Volo.Abp.Auditing.Contracts" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IAuditedObject", |
||||
|
"namespace": "Volo.Abp.Auditing", |
||||
|
"declaringAssemblyName": "Volo.Abp.Auditing.Contracts" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IModificationAuditedObject", |
||||
|
"namespace": "Volo.Abp.Auditing", |
||||
|
"declaringAssemblyName": "Volo.Abp.Auditing.Contracts" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IHasModificationTime", |
||||
|
"namespace": "Volo.Abp.Auditing", |
||||
|
"declaringAssemblyName": "Volo.Abp.Auditing.Contracts" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IFullAuditedObject", |
||||
|
"namespace": "Volo.Abp.Auditing", |
||||
|
"declaringAssemblyName": "Volo.Abp.Auditing.Contracts" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IDeletionAuditedObject", |
||||
|
"namespace": "Volo.Abp.Auditing", |
||||
|
"declaringAssemblyName": "Volo.Abp.Auditing.Contracts" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IHasDeletionTime", |
||||
|
"namespace": "Volo.Abp.Auditing", |
||||
|
"declaringAssemblyName": "Volo.Abp.Auditing.Contracts" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "ISoftDelete", |
||||
|
"namespace": "Volo.Abp", |
||||
|
"declaringAssemblyName": "Volo.Abp.Core" |
||||
|
} |
||||
|
], |
||||
|
"methods": [ |
||||
|
{ |
||||
|
"returnType": "Void", |
||||
|
"isAsync": false, |
||||
|
"name": "SetText", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "String", |
||||
|
"name": "text", |
||||
|
"isOptional": false |
||||
|
} |
||||
|
] |
||||
|
} |
||||
|
], |
||||
"namespace": "Volo.Blogging.Comments", |
"namespace": "Volo.Blogging.Comments", |
||||
"primaryKeyType": "Guid", |
"primaryKeyType": "Guid", |
||||
"summary": null, |
"collectionProperties": {}, |
||||
"collectionProperties": [], |
"navigationProperties": {}, |
||||
"navigationProperties": [], |
|
||||
"contentType": "aggregateRoot", |
"contentType": "aggregateRoot", |
||||
"name": "Comment" |
"name": "Comment", |
||||
|
"summary": null |
||||
}, |
}, |
||||
{ |
{ |
||||
|
"baseClass": { |
||||
|
"name": "FullAuditedAggregateRoot<Guid>", |
||||
|
"namespace": "Volo.Abp.Domain.Entities.Auditing", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Domain" |
||||
|
}, |
||||
|
"implementingInterfaces": [ |
||||
|
{ |
||||
|
"name": "IEntity", |
||||
|
"namespace": "Volo.Abp.Domain.Entities", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Domain" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IEntity<Guid>", |
||||
|
"namespace": "Volo.Abp.Domain.Entities", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Domain" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IAggregateRoot<Guid>", |
||||
|
"namespace": "Volo.Abp.Domain.Entities", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Domain" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IAggregateRoot", |
||||
|
"namespace": "Volo.Abp.Domain.Entities", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Domain" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IGeneratesDomainEvents", |
||||
|
"namespace": "Volo.Abp.Domain.Entities", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Domain" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IHasExtraProperties", |
||||
|
"namespace": "Volo.Abp.Data", |
||||
|
"declaringAssemblyName": "Volo.Abp.ObjectExtending" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IHasConcurrencyStamp", |
||||
|
"namespace": "Volo.Abp.Domain.Entities", |
||||
|
"declaringAssemblyName": "Volo.Abp.Data" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "ICreationAuditedObject", |
||||
|
"namespace": "Volo.Abp.Auditing", |
||||
|
"declaringAssemblyName": "Volo.Abp.Auditing.Contracts" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IHasCreationTime", |
||||
|
"namespace": "Volo.Abp.Auditing", |
||||
|
"declaringAssemblyName": "Volo.Abp.Auditing.Contracts" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IMayHaveCreator", |
||||
|
"namespace": "Volo.Abp.Auditing", |
||||
|
"declaringAssemblyName": "Volo.Abp.Auditing.Contracts" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IAuditedObject", |
||||
|
"namespace": "Volo.Abp.Auditing", |
||||
|
"declaringAssemblyName": "Volo.Abp.Auditing.Contracts" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IModificationAuditedObject", |
||||
|
"namespace": "Volo.Abp.Auditing", |
||||
|
"declaringAssemblyName": "Volo.Abp.Auditing.Contracts" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IHasModificationTime", |
||||
|
"namespace": "Volo.Abp.Auditing", |
||||
|
"declaringAssemblyName": "Volo.Abp.Auditing.Contracts" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IFullAuditedObject", |
||||
|
"namespace": "Volo.Abp.Auditing", |
||||
|
"declaringAssemblyName": "Volo.Abp.Auditing.Contracts" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IDeletionAuditedObject", |
||||
|
"namespace": "Volo.Abp.Auditing", |
||||
|
"declaringAssemblyName": "Volo.Abp.Auditing.Contracts" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IHasDeletionTime", |
||||
|
"namespace": "Volo.Abp.Auditing", |
||||
|
"declaringAssemblyName": "Volo.Abp.Auditing.Contracts" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "ISoftDelete", |
||||
|
"namespace": "Volo.Abp", |
||||
|
"declaringAssemblyName": "Volo.Abp.Core" |
||||
|
} |
||||
|
], |
||||
|
"methods": [ |
||||
|
{ |
||||
|
"returnType": "Blog", |
||||
|
"isAsync": false, |
||||
|
"name": "SetName", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "String", |
||||
|
"name": "name", |
||||
|
"isOptional": false |
||||
|
} |
||||
|
] |
||||
|
}, |
||||
|
{ |
||||
|
"returnType": "Blog", |
||||
|
"isAsync": false, |
||||
|
"name": "SetShortName", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "String", |
||||
|
"name": "shortName", |
||||
|
"isOptional": false |
||||
|
} |
||||
|
] |
||||
|
} |
||||
|
], |
||||
"namespace": "Volo.Blogging.Blogs", |
"namespace": "Volo.Blogging.Blogs", |
||||
"primaryKeyType": "Guid", |
"primaryKeyType": "Guid", |
||||
"summary": null, |
"collectionProperties": {}, |
||||
"collectionProperties": [], |
"navigationProperties": {}, |
||||
"navigationProperties": [], |
|
||||
"contentType": "aggregateRoot", |
"contentType": "aggregateRoot", |
||||
"name": "Blog" |
"name": "Blog", |
||||
|
"summary": null |
||||
}, |
}, |
||||
{ |
{ |
||||
"namespace": "Volo.Blogging.Users", |
"namespace": "Volo.Blogging.Users", |
||||
"summary": null, |
|
||||
"entityAnalyzeModel": { |
"entityAnalyzeModel": { |
||||
"namespace": "Volo.Blogging.Users", |
"namespace": "Volo.Blogging.Users", |
||||
"primaryKeyType": "Guid", |
"primaryKeyType": "Guid", |
||||
"summary": null, |
"collectionProperties": {}, |
||||
"collectionProperties": [], |
"navigationProperties": {}, |
||||
"navigationProperties": [], |
|
||||
"contentType": "entity", |
"contentType": "entity", |
||||
"name": "BlogUser" |
"name": "BlogUser", |
||||
|
"summary": null |
||||
}, |
}, |
||||
"contentType": "repositoryInterface", |
"contentType": "repositoryInterface", |
||||
"name": "IBlogUserRepository" |
"name": "IBlogUserRepository", |
||||
|
"summary": null |
||||
}, |
}, |
||||
{ |
{ |
||||
"namespace": "Volo.Blogging.Tagging", |
"namespace": "Volo.Blogging.Tagging", |
||||
"summary": null, |
|
||||
"entityAnalyzeModel": { |
"entityAnalyzeModel": { |
||||
"namespace": "Volo.Blogging.Tagging", |
"namespace": "Volo.Blogging.Tagging", |
||||
"primaryKeyType": "Guid", |
"primaryKeyType": "Guid", |
||||
"summary": null, |
"collectionProperties": {}, |
||||
"collectionProperties": [], |
"navigationProperties": {}, |
||||
"navigationProperties": [], |
|
||||
"contentType": "entity", |
"contentType": "entity", |
||||
"name": "Tag" |
"name": "Tag", |
||||
|
"summary": null |
||||
}, |
}, |
||||
"contentType": "repositoryInterface", |
"contentType": "repositoryInterface", |
||||
"name": "ITagRepository" |
"name": "ITagRepository", |
||||
|
"summary": null |
||||
}, |
}, |
||||
{ |
{ |
||||
"namespace": "Volo.Blogging.Posts", |
"namespace": "Volo.Blogging.Posts", |
||||
"summary": null, |
|
||||
"entityAnalyzeModel": { |
"entityAnalyzeModel": { |
||||
"namespace": "Volo.Blogging.Posts", |
"namespace": "Volo.Blogging.Posts", |
||||
"primaryKeyType": "Guid", |
"primaryKeyType": "Guid", |
||||
"summary": null, |
"collectionProperties": { |
||||
"collectionProperties": [ |
"tags": { |
||||
"Volo.Blogging.Posts.PostTag" |
"name": "PostTag", |
||||
], |
"namespace": "Volo.Blogging.Posts", |
||||
"navigationProperties": [], |
"declaringAssemblyName": "Volo.Blogging.Domain" |
||||
|
} |
||||
|
}, |
||||
|
"navigationProperties": {}, |
||||
"contentType": "entity", |
"contentType": "entity", |
||||
"name": "Post" |
"name": "Post", |
||||
|
"summary": null |
||||
}, |
}, |
||||
"contentType": "repositoryInterface", |
"contentType": "repositoryInterface", |
||||
"name": "IPostRepository" |
"name": "IPostRepository", |
||||
|
"summary": null |
||||
}, |
}, |
||||
{ |
{ |
||||
"namespace": "Volo.Blogging.Comments", |
"namespace": "Volo.Blogging.Comments", |
||||
"summary": null, |
|
||||
"entityAnalyzeModel": { |
"entityAnalyzeModel": { |
||||
"namespace": "Volo.Blogging.Comments", |
"namespace": "Volo.Blogging.Comments", |
||||
"primaryKeyType": "Guid", |
"primaryKeyType": "Guid", |
||||
"summary": null, |
"collectionProperties": {}, |
||||
"collectionProperties": [], |
"navigationProperties": {}, |
||||
"navigationProperties": [], |
|
||||
"contentType": "entity", |
"contentType": "entity", |
||||
"name": "Comment" |
"name": "Comment", |
||||
|
"summary": null |
||||
}, |
}, |
||||
"contentType": "repositoryInterface", |
"contentType": "repositoryInterface", |
||||
"name": "ICommentRepository" |
"name": "ICommentRepository", |
||||
|
"summary": null |
||||
}, |
}, |
||||
{ |
{ |
||||
"namespace": "Volo.Blogging.Blogs", |
"namespace": "Volo.Blogging.Blogs", |
||||
"summary": null, |
|
||||
"entityAnalyzeModel": { |
"entityAnalyzeModel": { |
||||
"namespace": "Volo.Blogging.Blogs", |
"namespace": "Volo.Blogging.Blogs", |
||||
"primaryKeyType": "Guid", |
"primaryKeyType": "Guid", |
||||
"summary": null, |
"collectionProperties": {}, |
||||
"collectionProperties": [], |
"navigationProperties": {}, |
||||
"navigationProperties": [], |
|
||||
"contentType": "entity", |
"contentType": "entity", |
||||
"name": "Blog" |
"name": "Blog", |
||||
|
"summary": null |
||||
}, |
}, |
||||
"contentType": "repositoryInterface", |
"contentType": "repositoryInterface", |
||||
"name": "IBlogRepository" |
"name": "IBlogRepository", |
||||
|
"summary": null |
||||
} |
} |
||||
] |
] |
||||
} |
} |
||||
File diff suppressed because it is too large
@ -1,38 +1,263 @@ |
|||||
{ |
{ |
||||
"name": "Volo.CmsKit.Common.Application", |
"name": "Volo.CmsKit.Common.Application", |
||||
"hash": "07abca3b46e8b2c5233c0d9b1a803f02", |
"hash": "dcff888899b34f1dc38ef5cabaa22174", |
||||
"contents": [ |
"contents": [ |
||||
{ |
{ |
||||
"namespace": "Volo.CmsKit", |
"namespace": "Volo.CmsKit", |
||||
|
"dependsOnModules": [ |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.CmsKit.Common.Application.Contracts", |
||||
|
"namespace": "Volo.CmsKit", |
||||
|
"name": "CmsKitCommonApplicationContractsModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.CmsKit.Domain", |
||||
|
"namespace": "Volo.CmsKit", |
||||
|
"name": "CmsKitDomainModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Application", |
||||
|
"namespace": "Volo.Abp.Application", |
||||
|
"name": "AbpDddApplicationModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.AutoMapper", |
||||
|
"namespace": "Volo.Abp.AutoMapper", |
||||
|
"name": "AbpAutoMapperModule" |
||||
|
} |
||||
|
], |
||||
"contentType": "abpModule", |
"contentType": "abpModule", |
||||
"name": "CmsKitCommonApplicationModule" |
"name": "CmsKitCommonApplicationModule", |
||||
|
"summary": null |
||||
}, |
}, |
||||
{ |
{ |
||||
"namespace": "Volo.CmsKit.Tags", |
"namespace": "Volo.CmsKit.Tags", |
||||
"summary": null, |
"baseClass": { |
||||
|
"name": "CmsKitAppServiceBase", |
||||
|
"namespace": "Volo.CmsKit", |
||||
|
"declaringAssemblyName": "Volo.CmsKit.Common.Application" |
||||
|
}, |
||||
"implementingInterfaces": [ |
"implementingInterfaces": [ |
||||
"Volo.CmsKit.Tags.ITagAppService" |
{ |
||||
|
"name": "IApplicationService", |
||||
|
"namespace": "Volo.Abp.Application.Services", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Application.Contracts" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IRemoteService", |
||||
|
"namespace": "Volo.Abp", |
||||
|
"declaringAssemblyName": "Volo.Abp.Core" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IAvoidDuplicateCrossCuttingConcerns", |
||||
|
"namespace": "Volo.Abp.Aspects", |
||||
|
"declaringAssemblyName": "Volo.Abp.Core" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IValidationEnabled", |
||||
|
"namespace": "Volo.Abp.Validation", |
||||
|
"declaringAssemblyName": "Volo.Abp.Validation" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IUnitOfWorkEnabled", |
||||
|
"namespace": "Volo.Abp.Uow", |
||||
|
"declaringAssemblyName": "Volo.Abp.Uow" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IAuditingEnabled", |
||||
|
"namespace": "Volo.Abp.Auditing", |
||||
|
"declaringAssemblyName": "Volo.Abp.Auditing.Contracts" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IGlobalFeatureCheckingEnabled", |
||||
|
"namespace": "Volo.Abp.GlobalFeatures", |
||||
|
"declaringAssemblyName": "Volo.Abp.GlobalFeatures" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "ITransientDependency", |
||||
|
"namespace": "Volo.Abp.DependencyInjection", |
||||
|
"declaringAssemblyName": "Volo.Abp.Core" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "ITagAppService", |
||||
|
"namespace": "Volo.CmsKit.Tags", |
||||
|
"declaringAssemblyName": "Volo.CmsKit.Common.Application.Contracts" |
||||
|
} |
||||
|
], |
||||
|
"methods": [ |
||||
|
{ |
||||
|
"returnType": "List<TagDto>", |
||||
|
"isAsync": true, |
||||
|
"name": "GetAllRelatedTagsAsync", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "String", |
||||
|
"name": "entityType", |
||||
|
"isOptional": false |
||||
|
}, |
||||
|
{ |
||||
|
"type": "String", |
||||
|
"name": "entityId", |
||||
|
"isOptional": false |
||||
|
} |
||||
|
] |
||||
|
} |
||||
], |
], |
||||
"contentType": "applicationService", |
"contentType": "applicationService", |
||||
"name": "TagAppService" |
"name": "TagAppService", |
||||
|
"summary": null |
||||
}, |
}, |
||||
{ |
{ |
||||
"namespace": "Volo.CmsKit.MediaDescriptors", |
"namespace": "Volo.CmsKit.MediaDescriptors", |
||||
"summary": null, |
"baseClass": { |
||||
|
"name": "CmsKitAppServiceBase", |
||||
|
"namespace": "Volo.CmsKit", |
||||
|
"declaringAssemblyName": "Volo.CmsKit.Common.Application" |
||||
|
}, |
||||
"implementingInterfaces": [ |
"implementingInterfaces": [ |
||||
"Volo.CmsKit.MediaDescriptors.IMediaDescriptorAppService" |
{ |
||||
|
"name": "IApplicationService", |
||||
|
"namespace": "Volo.Abp.Application.Services", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Application.Contracts" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IRemoteService", |
||||
|
"namespace": "Volo.Abp", |
||||
|
"declaringAssemblyName": "Volo.Abp.Core" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IAvoidDuplicateCrossCuttingConcerns", |
||||
|
"namespace": "Volo.Abp.Aspects", |
||||
|
"declaringAssemblyName": "Volo.Abp.Core" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IValidationEnabled", |
||||
|
"namespace": "Volo.Abp.Validation", |
||||
|
"declaringAssemblyName": "Volo.Abp.Validation" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IUnitOfWorkEnabled", |
||||
|
"namespace": "Volo.Abp.Uow", |
||||
|
"declaringAssemblyName": "Volo.Abp.Uow" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IAuditingEnabled", |
||||
|
"namespace": "Volo.Abp.Auditing", |
||||
|
"declaringAssemblyName": "Volo.Abp.Auditing.Contracts" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IGlobalFeatureCheckingEnabled", |
||||
|
"namespace": "Volo.Abp.GlobalFeatures", |
||||
|
"declaringAssemblyName": "Volo.Abp.GlobalFeatures" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "ITransientDependency", |
||||
|
"namespace": "Volo.Abp.DependencyInjection", |
||||
|
"declaringAssemblyName": "Volo.Abp.Core" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IMediaDescriptorAppService", |
||||
|
"namespace": "Volo.CmsKit.MediaDescriptors", |
||||
|
"declaringAssemblyName": "Volo.CmsKit.Common.Application.Contracts" |
||||
|
} |
||||
|
], |
||||
|
"methods": [ |
||||
|
{ |
||||
|
"returnType": "RemoteStreamContent", |
||||
|
"isAsync": true, |
||||
|
"name": "DownloadAsync", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "Guid", |
||||
|
"name": "id", |
||||
|
"isOptional": false |
||||
|
} |
||||
|
] |
||||
|
} |
||||
], |
], |
||||
"contentType": "applicationService", |
"contentType": "applicationService", |
||||
"name": "MediaDescriptorAppService" |
"name": "MediaDescriptorAppService", |
||||
|
"summary": null |
||||
}, |
}, |
||||
{ |
{ |
||||
"namespace": "Volo.CmsKit.Blogs", |
"namespace": "Volo.CmsKit.Blogs", |
||||
"summary": null, |
"baseClass": { |
||||
|
"name": "CmsKitAppServiceBase", |
||||
|
"namespace": "Volo.CmsKit", |
||||
|
"declaringAssemblyName": "Volo.CmsKit.Common.Application" |
||||
|
}, |
||||
"implementingInterfaces": [ |
"implementingInterfaces": [ |
||||
"Volo.CmsKit.Blogs.IBlogFeatureAppService" |
{ |
||||
|
"name": "IApplicationService", |
||||
|
"namespace": "Volo.Abp.Application.Services", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Application.Contracts" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IRemoteService", |
||||
|
"namespace": "Volo.Abp", |
||||
|
"declaringAssemblyName": "Volo.Abp.Core" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IAvoidDuplicateCrossCuttingConcerns", |
||||
|
"namespace": "Volo.Abp.Aspects", |
||||
|
"declaringAssemblyName": "Volo.Abp.Core" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IValidationEnabled", |
||||
|
"namespace": "Volo.Abp.Validation", |
||||
|
"declaringAssemblyName": "Volo.Abp.Validation" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IUnitOfWorkEnabled", |
||||
|
"namespace": "Volo.Abp.Uow", |
||||
|
"declaringAssemblyName": "Volo.Abp.Uow" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IAuditingEnabled", |
||||
|
"namespace": "Volo.Abp.Auditing", |
||||
|
"declaringAssemblyName": "Volo.Abp.Auditing.Contracts" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IGlobalFeatureCheckingEnabled", |
||||
|
"namespace": "Volo.Abp.GlobalFeatures", |
||||
|
"declaringAssemblyName": "Volo.Abp.GlobalFeatures" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "ITransientDependency", |
||||
|
"namespace": "Volo.Abp.DependencyInjection", |
||||
|
"declaringAssemblyName": "Volo.Abp.Core" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IBlogFeatureAppService", |
||||
|
"namespace": "Volo.CmsKit.Blogs", |
||||
|
"declaringAssemblyName": "Volo.CmsKit.Common.Application.Contracts" |
||||
|
} |
||||
|
], |
||||
|
"methods": [ |
||||
|
{ |
||||
|
"returnType": "BlogFeatureDto", |
||||
|
"isAsync": true, |
||||
|
"name": "GetOrDefaultAsync", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "Guid", |
||||
|
"name": "blogId", |
||||
|
"isOptional": false |
||||
|
}, |
||||
|
{ |
||||
|
"type": "String", |
||||
|
"name": "featureName", |
||||
|
"isOptional": false |
||||
|
} |
||||
|
] |
||||
|
} |
||||
], |
], |
||||
"contentType": "applicationService", |
"contentType": "applicationService", |
||||
"name": "BlogFeatureAppService" |
"name": "BlogFeatureAppService", |
||||
|
"summary": null |
||||
} |
} |
||||
] |
] |
||||
} |
} |
||||
File diff suppressed because it is too large
@ -1,74 +1,740 @@ |
|||||
{ |
{ |
||||
"name": "Volo.CmsKit.Public.Application", |
"name": "Volo.CmsKit.Public.Application", |
||||
"hash": "35fc84bf4ee895c703bdf1cf037afb14", |
"hash": "b6a4273097bd7f31aeaa9103a148b979", |
||||
"contents": [ |
"contents": [ |
||||
{ |
{ |
||||
"namespace": "Volo.CmsKit.Public", |
"namespace": "Volo.CmsKit.Public", |
||||
|
"dependsOnModules": [ |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.CmsKit.Common.Application", |
||||
|
"namespace": "Volo.CmsKit", |
||||
|
"name": "CmsKitCommonApplicationModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.CmsKit.Public.Application.Contracts", |
||||
|
"namespace": "Volo.CmsKit.Public", |
||||
|
"name": "CmsKitPublicApplicationContractsModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.Caching", |
||||
|
"namespace": "Volo.Abp.Caching", |
||||
|
"name": "AbpCachingModule" |
||||
|
} |
||||
|
], |
||||
"contentType": "abpModule", |
"contentType": "abpModule", |
||||
"name": "CmsKitPublicApplicationModule" |
"name": "CmsKitPublicApplicationModule", |
||||
|
"summary": null |
||||
}, |
}, |
||||
{ |
{ |
||||
"namespace": "Volo.CmsKit.Public.Reactions", |
"namespace": "Volo.CmsKit.Public.Reactions", |
||||
"summary": null, |
"baseClass": { |
||||
|
"name": "CmsKitPublicAppServiceBase", |
||||
|
"namespace": "Volo.CmsKit.Public", |
||||
|
"declaringAssemblyName": "Volo.CmsKit.Public.Application" |
||||
|
}, |
||||
"implementingInterfaces": [ |
"implementingInterfaces": [ |
||||
"Volo.CmsKit.Public.Reactions.IReactionPublicAppService" |
{ |
||||
|
"name": "IApplicationService", |
||||
|
"namespace": "Volo.Abp.Application.Services", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Application.Contracts" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IRemoteService", |
||||
|
"namespace": "Volo.Abp", |
||||
|
"declaringAssemblyName": "Volo.Abp.Core" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IAvoidDuplicateCrossCuttingConcerns", |
||||
|
"namespace": "Volo.Abp.Aspects", |
||||
|
"declaringAssemblyName": "Volo.Abp.Core" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IValidationEnabled", |
||||
|
"namespace": "Volo.Abp.Validation", |
||||
|
"declaringAssemblyName": "Volo.Abp.Validation" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IUnitOfWorkEnabled", |
||||
|
"namespace": "Volo.Abp.Uow", |
||||
|
"declaringAssemblyName": "Volo.Abp.Uow" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IAuditingEnabled", |
||||
|
"namespace": "Volo.Abp.Auditing", |
||||
|
"declaringAssemblyName": "Volo.Abp.Auditing.Contracts" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IGlobalFeatureCheckingEnabled", |
||||
|
"namespace": "Volo.Abp.GlobalFeatures", |
||||
|
"declaringAssemblyName": "Volo.Abp.GlobalFeatures" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "ITransientDependency", |
||||
|
"namespace": "Volo.Abp.DependencyInjection", |
||||
|
"declaringAssemblyName": "Volo.Abp.Core" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IReactionPublicAppService", |
||||
|
"namespace": "Volo.CmsKit.Public.Reactions", |
||||
|
"declaringAssemblyName": "Volo.CmsKit.Public.Application.Contracts" |
||||
|
} |
||||
|
], |
||||
|
"methods": [ |
||||
|
{ |
||||
|
"returnType": "ListResultDto<ReactionWithSelectionDto>", |
||||
|
"isAsync": true, |
||||
|
"name": "GetForSelectionAsync", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "String", |
||||
|
"name": "entityType", |
||||
|
"isOptional": false |
||||
|
}, |
||||
|
{ |
||||
|
"type": "String", |
||||
|
"name": "entityId", |
||||
|
"isOptional": false |
||||
|
} |
||||
|
] |
||||
|
}, |
||||
|
{ |
||||
|
"returnType": "Void", |
||||
|
"isAsync": true, |
||||
|
"name": "CreateAsync", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "String", |
||||
|
"name": "entityType", |
||||
|
"isOptional": false |
||||
|
}, |
||||
|
{ |
||||
|
"type": "String", |
||||
|
"name": "entityId", |
||||
|
"isOptional": false |
||||
|
}, |
||||
|
{ |
||||
|
"type": "String", |
||||
|
"name": "reaction", |
||||
|
"isOptional": false |
||||
|
} |
||||
|
] |
||||
|
}, |
||||
|
{ |
||||
|
"returnType": "Void", |
||||
|
"isAsync": true, |
||||
|
"name": "DeleteAsync", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "String", |
||||
|
"name": "entityType", |
||||
|
"isOptional": false |
||||
|
}, |
||||
|
{ |
||||
|
"type": "String", |
||||
|
"name": "entityId", |
||||
|
"isOptional": false |
||||
|
}, |
||||
|
{ |
||||
|
"type": "String", |
||||
|
"name": "reaction", |
||||
|
"isOptional": false |
||||
|
} |
||||
|
] |
||||
|
} |
||||
], |
], |
||||
"contentType": "applicationService", |
"contentType": "applicationService", |
||||
"name": "ReactionPublicAppService" |
"name": "ReactionPublicAppService", |
||||
|
"summary": null |
||||
}, |
}, |
||||
{ |
{ |
||||
"namespace": "Volo.CmsKit.Public.Ratings", |
"namespace": "Volo.CmsKit.Public.Ratings", |
||||
"summary": null, |
"baseClass": { |
||||
|
"name": "CmsKitPublicAppServiceBase", |
||||
|
"namespace": "Volo.CmsKit.Public", |
||||
|
"declaringAssemblyName": "Volo.CmsKit.Public.Application" |
||||
|
}, |
||||
"implementingInterfaces": [ |
"implementingInterfaces": [ |
||||
"Volo.CmsKit.Public.Ratings.IRatingPublicAppService" |
{ |
||||
|
"name": "IApplicationService", |
||||
|
"namespace": "Volo.Abp.Application.Services", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Application.Contracts" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IRemoteService", |
||||
|
"namespace": "Volo.Abp", |
||||
|
"declaringAssemblyName": "Volo.Abp.Core" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IAvoidDuplicateCrossCuttingConcerns", |
||||
|
"namespace": "Volo.Abp.Aspects", |
||||
|
"declaringAssemblyName": "Volo.Abp.Core" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IValidationEnabled", |
||||
|
"namespace": "Volo.Abp.Validation", |
||||
|
"declaringAssemblyName": "Volo.Abp.Validation" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IUnitOfWorkEnabled", |
||||
|
"namespace": "Volo.Abp.Uow", |
||||
|
"declaringAssemblyName": "Volo.Abp.Uow" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IAuditingEnabled", |
||||
|
"namespace": "Volo.Abp.Auditing", |
||||
|
"declaringAssemblyName": "Volo.Abp.Auditing.Contracts" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IGlobalFeatureCheckingEnabled", |
||||
|
"namespace": "Volo.Abp.GlobalFeatures", |
||||
|
"declaringAssemblyName": "Volo.Abp.GlobalFeatures" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "ITransientDependency", |
||||
|
"namespace": "Volo.Abp.DependencyInjection", |
||||
|
"declaringAssemblyName": "Volo.Abp.Core" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IRatingPublicAppService", |
||||
|
"namespace": "Volo.CmsKit.Public.Ratings", |
||||
|
"declaringAssemblyName": "Volo.CmsKit.Public.Application.Contracts" |
||||
|
} |
||||
|
], |
||||
|
"methods": [ |
||||
|
{ |
||||
|
"returnType": "RatingDto", |
||||
|
"isAsync": true, |
||||
|
"name": "CreateAsync", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "String", |
||||
|
"name": "entityType", |
||||
|
"isOptional": false |
||||
|
}, |
||||
|
{ |
||||
|
"type": "String", |
||||
|
"name": "entityId", |
||||
|
"isOptional": false |
||||
|
}, |
||||
|
{ |
||||
|
"type": "CreateUpdateRatingInput", |
||||
|
"name": "input", |
||||
|
"isOptional": false |
||||
|
} |
||||
|
] |
||||
|
}, |
||||
|
{ |
||||
|
"returnType": "Void", |
||||
|
"isAsync": true, |
||||
|
"name": "DeleteAsync", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "String", |
||||
|
"name": "entityType", |
||||
|
"isOptional": false |
||||
|
}, |
||||
|
{ |
||||
|
"type": "String", |
||||
|
"name": "entityId", |
||||
|
"isOptional": false |
||||
|
} |
||||
|
] |
||||
|
}, |
||||
|
{ |
||||
|
"returnType": "List<RatingWithStarCountDto>", |
||||
|
"isAsync": true, |
||||
|
"name": "GetGroupedStarCountsAsync", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "String", |
||||
|
"name": "entityType", |
||||
|
"isOptional": false |
||||
|
}, |
||||
|
{ |
||||
|
"type": "String", |
||||
|
"name": "entityId", |
||||
|
"isOptional": false |
||||
|
} |
||||
|
] |
||||
|
} |
||||
], |
], |
||||
"contentType": "applicationService", |
"contentType": "applicationService", |
||||
"name": "RatingPublicAppService" |
"name": "RatingPublicAppService", |
||||
|
"summary": null |
||||
}, |
}, |
||||
{ |
{ |
||||
"namespace": "Volo.CmsKit.Public.Pages", |
"namespace": "Volo.CmsKit.Public.Pages", |
||||
"summary": null, |
"baseClass": { |
||||
|
"name": "CmsKitPublicAppServiceBase", |
||||
|
"namespace": "Volo.CmsKit.Public", |
||||
|
"declaringAssemblyName": "Volo.CmsKit.Public.Application" |
||||
|
}, |
||||
"implementingInterfaces": [ |
"implementingInterfaces": [ |
||||
"Volo.CmsKit.Public.Pages.IPagePublicAppService" |
{ |
||||
|
"name": "IApplicationService", |
||||
|
"namespace": "Volo.Abp.Application.Services", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Application.Contracts" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IRemoteService", |
||||
|
"namespace": "Volo.Abp", |
||||
|
"declaringAssemblyName": "Volo.Abp.Core" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IAvoidDuplicateCrossCuttingConcerns", |
||||
|
"namespace": "Volo.Abp.Aspects", |
||||
|
"declaringAssemblyName": "Volo.Abp.Core" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IValidationEnabled", |
||||
|
"namespace": "Volo.Abp.Validation", |
||||
|
"declaringAssemblyName": "Volo.Abp.Validation" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IUnitOfWorkEnabled", |
||||
|
"namespace": "Volo.Abp.Uow", |
||||
|
"declaringAssemblyName": "Volo.Abp.Uow" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IAuditingEnabled", |
||||
|
"namespace": "Volo.Abp.Auditing", |
||||
|
"declaringAssemblyName": "Volo.Abp.Auditing.Contracts" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IGlobalFeatureCheckingEnabled", |
||||
|
"namespace": "Volo.Abp.GlobalFeatures", |
||||
|
"declaringAssemblyName": "Volo.Abp.GlobalFeatures" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "ITransientDependency", |
||||
|
"namespace": "Volo.Abp.DependencyInjection", |
||||
|
"declaringAssemblyName": "Volo.Abp.Core" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IPagePublicAppService", |
||||
|
"namespace": "Volo.CmsKit.Public.Pages", |
||||
|
"declaringAssemblyName": "Volo.CmsKit.Public.Application.Contracts" |
||||
|
} |
||||
|
], |
||||
|
"methods": [ |
||||
|
{ |
||||
|
"returnType": "PageDto", |
||||
|
"isAsync": true, |
||||
|
"name": "FindBySlugAsync", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "String", |
||||
|
"name": "slug", |
||||
|
"isOptional": false |
||||
|
} |
||||
|
] |
||||
|
} |
||||
], |
], |
||||
"contentType": "applicationService", |
"contentType": "applicationService", |
||||
"name": "PagePublicAppService" |
"name": "PagePublicAppService", |
||||
|
"summary": null |
||||
}, |
}, |
||||
{ |
{ |
||||
"namespace": "Volo.CmsKit.Public.Menus", |
"namespace": "Volo.CmsKit.Public.Menus", |
||||
"summary": null, |
"baseClass": { |
||||
|
"name": "CmsKitPublicAppServiceBase", |
||||
|
"namespace": "Volo.CmsKit.Public", |
||||
|
"declaringAssemblyName": "Volo.CmsKit.Public.Application" |
||||
|
}, |
||||
"implementingInterfaces": [ |
"implementingInterfaces": [ |
||||
"Volo.CmsKit.Public.Menus.IMenuItemPublicAppService" |
{ |
||||
|
"name": "IApplicationService", |
||||
|
"namespace": "Volo.Abp.Application.Services", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Application.Contracts" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IRemoteService", |
||||
|
"namespace": "Volo.Abp", |
||||
|
"declaringAssemblyName": "Volo.Abp.Core" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IAvoidDuplicateCrossCuttingConcerns", |
||||
|
"namespace": "Volo.Abp.Aspects", |
||||
|
"declaringAssemblyName": "Volo.Abp.Core" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IValidationEnabled", |
||||
|
"namespace": "Volo.Abp.Validation", |
||||
|
"declaringAssemblyName": "Volo.Abp.Validation" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IUnitOfWorkEnabled", |
||||
|
"namespace": "Volo.Abp.Uow", |
||||
|
"declaringAssemblyName": "Volo.Abp.Uow" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IAuditingEnabled", |
||||
|
"namespace": "Volo.Abp.Auditing", |
||||
|
"declaringAssemblyName": "Volo.Abp.Auditing.Contracts" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IGlobalFeatureCheckingEnabled", |
||||
|
"namespace": "Volo.Abp.GlobalFeatures", |
||||
|
"declaringAssemblyName": "Volo.Abp.GlobalFeatures" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "ITransientDependency", |
||||
|
"namespace": "Volo.Abp.DependencyInjection", |
||||
|
"declaringAssemblyName": "Volo.Abp.Core" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IMenuItemPublicAppService", |
||||
|
"namespace": "Volo.CmsKit.Public.Menus", |
||||
|
"declaringAssemblyName": "Volo.CmsKit.Public.Application.Contracts" |
||||
|
} |
||||
|
], |
||||
|
"methods": [ |
||||
|
{ |
||||
|
"returnType": "List<MenuItemDto>", |
||||
|
"isAsync": true, |
||||
|
"name": "GetListAsync", |
||||
|
"summary": null, |
||||
|
"parameters": [] |
||||
|
} |
||||
], |
], |
||||
"contentType": "applicationService", |
"contentType": "applicationService", |
||||
"name": "MenuItemPublicAppService" |
"name": "MenuItemPublicAppService", |
||||
|
"summary": null |
||||
}, |
}, |
||||
{ |
{ |
||||
"namespace": "Volo.CmsKit.Public.GlobalResources", |
"namespace": "Volo.CmsKit.Public.GlobalResources", |
||||
"summary": null, |
"baseClass": { |
||||
|
"name": "ApplicationService", |
||||
|
"namespace": "Volo.Abp.Application.Services", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Application" |
||||
|
}, |
||||
"implementingInterfaces": [ |
"implementingInterfaces": [ |
||||
"Volo.CmsKit.Public.GlobalResources.IGlobalResourcePublicAppService" |
{ |
||||
|
"name": "IApplicationService", |
||||
|
"namespace": "Volo.Abp.Application.Services", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Application.Contracts" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IRemoteService", |
||||
|
"namespace": "Volo.Abp", |
||||
|
"declaringAssemblyName": "Volo.Abp.Core" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IAvoidDuplicateCrossCuttingConcerns", |
||||
|
"namespace": "Volo.Abp.Aspects", |
||||
|
"declaringAssemblyName": "Volo.Abp.Core" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IValidationEnabled", |
||||
|
"namespace": "Volo.Abp.Validation", |
||||
|
"declaringAssemblyName": "Volo.Abp.Validation" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IUnitOfWorkEnabled", |
||||
|
"namespace": "Volo.Abp.Uow", |
||||
|
"declaringAssemblyName": "Volo.Abp.Uow" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IAuditingEnabled", |
||||
|
"namespace": "Volo.Abp.Auditing", |
||||
|
"declaringAssemblyName": "Volo.Abp.Auditing.Contracts" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IGlobalFeatureCheckingEnabled", |
||||
|
"namespace": "Volo.Abp.GlobalFeatures", |
||||
|
"declaringAssemblyName": "Volo.Abp.GlobalFeatures" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "ITransientDependency", |
||||
|
"namespace": "Volo.Abp.DependencyInjection", |
||||
|
"declaringAssemblyName": "Volo.Abp.Core" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IGlobalResourcePublicAppService", |
||||
|
"namespace": "Volo.CmsKit.Public.GlobalResources", |
||||
|
"declaringAssemblyName": "Volo.CmsKit.Public.Application.Contracts" |
||||
|
} |
||||
|
], |
||||
|
"methods": [ |
||||
|
{ |
||||
|
"returnType": "GlobalResourceDto", |
||||
|
"isAsync": true, |
||||
|
"name": "GetGlobalScriptAsync", |
||||
|
"summary": null, |
||||
|
"parameters": [] |
||||
|
}, |
||||
|
{ |
||||
|
"returnType": "GlobalResourceDto", |
||||
|
"isAsync": true, |
||||
|
"name": "GetGlobalStyleAsync", |
||||
|
"summary": null, |
||||
|
"parameters": [] |
||||
|
} |
||||
], |
], |
||||
"contentType": "applicationService", |
"contentType": "applicationService", |
||||
"name": "GlobalResourcePublicAppService" |
"name": "GlobalResourcePublicAppService", |
||||
|
"summary": null |
||||
}, |
}, |
||||
{ |
{ |
||||
"namespace": "Volo.CmsKit.Public.Comments", |
"namespace": "Volo.CmsKit.Public.Comments", |
||||
"summary": null, |
"baseClass": { |
||||
|
"name": "CmsKitPublicAppServiceBase", |
||||
|
"namespace": "Volo.CmsKit.Public", |
||||
|
"declaringAssemblyName": "Volo.CmsKit.Public.Application" |
||||
|
}, |
||||
"implementingInterfaces": [ |
"implementingInterfaces": [ |
||||
"Volo.CmsKit.Public.Comments.ICommentPublicAppService" |
{ |
||||
|
"name": "IApplicationService", |
||||
|
"namespace": "Volo.Abp.Application.Services", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Application.Contracts" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IRemoteService", |
||||
|
"namespace": "Volo.Abp", |
||||
|
"declaringAssemblyName": "Volo.Abp.Core" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IAvoidDuplicateCrossCuttingConcerns", |
||||
|
"namespace": "Volo.Abp.Aspects", |
||||
|
"declaringAssemblyName": "Volo.Abp.Core" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IValidationEnabled", |
||||
|
"namespace": "Volo.Abp.Validation", |
||||
|
"declaringAssemblyName": "Volo.Abp.Validation" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IUnitOfWorkEnabled", |
||||
|
"namespace": "Volo.Abp.Uow", |
||||
|
"declaringAssemblyName": "Volo.Abp.Uow" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IAuditingEnabled", |
||||
|
"namespace": "Volo.Abp.Auditing", |
||||
|
"declaringAssemblyName": "Volo.Abp.Auditing.Contracts" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IGlobalFeatureCheckingEnabled", |
||||
|
"namespace": "Volo.Abp.GlobalFeatures", |
||||
|
"declaringAssemblyName": "Volo.Abp.GlobalFeatures" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "ITransientDependency", |
||||
|
"namespace": "Volo.Abp.DependencyInjection", |
||||
|
"declaringAssemblyName": "Volo.Abp.Core" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "ICommentPublicAppService", |
||||
|
"namespace": "Volo.CmsKit.Public.Comments", |
||||
|
"declaringAssemblyName": "Volo.CmsKit.Public.Application.Contracts" |
||||
|
} |
||||
|
], |
||||
|
"methods": [ |
||||
|
{ |
||||
|
"returnType": "ListResultDto<CommentWithDetailsDto>", |
||||
|
"isAsync": true, |
||||
|
"name": "GetListAsync", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "String", |
||||
|
"name": "entityType", |
||||
|
"isOptional": false |
||||
|
}, |
||||
|
{ |
||||
|
"type": "String", |
||||
|
"name": "entityId", |
||||
|
"isOptional": false |
||||
|
} |
||||
|
] |
||||
|
}, |
||||
|
{ |
||||
|
"returnType": "CommentDto", |
||||
|
"isAsync": true, |
||||
|
"name": "CreateAsync", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "String", |
||||
|
"name": "entityType", |
||||
|
"isOptional": false |
||||
|
}, |
||||
|
{ |
||||
|
"type": "String", |
||||
|
"name": "entityId", |
||||
|
"isOptional": false |
||||
|
}, |
||||
|
{ |
||||
|
"type": "CreateCommentInput", |
||||
|
"name": "input", |
||||
|
"isOptional": false |
||||
|
} |
||||
|
] |
||||
|
}, |
||||
|
{ |
||||
|
"returnType": "CommentDto", |
||||
|
"isAsync": true, |
||||
|
"name": "UpdateAsync", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "Guid", |
||||
|
"name": "id", |
||||
|
"isOptional": false |
||||
|
}, |
||||
|
{ |
||||
|
"type": "UpdateCommentInput", |
||||
|
"name": "input", |
||||
|
"isOptional": false |
||||
|
} |
||||
|
] |
||||
|
}, |
||||
|
{ |
||||
|
"returnType": "Void", |
||||
|
"isAsync": true, |
||||
|
"name": "DeleteAsync", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "Guid", |
||||
|
"name": "id", |
||||
|
"isOptional": false |
||||
|
} |
||||
|
] |
||||
|
} |
||||
], |
], |
||||
"contentType": "applicationService", |
"contentType": "applicationService", |
||||
"name": "CommentPublicAppService" |
"name": "CommentPublicAppService", |
||||
|
"summary": null |
||||
}, |
}, |
||||
{ |
{ |
||||
"namespace": "Volo.CmsKit.Public.Blogs", |
"namespace": "Volo.CmsKit.Public.Blogs", |
||||
"summary": null, |
"baseClass": { |
||||
|
"name": "CmsKitPublicAppServiceBase", |
||||
|
"namespace": "Volo.CmsKit.Public", |
||||
|
"declaringAssemblyName": "Volo.CmsKit.Public.Application" |
||||
|
}, |
||||
"implementingInterfaces": [ |
"implementingInterfaces": [ |
||||
"Volo.CmsKit.Public.Blogs.IBlogPostPublicAppService" |
{ |
||||
|
"name": "IApplicationService", |
||||
|
"namespace": "Volo.Abp.Application.Services", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Application.Contracts" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IRemoteService", |
||||
|
"namespace": "Volo.Abp", |
||||
|
"declaringAssemblyName": "Volo.Abp.Core" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IAvoidDuplicateCrossCuttingConcerns", |
||||
|
"namespace": "Volo.Abp.Aspects", |
||||
|
"declaringAssemblyName": "Volo.Abp.Core" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IValidationEnabled", |
||||
|
"namespace": "Volo.Abp.Validation", |
||||
|
"declaringAssemblyName": "Volo.Abp.Validation" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IUnitOfWorkEnabled", |
||||
|
"namespace": "Volo.Abp.Uow", |
||||
|
"declaringAssemblyName": "Volo.Abp.Uow" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IAuditingEnabled", |
||||
|
"namespace": "Volo.Abp.Auditing", |
||||
|
"declaringAssemblyName": "Volo.Abp.Auditing.Contracts" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IGlobalFeatureCheckingEnabled", |
||||
|
"namespace": "Volo.Abp.GlobalFeatures", |
||||
|
"declaringAssemblyName": "Volo.Abp.GlobalFeatures" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "ITransientDependency", |
||||
|
"namespace": "Volo.Abp.DependencyInjection", |
||||
|
"declaringAssemblyName": "Volo.Abp.Core" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IBlogPostPublicAppService", |
||||
|
"namespace": "Volo.CmsKit.Public.Blogs", |
||||
|
"declaringAssemblyName": "Volo.CmsKit.Public.Application.Contracts" |
||||
|
} |
||||
|
], |
||||
|
"methods": [ |
||||
|
{ |
||||
|
"returnType": "BlogPostPublicDto", |
||||
|
"isAsync": true, |
||||
|
"name": "GetAsync", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "String", |
||||
|
"name": "blogSlug", |
||||
|
"isOptional": false |
||||
|
}, |
||||
|
{ |
||||
|
"type": "String", |
||||
|
"name": "blogPostSlug", |
||||
|
"isOptional": false |
||||
|
} |
||||
|
] |
||||
|
}, |
||||
|
{ |
||||
|
"returnType": "PagedResultDto<BlogPostPublicDto>", |
||||
|
"isAsync": true, |
||||
|
"name": "GetListAsync", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "String", |
||||
|
"name": "blogSlug", |
||||
|
"isOptional": false |
||||
|
}, |
||||
|
{ |
||||
|
"type": "BlogPostGetListInput", |
||||
|
"name": "input", |
||||
|
"isOptional": false |
||||
|
} |
||||
|
] |
||||
|
}, |
||||
|
{ |
||||
|
"returnType": "PagedResultDto<CmsUserDto>", |
||||
|
"isAsync": true, |
||||
|
"name": "GetAuthorsHasBlogPostsAsync", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "BlogPostFilteredPagedAndSortedResultRequestDto", |
||||
|
"name": "input", |
||||
|
"isOptional": false |
||||
|
} |
||||
|
] |
||||
|
}, |
||||
|
{ |
||||
|
"returnType": "CmsUserDto", |
||||
|
"isAsync": true, |
||||
|
"name": "GetAuthorHasBlogPostAsync", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "Guid", |
||||
|
"name": "id", |
||||
|
"isOptional": false |
||||
|
} |
||||
|
] |
||||
|
} |
||||
], |
], |
||||
"contentType": "applicationService", |
"contentType": "applicationService", |
||||
"name": "BlogPostPublicAppService" |
"name": "BlogPostPublicAppService", |
||||
|
"summary": null |
||||
} |
} |
||||
] |
] |
||||
} |
} |
||||
@ -0,0 +1,104 @@ |
|||||
|
{ |
||||
|
"name": "VoloDocs.Web", |
||||
|
"hash": "8fedabb060137628a1f42e79b2cce04c", |
||||
|
"contents": [ |
||||
|
{ |
||||
|
"namespace": "VoloDocs.Web", |
||||
|
"dependsOnModules": [ |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Docs.Web", |
||||
|
"namespace": "Volo.Docs", |
||||
|
"name": "DocsWebModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Docs.Admin.Web", |
||||
|
"namespace": "Volo.Docs.Admin", |
||||
|
"name": "DocsAdminWebModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Docs.Application", |
||||
|
"namespace": "Volo.Docs", |
||||
|
"name": "DocsApplicationModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Docs.HttpApi", |
||||
|
"namespace": "Volo.Docs", |
||||
|
"name": "DocsHttpApiModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Docs.Admin.Application", |
||||
|
"namespace": "Volo.Docs.Admin", |
||||
|
"name": "DocsAdminApplicationModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Docs.Admin.HttpApi", |
||||
|
"namespace": "Volo.Docs.Admin", |
||||
|
"name": "DocsAdminHttpApiModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "VoloDocs.EntityFrameworkCore", |
||||
|
"namespace": "VoloDocs.EntityFrameworkCore", |
||||
|
"name": "VoloDocsEntityFrameworkCoreModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.Autofac", |
||||
|
"namespace": "Volo.Abp.Autofac", |
||||
|
"name": "AbpAutofacModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.Account.Web", |
||||
|
"namespace": "Volo.Abp.Account.Web", |
||||
|
"name": "AbpAccountWebModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.Account.Application", |
||||
|
"namespace": "Volo.Abp.Account", |
||||
|
"name": "AbpAccountApplicationModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.Account.HttpApi", |
||||
|
"namespace": "Volo.Abp.Account", |
||||
|
"name": "AbpAccountHttpApiModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.Identity.Web", |
||||
|
"namespace": "Volo.Abp.Identity.Web", |
||||
|
"name": "AbpIdentityWebModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.Identity.Application", |
||||
|
"namespace": "Volo.Abp.Identity", |
||||
|
"name": "AbpIdentityApplicationModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.Identity.HttpApi", |
||||
|
"namespace": "Volo.Abp.Identity", |
||||
|
"name": "AbpIdentityHttpApiModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.PermissionManagement.Domain.Identity", |
||||
|
"namespace": "Volo.Abp.PermissionManagement.Identity", |
||||
|
"name": "AbpPermissionManagementDomainIdentityModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.PermissionManagement.Application", |
||||
|
"namespace": "Volo.Abp.PermissionManagement", |
||||
|
"name": "AbpPermissionManagementApplicationModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.PermissionManagement.HttpApi", |
||||
|
"namespace": "Volo.Abp.PermissionManagement.HttpApi", |
||||
|
"name": "AbpPermissionManagementHttpApiModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic", |
||||
|
"namespace": "Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic", |
||||
|
"name": "AbpAspNetCoreMvcUiBasicThemeModule" |
||||
|
} |
||||
|
], |
||||
|
"contentType": "abpModule", |
||||
|
"name": "VoloDocsWebModule", |
||||
|
"summary": null |
||||
|
} |
||||
|
] |
||||
|
} |
||||
Some files were not shown because too many files changed in this diff
Loading…
Reference in new issue