|
|
@ -1,6 +1,6 @@ |
|
|
{ |
|
|
{ |
|
|
"name": "Volo.CmsKit.Public.Application", |
|
|
"name": "Volo.CmsKit.Public.Application", |
|
|
"hash": "4da34a0232963c37704788a823ef7dd2", |
|
|
"hash": "b56557870806fcc0a1b72ff08f55da55", |
|
|
"contents": [ |
|
|
"contents": [ |
|
|
{ |
|
|
{ |
|
|
"namespace": "Volo.CmsKit.Public", |
|
|
"namespace": "Volo.CmsKit.Public", |
|
|
@ -21,6 +21,50 @@ |
|
|
"name": "AbpCachingModule" |
|
|
"name": "AbpCachingModule" |
|
|
} |
|
|
} |
|
|
], |
|
|
], |
|
|
|
|
|
"implementingInterfaces": [ |
|
|
|
|
|
{ |
|
|
|
|
|
"name": "IAbpModule", |
|
|
|
|
|
"namespace": "Volo.Abp.Modularity", |
|
|
|
|
|
"declaringAssemblyName": "Volo.Abp.Core", |
|
|
|
|
|
"fullName": "Volo.Abp.Modularity.IAbpModule" |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
"name": "IOnPreApplicationInitialization", |
|
|
|
|
|
"namespace": "Volo.Abp.Modularity", |
|
|
|
|
|
"declaringAssemblyName": "Volo.Abp.Core", |
|
|
|
|
|
"fullName": "Volo.Abp.Modularity.IOnPreApplicationInitialization" |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
"name": "IOnApplicationInitialization", |
|
|
|
|
|
"namespace": "Volo.Abp", |
|
|
|
|
|
"declaringAssemblyName": "Volo.Abp.Core", |
|
|
|
|
|
"fullName": "Volo.Abp.IOnApplicationInitialization" |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
"name": "IOnPostApplicationInitialization", |
|
|
|
|
|
"namespace": "Volo.Abp.Modularity", |
|
|
|
|
|
"declaringAssemblyName": "Volo.Abp.Core", |
|
|
|
|
|
"fullName": "Volo.Abp.Modularity.IOnPostApplicationInitialization" |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
"name": "IOnApplicationShutdown", |
|
|
|
|
|
"namespace": "Volo.Abp", |
|
|
|
|
|
"declaringAssemblyName": "Volo.Abp.Core", |
|
|
|
|
|
"fullName": "Volo.Abp.IOnApplicationShutdown" |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
"name": "IPreConfigureServices", |
|
|
|
|
|
"namespace": "Volo.Abp.Modularity", |
|
|
|
|
|
"declaringAssemblyName": "Volo.Abp.Core", |
|
|
|
|
|
"fullName": "Volo.Abp.Modularity.IPreConfigureServices" |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
"name": "IPostConfigureServices", |
|
|
|
|
|
"namespace": "Volo.Abp.Modularity", |
|
|
|
|
|
"declaringAssemblyName": "Volo.Abp.Core", |
|
|
|
|
|
"fullName": "Volo.Abp.Modularity.IPostConfigureServices" |
|
|
|
|
|
} |
|
|
|
|
|
], |
|
|
"contentType": "abpModule", |
|
|
"contentType": "abpModule", |
|
|
"name": "CmsKitPublicApplicationModule", |
|
|
"name": "CmsKitPublicApplicationModule", |
|
|
"summary": null |
|
|
"summary": null |
|
|
@ -30,61 +74,74 @@ |
|
|
"baseClass": { |
|
|
"baseClass": { |
|
|
"name": "CmsKitPublicAppServiceBase", |
|
|
"name": "CmsKitPublicAppServiceBase", |
|
|
"namespace": "Volo.CmsKit.Public", |
|
|
"namespace": "Volo.CmsKit.Public", |
|
|
"declaringAssemblyName": "Volo.CmsKit.Public.Application" |
|
|
"declaringAssemblyName": "Volo.CmsKit.Public.Application", |
|
|
|
|
|
"fullName": "Volo.CmsKit.Public.CmsKitPublicAppServiceBase" |
|
|
}, |
|
|
}, |
|
|
"implementingInterfaces": [ |
|
|
"implementingInterfaces": [ |
|
|
{ |
|
|
{ |
|
|
"name": "IApplicationService", |
|
|
"name": "IApplicationService", |
|
|
"namespace": "Volo.Abp.Application.Services", |
|
|
"namespace": "Volo.Abp.Application.Services", |
|
|
"declaringAssemblyName": "Volo.Abp.Ddd.Application.Contracts" |
|
|
"declaringAssemblyName": "Volo.Abp.Ddd.Application.Contracts", |
|
|
|
|
|
"fullName": "Volo.Abp.Application.Services.IApplicationService" |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"name": "IRemoteService", |
|
|
"name": "IRemoteService", |
|
|
"namespace": "Volo.Abp", |
|
|
"namespace": "Volo.Abp", |
|
|
"declaringAssemblyName": "Volo.Abp.Core" |
|
|
"declaringAssemblyName": "Volo.Abp.Core", |
|
|
|
|
|
"fullName": "Volo.Abp.IRemoteService" |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"name": "IAvoidDuplicateCrossCuttingConcerns", |
|
|
"name": "IAvoidDuplicateCrossCuttingConcerns", |
|
|
"namespace": "Volo.Abp.Aspects", |
|
|
"namespace": "Volo.Abp.Aspects", |
|
|
"declaringAssemblyName": "Volo.Abp.Core" |
|
|
"declaringAssemblyName": "Volo.Abp.Core", |
|
|
|
|
|
"fullName": "Volo.Abp.Aspects.IAvoidDuplicateCrossCuttingConcerns" |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"name": "IValidationEnabled", |
|
|
"name": "IValidationEnabled", |
|
|
"namespace": "Volo.Abp.Validation", |
|
|
"namespace": "Volo.Abp.Validation", |
|
|
"declaringAssemblyName": "Volo.Abp.Validation" |
|
|
"declaringAssemblyName": "Volo.Abp.Validation", |
|
|
|
|
|
"fullName": "Volo.Abp.Validation.IValidationEnabled" |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"name": "IUnitOfWorkEnabled", |
|
|
"name": "IUnitOfWorkEnabled", |
|
|
"namespace": "Volo.Abp.Uow", |
|
|
"namespace": "Volo.Abp.Uow", |
|
|
"declaringAssemblyName": "Volo.Abp.Uow" |
|
|
"declaringAssemblyName": "Volo.Abp.Uow", |
|
|
|
|
|
"fullName": "Volo.Abp.Uow.IUnitOfWorkEnabled" |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"name": "IAuditingEnabled", |
|
|
"name": "IAuditingEnabled", |
|
|
"namespace": "Volo.Abp.Auditing", |
|
|
"namespace": "Volo.Abp.Auditing", |
|
|
"declaringAssemblyName": "Volo.Abp.Auditing.Contracts" |
|
|
"declaringAssemblyName": "Volo.Abp.Auditing.Contracts", |
|
|
|
|
|
"fullName": "Volo.Abp.Auditing.IAuditingEnabled" |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"name": "IGlobalFeatureCheckingEnabled", |
|
|
"name": "IGlobalFeatureCheckingEnabled", |
|
|
"namespace": "Volo.Abp.GlobalFeatures", |
|
|
"namespace": "Volo.Abp.GlobalFeatures", |
|
|
"declaringAssemblyName": "Volo.Abp.GlobalFeatures" |
|
|
"declaringAssemblyName": "Volo.Abp.GlobalFeatures", |
|
|
|
|
|
"fullName": "Volo.Abp.GlobalFeatures.IGlobalFeatureCheckingEnabled" |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"name": "ITransientDependency", |
|
|
"name": "ITransientDependency", |
|
|
"namespace": "Volo.Abp.DependencyInjection", |
|
|
"namespace": "Volo.Abp.DependencyInjection", |
|
|
"declaringAssemblyName": "Volo.Abp.Core" |
|
|
"declaringAssemblyName": "Volo.Abp.Core", |
|
|
|
|
|
"fullName": "Volo.Abp.DependencyInjection.ITransientDependency" |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"name": "IReactionPublicAppService", |
|
|
"name": "IReactionPublicAppService", |
|
|
"namespace": "Volo.CmsKit.Public.Reactions", |
|
|
"namespace": "Volo.CmsKit.Public.Reactions", |
|
|
"declaringAssemblyName": "Volo.CmsKit.Public.Application.Contracts" |
|
|
"declaringAssemblyName": "Volo.CmsKit.Public.Application.Contracts", |
|
|
|
|
|
"fullName": "Volo.CmsKit.Public.Reactions.IReactionPublicAppService" |
|
|
} |
|
|
} |
|
|
], |
|
|
], |
|
|
"methods": [ |
|
|
"methods": [ |
|
|
{ |
|
|
{ |
|
|
"returnType": "ListResultDto<ReactionWithSelectionDto>", |
|
|
"returnType": "ListResultDto<ReactionWithSelectionDto>", |
|
|
"isAsync": true, |
|
|
|
|
|
"name": "GetForSelectionAsync", |
|
|
"name": "GetForSelectionAsync", |
|
|
"summary": null, |
|
|
"summary": null, |
|
|
|
|
|
"isAsync": true, |
|
|
|
|
|
"isPublic": true, |
|
|
|
|
|
"isPrivate": false, |
|
|
|
|
|
"isStatic": false, |
|
|
"parameters": [ |
|
|
"parameters": [ |
|
|
{ |
|
|
{ |
|
|
"type": "String", |
|
|
"type": "String", |
|
|
@ -100,9 +157,12 @@ |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"returnType": "Void", |
|
|
"returnType": "Void", |
|
|
"isAsync": true, |
|
|
|
|
|
"name": "CreateAsync", |
|
|
"name": "CreateAsync", |
|
|
"summary": null, |
|
|
"summary": null, |
|
|
|
|
|
"isAsync": true, |
|
|
|
|
|
"isPublic": true, |
|
|
|
|
|
"isPrivate": false, |
|
|
|
|
|
"isStatic": false, |
|
|
"parameters": [ |
|
|
"parameters": [ |
|
|
{ |
|
|
{ |
|
|
"type": "String", |
|
|
"type": "String", |
|
|
@ -123,9 +183,12 @@ |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"returnType": "Void", |
|
|
"returnType": "Void", |
|
|
"isAsync": true, |
|
|
|
|
|
"name": "DeleteAsync", |
|
|
"name": "DeleteAsync", |
|
|
"summary": null, |
|
|
"summary": null, |
|
|
|
|
|
"isAsync": true, |
|
|
|
|
|
"isPublic": true, |
|
|
|
|
|
"isPrivate": false, |
|
|
|
|
|
"isStatic": false, |
|
|
"parameters": [ |
|
|
"parameters": [ |
|
|
{ |
|
|
{ |
|
|
"type": "String", |
|
|
"type": "String", |
|
|
@ -154,61 +217,74 @@ |
|
|
"baseClass": { |
|
|
"baseClass": { |
|
|
"name": "CmsKitPublicAppServiceBase", |
|
|
"name": "CmsKitPublicAppServiceBase", |
|
|
"namespace": "Volo.CmsKit.Public", |
|
|
"namespace": "Volo.CmsKit.Public", |
|
|
"declaringAssemblyName": "Volo.CmsKit.Public.Application" |
|
|
"declaringAssemblyName": "Volo.CmsKit.Public.Application", |
|
|
|
|
|
"fullName": "Volo.CmsKit.Public.CmsKitPublicAppServiceBase" |
|
|
}, |
|
|
}, |
|
|
"implementingInterfaces": [ |
|
|
"implementingInterfaces": [ |
|
|
{ |
|
|
{ |
|
|
"name": "IApplicationService", |
|
|
"name": "IApplicationService", |
|
|
"namespace": "Volo.Abp.Application.Services", |
|
|
"namespace": "Volo.Abp.Application.Services", |
|
|
"declaringAssemblyName": "Volo.Abp.Ddd.Application.Contracts" |
|
|
"declaringAssemblyName": "Volo.Abp.Ddd.Application.Contracts", |
|
|
|
|
|
"fullName": "Volo.Abp.Application.Services.IApplicationService" |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"name": "IRemoteService", |
|
|
"name": "IRemoteService", |
|
|
"namespace": "Volo.Abp", |
|
|
"namespace": "Volo.Abp", |
|
|
"declaringAssemblyName": "Volo.Abp.Core" |
|
|
"declaringAssemblyName": "Volo.Abp.Core", |
|
|
|
|
|
"fullName": "Volo.Abp.IRemoteService" |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"name": "IAvoidDuplicateCrossCuttingConcerns", |
|
|
"name": "IAvoidDuplicateCrossCuttingConcerns", |
|
|
"namespace": "Volo.Abp.Aspects", |
|
|
"namespace": "Volo.Abp.Aspects", |
|
|
"declaringAssemblyName": "Volo.Abp.Core" |
|
|
"declaringAssemblyName": "Volo.Abp.Core", |
|
|
|
|
|
"fullName": "Volo.Abp.Aspects.IAvoidDuplicateCrossCuttingConcerns" |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"name": "IValidationEnabled", |
|
|
"name": "IValidationEnabled", |
|
|
"namespace": "Volo.Abp.Validation", |
|
|
"namespace": "Volo.Abp.Validation", |
|
|
"declaringAssemblyName": "Volo.Abp.Validation" |
|
|
"declaringAssemblyName": "Volo.Abp.Validation", |
|
|
|
|
|
"fullName": "Volo.Abp.Validation.IValidationEnabled" |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"name": "IUnitOfWorkEnabled", |
|
|
"name": "IUnitOfWorkEnabled", |
|
|
"namespace": "Volo.Abp.Uow", |
|
|
"namespace": "Volo.Abp.Uow", |
|
|
"declaringAssemblyName": "Volo.Abp.Uow" |
|
|
"declaringAssemblyName": "Volo.Abp.Uow", |
|
|
|
|
|
"fullName": "Volo.Abp.Uow.IUnitOfWorkEnabled" |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"name": "IAuditingEnabled", |
|
|
"name": "IAuditingEnabled", |
|
|
"namespace": "Volo.Abp.Auditing", |
|
|
"namespace": "Volo.Abp.Auditing", |
|
|
"declaringAssemblyName": "Volo.Abp.Auditing.Contracts" |
|
|
"declaringAssemblyName": "Volo.Abp.Auditing.Contracts", |
|
|
|
|
|
"fullName": "Volo.Abp.Auditing.IAuditingEnabled" |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"name": "IGlobalFeatureCheckingEnabled", |
|
|
"name": "IGlobalFeatureCheckingEnabled", |
|
|
"namespace": "Volo.Abp.GlobalFeatures", |
|
|
"namespace": "Volo.Abp.GlobalFeatures", |
|
|
"declaringAssemblyName": "Volo.Abp.GlobalFeatures" |
|
|
"declaringAssemblyName": "Volo.Abp.GlobalFeatures", |
|
|
|
|
|
"fullName": "Volo.Abp.GlobalFeatures.IGlobalFeatureCheckingEnabled" |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"name": "ITransientDependency", |
|
|
"name": "ITransientDependency", |
|
|
"namespace": "Volo.Abp.DependencyInjection", |
|
|
"namespace": "Volo.Abp.DependencyInjection", |
|
|
"declaringAssemblyName": "Volo.Abp.Core" |
|
|
"declaringAssemblyName": "Volo.Abp.Core", |
|
|
|
|
|
"fullName": "Volo.Abp.DependencyInjection.ITransientDependency" |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"name": "IRatingPublicAppService", |
|
|
"name": "IRatingPublicAppService", |
|
|
"namespace": "Volo.CmsKit.Public.Ratings", |
|
|
"namespace": "Volo.CmsKit.Public.Ratings", |
|
|
"declaringAssemblyName": "Volo.CmsKit.Public.Application.Contracts" |
|
|
"declaringAssemblyName": "Volo.CmsKit.Public.Application.Contracts", |
|
|
|
|
|
"fullName": "Volo.CmsKit.Public.Ratings.IRatingPublicAppService" |
|
|
} |
|
|
} |
|
|
], |
|
|
], |
|
|
"methods": [ |
|
|
"methods": [ |
|
|
{ |
|
|
{ |
|
|
"returnType": "RatingDto", |
|
|
"returnType": "RatingDto", |
|
|
"isAsync": true, |
|
|
|
|
|
"name": "CreateAsync", |
|
|
"name": "CreateAsync", |
|
|
"summary": null, |
|
|
"summary": null, |
|
|
|
|
|
"isAsync": true, |
|
|
|
|
|
"isPublic": true, |
|
|
|
|
|
"isPrivate": false, |
|
|
|
|
|
"isStatic": false, |
|
|
"parameters": [ |
|
|
"parameters": [ |
|
|
{ |
|
|
{ |
|
|
"type": "String", |
|
|
"type": "String", |
|
|
@ -229,9 +305,12 @@ |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"returnType": "Void", |
|
|
"returnType": "Void", |
|
|
"isAsync": true, |
|
|
|
|
|
"name": "DeleteAsync", |
|
|
"name": "DeleteAsync", |
|
|
"summary": null, |
|
|
"summary": null, |
|
|
|
|
|
"isAsync": true, |
|
|
|
|
|
"isPublic": true, |
|
|
|
|
|
"isPrivate": false, |
|
|
|
|
|
"isStatic": false, |
|
|
"parameters": [ |
|
|
"parameters": [ |
|
|
{ |
|
|
{ |
|
|
"type": "String", |
|
|
"type": "String", |
|
|
@ -247,9 +326,12 @@ |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"returnType": "List<RatingWithStarCountDto>", |
|
|
"returnType": "List<RatingWithStarCountDto>", |
|
|
"isAsync": true, |
|
|
|
|
|
"name": "GetGroupedStarCountsAsync", |
|
|
"name": "GetGroupedStarCountsAsync", |
|
|
"summary": null, |
|
|
"summary": null, |
|
|
|
|
|
"isAsync": true, |
|
|
|
|
|
"isPublic": true, |
|
|
|
|
|
"isPrivate": false, |
|
|
|
|
|
"isStatic": false, |
|
|
"parameters": [ |
|
|
"parameters": [ |
|
|
{ |
|
|
{ |
|
|
"type": "String", |
|
|
"type": "String", |
|
|
@ -273,61 +355,74 @@ |
|
|
"baseClass": { |
|
|
"baseClass": { |
|
|
"name": "CmsKitPublicAppServiceBase", |
|
|
"name": "CmsKitPublicAppServiceBase", |
|
|
"namespace": "Volo.CmsKit.Public", |
|
|
"namespace": "Volo.CmsKit.Public", |
|
|
"declaringAssemblyName": "Volo.CmsKit.Public.Application" |
|
|
"declaringAssemblyName": "Volo.CmsKit.Public.Application", |
|
|
|
|
|
"fullName": "Volo.CmsKit.Public.CmsKitPublicAppServiceBase" |
|
|
}, |
|
|
}, |
|
|
"implementingInterfaces": [ |
|
|
"implementingInterfaces": [ |
|
|
{ |
|
|
{ |
|
|
"name": "IApplicationService", |
|
|
"name": "IApplicationService", |
|
|
"namespace": "Volo.Abp.Application.Services", |
|
|
"namespace": "Volo.Abp.Application.Services", |
|
|
"declaringAssemblyName": "Volo.Abp.Ddd.Application.Contracts" |
|
|
"declaringAssemblyName": "Volo.Abp.Ddd.Application.Contracts", |
|
|
|
|
|
"fullName": "Volo.Abp.Application.Services.IApplicationService" |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"name": "IRemoteService", |
|
|
"name": "IRemoteService", |
|
|
"namespace": "Volo.Abp", |
|
|
"namespace": "Volo.Abp", |
|
|
"declaringAssemblyName": "Volo.Abp.Core" |
|
|
"declaringAssemblyName": "Volo.Abp.Core", |
|
|
|
|
|
"fullName": "Volo.Abp.IRemoteService" |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"name": "IAvoidDuplicateCrossCuttingConcerns", |
|
|
"name": "IAvoidDuplicateCrossCuttingConcerns", |
|
|
"namespace": "Volo.Abp.Aspects", |
|
|
"namespace": "Volo.Abp.Aspects", |
|
|
"declaringAssemblyName": "Volo.Abp.Core" |
|
|
"declaringAssemblyName": "Volo.Abp.Core", |
|
|
|
|
|
"fullName": "Volo.Abp.Aspects.IAvoidDuplicateCrossCuttingConcerns" |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"name": "IValidationEnabled", |
|
|
"name": "IValidationEnabled", |
|
|
"namespace": "Volo.Abp.Validation", |
|
|
"namespace": "Volo.Abp.Validation", |
|
|
"declaringAssemblyName": "Volo.Abp.Validation" |
|
|
"declaringAssemblyName": "Volo.Abp.Validation", |
|
|
|
|
|
"fullName": "Volo.Abp.Validation.IValidationEnabled" |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"name": "IUnitOfWorkEnabled", |
|
|
"name": "IUnitOfWorkEnabled", |
|
|
"namespace": "Volo.Abp.Uow", |
|
|
"namespace": "Volo.Abp.Uow", |
|
|
"declaringAssemblyName": "Volo.Abp.Uow" |
|
|
"declaringAssemblyName": "Volo.Abp.Uow", |
|
|
|
|
|
"fullName": "Volo.Abp.Uow.IUnitOfWorkEnabled" |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"name": "IAuditingEnabled", |
|
|
"name": "IAuditingEnabled", |
|
|
"namespace": "Volo.Abp.Auditing", |
|
|
"namespace": "Volo.Abp.Auditing", |
|
|
"declaringAssemblyName": "Volo.Abp.Auditing.Contracts" |
|
|
"declaringAssemblyName": "Volo.Abp.Auditing.Contracts", |
|
|
|
|
|
"fullName": "Volo.Abp.Auditing.IAuditingEnabled" |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"name": "IGlobalFeatureCheckingEnabled", |
|
|
"name": "IGlobalFeatureCheckingEnabled", |
|
|
"namespace": "Volo.Abp.GlobalFeatures", |
|
|
"namespace": "Volo.Abp.GlobalFeatures", |
|
|
"declaringAssemblyName": "Volo.Abp.GlobalFeatures" |
|
|
"declaringAssemblyName": "Volo.Abp.GlobalFeatures", |
|
|
|
|
|
"fullName": "Volo.Abp.GlobalFeatures.IGlobalFeatureCheckingEnabled" |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"name": "ITransientDependency", |
|
|
"name": "ITransientDependency", |
|
|
"namespace": "Volo.Abp.DependencyInjection", |
|
|
"namespace": "Volo.Abp.DependencyInjection", |
|
|
"declaringAssemblyName": "Volo.Abp.Core" |
|
|
"declaringAssemblyName": "Volo.Abp.Core", |
|
|
|
|
|
"fullName": "Volo.Abp.DependencyInjection.ITransientDependency" |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"name": "IPagePublicAppService", |
|
|
"name": "IPagePublicAppService", |
|
|
"namespace": "Volo.CmsKit.Public.Pages", |
|
|
"namespace": "Volo.CmsKit.Public.Pages", |
|
|
"declaringAssemblyName": "Volo.CmsKit.Public.Application.Contracts" |
|
|
"declaringAssemblyName": "Volo.CmsKit.Public.Application.Contracts", |
|
|
|
|
|
"fullName": "Volo.CmsKit.Public.Pages.IPagePublicAppService" |
|
|
} |
|
|
} |
|
|
], |
|
|
], |
|
|
"methods": [ |
|
|
"methods": [ |
|
|
{ |
|
|
{ |
|
|
"returnType": "PageDto", |
|
|
"returnType": "PageDto", |
|
|
"isAsync": true, |
|
|
|
|
|
"name": "FindBySlugAsync", |
|
|
"name": "FindBySlugAsync", |
|
|
"summary": null, |
|
|
"summary": null, |
|
|
|
|
|
"isAsync": true, |
|
|
|
|
|
"isPublic": true, |
|
|
|
|
|
"isPrivate": false, |
|
|
|
|
|
"isStatic": false, |
|
|
"parameters": [ |
|
|
"parameters": [ |
|
|
{ |
|
|
{ |
|
|
"type": "String", |
|
|
"type": "String", |
|
|
@ -338,9 +433,12 @@ |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"returnType": "PageDto", |
|
|
"returnType": "PageDto", |
|
|
"isAsync": true, |
|
|
|
|
|
"name": "FindDefaultHomePageAsync", |
|
|
"name": "FindDefaultHomePageAsync", |
|
|
"summary": null, |
|
|
"summary": null, |
|
|
|
|
|
"isAsync": true, |
|
|
|
|
|
"isPublic": true, |
|
|
|
|
|
"isPrivate": false, |
|
|
|
|
|
"isStatic": false, |
|
|
"parameters": [] |
|
|
"parameters": [] |
|
|
} |
|
|
} |
|
|
], |
|
|
], |
|
|
@ -353,61 +451,74 @@ |
|
|
"baseClass": { |
|
|
"baseClass": { |
|
|
"name": "CmsKitPublicAppServiceBase", |
|
|
"name": "CmsKitPublicAppServiceBase", |
|
|
"namespace": "Volo.CmsKit.Public", |
|
|
"namespace": "Volo.CmsKit.Public", |
|
|
"declaringAssemblyName": "Volo.CmsKit.Public.Application" |
|
|
"declaringAssemblyName": "Volo.CmsKit.Public.Application", |
|
|
|
|
|
"fullName": "Volo.CmsKit.Public.CmsKitPublicAppServiceBase" |
|
|
}, |
|
|
}, |
|
|
"implementingInterfaces": [ |
|
|
"implementingInterfaces": [ |
|
|
{ |
|
|
{ |
|
|
"name": "IApplicationService", |
|
|
"name": "IApplicationService", |
|
|
"namespace": "Volo.Abp.Application.Services", |
|
|
"namespace": "Volo.Abp.Application.Services", |
|
|
"declaringAssemblyName": "Volo.Abp.Ddd.Application.Contracts" |
|
|
"declaringAssemblyName": "Volo.Abp.Ddd.Application.Contracts", |
|
|
|
|
|
"fullName": "Volo.Abp.Application.Services.IApplicationService" |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"name": "IRemoteService", |
|
|
"name": "IRemoteService", |
|
|
"namespace": "Volo.Abp", |
|
|
"namespace": "Volo.Abp", |
|
|
"declaringAssemblyName": "Volo.Abp.Core" |
|
|
"declaringAssemblyName": "Volo.Abp.Core", |
|
|
|
|
|
"fullName": "Volo.Abp.IRemoteService" |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"name": "IAvoidDuplicateCrossCuttingConcerns", |
|
|
"name": "IAvoidDuplicateCrossCuttingConcerns", |
|
|
"namespace": "Volo.Abp.Aspects", |
|
|
"namespace": "Volo.Abp.Aspects", |
|
|
"declaringAssemblyName": "Volo.Abp.Core" |
|
|
"declaringAssemblyName": "Volo.Abp.Core", |
|
|
|
|
|
"fullName": "Volo.Abp.Aspects.IAvoidDuplicateCrossCuttingConcerns" |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"name": "IValidationEnabled", |
|
|
"name": "IValidationEnabled", |
|
|
"namespace": "Volo.Abp.Validation", |
|
|
"namespace": "Volo.Abp.Validation", |
|
|
"declaringAssemblyName": "Volo.Abp.Validation" |
|
|
"declaringAssemblyName": "Volo.Abp.Validation", |
|
|
|
|
|
"fullName": "Volo.Abp.Validation.IValidationEnabled" |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"name": "IUnitOfWorkEnabled", |
|
|
"name": "IUnitOfWorkEnabled", |
|
|
"namespace": "Volo.Abp.Uow", |
|
|
"namespace": "Volo.Abp.Uow", |
|
|
"declaringAssemblyName": "Volo.Abp.Uow" |
|
|
"declaringAssemblyName": "Volo.Abp.Uow", |
|
|
|
|
|
"fullName": "Volo.Abp.Uow.IUnitOfWorkEnabled" |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"name": "IAuditingEnabled", |
|
|
"name": "IAuditingEnabled", |
|
|
"namespace": "Volo.Abp.Auditing", |
|
|
"namespace": "Volo.Abp.Auditing", |
|
|
"declaringAssemblyName": "Volo.Abp.Auditing.Contracts" |
|
|
"declaringAssemblyName": "Volo.Abp.Auditing.Contracts", |
|
|
|
|
|
"fullName": "Volo.Abp.Auditing.IAuditingEnabled" |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"name": "IGlobalFeatureCheckingEnabled", |
|
|
"name": "IGlobalFeatureCheckingEnabled", |
|
|
"namespace": "Volo.Abp.GlobalFeatures", |
|
|
"namespace": "Volo.Abp.GlobalFeatures", |
|
|
"declaringAssemblyName": "Volo.Abp.GlobalFeatures" |
|
|
"declaringAssemblyName": "Volo.Abp.GlobalFeatures", |
|
|
|
|
|
"fullName": "Volo.Abp.GlobalFeatures.IGlobalFeatureCheckingEnabled" |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"name": "ITransientDependency", |
|
|
"name": "ITransientDependency", |
|
|
"namespace": "Volo.Abp.DependencyInjection", |
|
|
"namespace": "Volo.Abp.DependencyInjection", |
|
|
"declaringAssemblyName": "Volo.Abp.Core" |
|
|
"declaringAssemblyName": "Volo.Abp.Core", |
|
|
|
|
|
"fullName": "Volo.Abp.DependencyInjection.ITransientDependency" |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"name": "IMenuItemPublicAppService", |
|
|
"name": "IMenuItemPublicAppService", |
|
|
"namespace": "Volo.CmsKit.Public.Menus", |
|
|
"namespace": "Volo.CmsKit.Public.Menus", |
|
|
"declaringAssemblyName": "Volo.CmsKit.Public.Application.Contracts" |
|
|
"declaringAssemblyName": "Volo.CmsKit.Public.Application.Contracts", |
|
|
|
|
|
"fullName": "Volo.CmsKit.Public.Menus.IMenuItemPublicAppService" |
|
|
} |
|
|
} |
|
|
], |
|
|
], |
|
|
"methods": [ |
|
|
"methods": [ |
|
|
{ |
|
|
{ |
|
|
"returnType": "List<MenuItemDto>", |
|
|
"returnType": "List<MenuItemDto>", |
|
|
"isAsync": true, |
|
|
|
|
|
"name": "GetListAsync", |
|
|
"name": "GetListAsync", |
|
|
"summary": null, |
|
|
"summary": null, |
|
|
|
|
|
"isAsync": true, |
|
|
|
|
|
"isPublic": true, |
|
|
|
|
|
"isPrivate": false, |
|
|
|
|
|
"isStatic": false, |
|
|
"parameters": [] |
|
|
"parameters": [] |
|
|
} |
|
|
} |
|
|
], |
|
|
], |
|
|
@ -420,68 +531,84 @@ |
|
|
"baseClass": { |
|
|
"baseClass": { |
|
|
"name": "ApplicationService", |
|
|
"name": "ApplicationService", |
|
|
"namespace": "Volo.Abp.Application.Services", |
|
|
"namespace": "Volo.Abp.Application.Services", |
|
|
"declaringAssemblyName": "Volo.Abp.Ddd.Application" |
|
|
"declaringAssemblyName": "Volo.Abp.Ddd.Application", |
|
|
|
|
|
"fullName": "Volo.Abp.Application.Services.ApplicationService" |
|
|
}, |
|
|
}, |
|
|
"implementingInterfaces": [ |
|
|
"implementingInterfaces": [ |
|
|
{ |
|
|
{ |
|
|
"name": "IApplicationService", |
|
|
"name": "IApplicationService", |
|
|
"namespace": "Volo.Abp.Application.Services", |
|
|
"namespace": "Volo.Abp.Application.Services", |
|
|
"declaringAssemblyName": "Volo.Abp.Ddd.Application.Contracts" |
|
|
"declaringAssemblyName": "Volo.Abp.Ddd.Application.Contracts", |
|
|
|
|
|
"fullName": "Volo.Abp.Application.Services.IApplicationService" |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"name": "IRemoteService", |
|
|
"name": "IRemoteService", |
|
|
"namespace": "Volo.Abp", |
|
|
"namespace": "Volo.Abp", |
|
|
"declaringAssemblyName": "Volo.Abp.Core" |
|
|
"declaringAssemblyName": "Volo.Abp.Core", |
|
|
|
|
|
"fullName": "Volo.Abp.IRemoteService" |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"name": "IAvoidDuplicateCrossCuttingConcerns", |
|
|
"name": "IAvoidDuplicateCrossCuttingConcerns", |
|
|
"namespace": "Volo.Abp.Aspects", |
|
|
"namespace": "Volo.Abp.Aspects", |
|
|
"declaringAssemblyName": "Volo.Abp.Core" |
|
|
"declaringAssemblyName": "Volo.Abp.Core", |
|
|
|
|
|
"fullName": "Volo.Abp.Aspects.IAvoidDuplicateCrossCuttingConcerns" |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"name": "IValidationEnabled", |
|
|
"name": "IValidationEnabled", |
|
|
"namespace": "Volo.Abp.Validation", |
|
|
"namespace": "Volo.Abp.Validation", |
|
|
"declaringAssemblyName": "Volo.Abp.Validation" |
|
|
"declaringAssemblyName": "Volo.Abp.Validation", |
|
|
|
|
|
"fullName": "Volo.Abp.Validation.IValidationEnabled" |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"name": "IUnitOfWorkEnabled", |
|
|
"name": "IUnitOfWorkEnabled", |
|
|
"namespace": "Volo.Abp.Uow", |
|
|
"namespace": "Volo.Abp.Uow", |
|
|
"declaringAssemblyName": "Volo.Abp.Uow" |
|
|
"declaringAssemblyName": "Volo.Abp.Uow", |
|
|
|
|
|
"fullName": "Volo.Abp.Uow.IUnitOfWorkEnabled" |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"name": "IAuditingEnabled", |
|
|
"name": "IAuditingEnabled", |
|
|
"namespace": "Volo.Abp.Auditing", |
|
|
"namespace": "Volo.Abp.Auditing", |
|
|
"declaringAssemblyName": "Volo.Abp.Auditing.Contracts" |
|
|
"declaringAssemblyName": "Volo.Abp.Auditing.Contracts", |
|
|
|
|
|
"fullName": "Volo.Abp.Auditing.IAuditingEnabled" |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"name": "IGlobalFeatureCheckingEnabled", |
|
|
"name": "IGlobalFeatureCheckingEnabled", |
|
|
"namespace": "Volo.Abp.GlobalFeatures", |
|
|
"namespace": "Volo.Abp.GlobalFeatures", |
|
|
"declaringAssemblyName": "Volo.Abp.GlobalFeatures" |
|
|
"declaringAssemblyName": "Volo.Abp.GlobalFeatures", |
|
|
|
|
|
"fullName": "Volo.Abp.GlobalFeatures.IGlobalFeatureCheckingEnabled" |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"name": "ITransientDependency", |
|
|
"name": "ITransientDependency", |
|
|
"namespace": "Volo.Abp.DependencyInjection", |
|
|
"namespace": "Volo.Abp.DependencyInjection", |
|
|
"declaringAssemblyName": "Volo.Abp.Core" |
|
|
"declaringAssemblyName": "Volo.Abp.Core", |
|
|
|
|
|
"fullName": "Volo.Abp.DependencyInjection.ITransientDependency" |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"name": "IGlobalResourcePublicAppService", |
|
|
"name": "IGlobalResourcePublicAppService", |
|
|
"namespace": "Volo.CmsKit.Public.GlobalResources", |
|
|
"namespace": "Volo.CmsKit.Public.GlobalResources", |
|
|
"declaringAssemblyName": "Volo.CmsKit.Public.Application.Contracts" |
|
|
"declaringAssemblyName": "Volo.CmsKit.Public.Application.Contracts", |
|
|
|
|
|
"fullName": "Volo.CmsKit.Public.GlobalResources.IGlobalResourcePublicAppService" |
|
|
} |
|
|
} |
|
|
], |
|
|
], |
|
|
"methods": [ |
|
|
"methods": [ |
|
|
{ |
|
|
{ |
|
|
"returnType": "GlobalResourceDto", |
|
|
"returnType": "GlobalResourceDto", |
|
|
"isAsync": true, |
|
|
|
|
|
"name": "GetGlobalScriptAsync", |
|
|
"name": "GetGlobalScriptAsync", |
|
|
"summary": null, |
|
|
"summary": null, |
|
|
|
|
|
"isAsync": true, |
|
|
|
|
|
"isPublic": true, |
|
|
|
|
|
"isPrivate": false, |
|
|
|
|
|
"isStatic": false, |
|
|
"parameters": [] |
|
|
"parameters": [] |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"returnType": "GlobalResourceDto", |
|
|
"returnType": "GlobalResourceDto", |
|
|
"isAsync": true, |
|
|
|
|
|
"name": "GetGlobalStyleAsync", |
|
|
"name": "GetGlobalStyleAsync", |
|
|
"summary": null, |
|
|
"summary": null, |
|
|
|
|
|
"isAsync": true, |
|
|
|
|
|
"isPublic": true, |
|
|
|
|
|
"isPrivate": false, |
|
|
|
|
|
"isStatic": false, |
|
|
"parameters": [] |
|
|
"parameters": [] |
|
|
} |
|
|
} |
|
|
], |
|
|
], |
|
|
@ -494,61 +621,74 @@ |
|
|
"baseClass": { |
|
|
"baseClass": { |
|
|
"name": "CmsKitPublicAppServiceBase", |
|
|
"name": "CmsKitPublicAppServiceBase", |
|
|
"namespace": "Volo.CmsKit.Public", |
|
|
"namespace": "Volo.CmsKit.Public", |
|
|
"declaringAssemblyName": "Volo.CmsKit.Public.Application" |
|
|
"declaringAssemblyName": "Volo.CmsKit.Public.Application", |
|
|
|
|
|
"fullName": "Volo.CmsKit.Public.CmsKitPublicAppServiceBase" |
|
|
}, |
|
|
}, |
|
|
"implementingInterfaces": [ |
|
|
"implementingInterfaces": [ |
|
|
{ |
|
|
{ |
|
|
"name": "IApplicationService", |
|
|
"name": "IApplicationService", |
|
|
"namespace": "Volo.Abp.Application.Services", |
|
|
"namespace": "Volo.Abp.Application.Services", |
|
|
"declaringAssemblyName": "Volo.Abp.Ddd.Application.Contracts" |
|
|
"declaringAssemblyName": "Volo.Abp.Ddd.Application.Contracts", |
|
|
|
|
|
"fullName": "Volo.Abp.Application.Services.IApplicationService" |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"name": "IRemoteService", |
|
|
"name": "IRemoteService", |
|
|
"namespace": "Volo.Abp", |
|
|
"namespace": "Volo.Abp", |
|
|
"declaringAssemblyName": "Volo.Abp.Core" |
|
|
"declaringAssemblyName": "Volo.Abp.Core", |
|
|
|
|
|
"fullName": "Volo.Abp.IRemoteService" |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"name": "IAvoidDuplicateCrossCuttingConcerns", |
|
|
"name": "IAvoidDuplicateCrossCuttingConcerns", |
|
|
"namespace": "Volo.Abp.Aspects", |
|
|
"namespace": "Volo.Abp.Aspects", |
|
|
"declaringAssemblyName": "Volo.Abp.Core" |
|
|
"declaringAssemblyName": "Volo.Abp.Core", |
|
|
|
|
|
"fullName": "Volo.Abp.Aspects.IAvoidDuplicateCrossCuttingConcerns" |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"name": "IValidationEnabled", |
|
|
"name": "IValidationEnabled", |
|
|
"namespace": "Volo.Abp.Validation", |
|
|
"namespace": "Volo.Abp.Validation", |
|
|
"declaringAssemblyName": "Volo.Abp.Validation" |
|
|
"declaringAssemblyName": "Volo.Abp.Validation", |
|
|
|
|
|
"fullName": "Volo.Abp.Validation.IValidationEnabled" |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"name": "IUnitOfWorkEnabled", |
|
|
"name": "IUnitOfWorkEnabled", |
|
|
"namespace": "Volo.Abp.Uow", |
|
|
"namespace": "Volo.Abp.Uow", |
|
|
"declaringAssemblyName": "Volo.Abp.Uow" |
|
|
"declaringAssemblyName": "Volo.Abp.Uow", |
|
|
|
|
|
"fullName": "Volo.Abp.Uow.IUnitOfWorkEnabled" |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"name": "IAuditingEnabled", |
|
|
"name": "IAuditingEnabled", |
|
|
"namespace": "Volo.Abp.Auditing", |
|
|
"namespace": "Volo.Abp.Auditing", |
|
|
"declaringAssemblyName": "Volo.Abp.Auditing.Contracts" |
|
|
"declaringAssemblyName": "Volo.Abp.Auditing.Contracts", |
|
|
|
|
|
"fullName": "Volo.Abp.Auditing.IAuditingEnabled" |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"name": "IGlobalFeatureCheckingEnabled", |
|
|
"name": "IGlobalFeatureCheckingEnabled", |
|
|
"namespace": "Volo.Abp.GlobalFeatures", |
|
|
"namespace": "Volo.Abp.GlobalFeatures", |
|
|
"declaringAssemblyName": "Volo.Abp.GlobalFeatures" |
|
|
"declaringAssemblyName": "Volo.Abp.GlobalFeatures", |
|
|
|
|
|
"fullName": "Volo.Abp.GlobalFeatures.IGlobalFeatureCheckingEnabled" |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"name": "ITransientDependency", |
|
|
"name": "ITransientDependency", |
|
|
"namespace": "Volo.Abp.DependencyInjection", |
|
|
"namespace": "Volo.Abp.DependencyInjection", |
|
|
"declaringAssemblyName": "Volo.Abp.Core" |
|
|
"declaringAssemblyName": "Volo.Abp.Core", |
|
|
|
|
|
"fullName": "Volo.Abp.DependencyInjection.ITransientDependency" |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"name": "ICommentPublicAppService", |
|
|
"name": "ICommentPublicAppService", |
|
|
"namespace": "Volo.CmsKit.Public.Comments", |
|
|
"namespace": "Volo.CmsKit.Public.Comments", |
|
|
"declaringAssemblyName": "Volo.CmsKit.Public.Application.Contracts" |
|
|
"declaringAssemblyName": "Volo.CmsKit.Public.Application.Contracts", |
|
|
|
|
|
"fullName": "Volo.CmsKit.Public.Comments.ICommentPublicAppService" |
|
|
} |
|
|
} |
|
|
], |
|
|
], |
|
|
"methods": [ |
|
|
"methods": [ |
|
|
{ |
|
|
{ |
|
|
"returnType": "ListResultDto<CommentWithDetailsDto>", |
|
|
"returnType": "ListResultDto<CommentWithDetailsDto>", |
|
|
"isAsync": true, |
|
|
|
|
|
"name": "GetListAsync", |
|
|
"name": "GetListAsync", |
|
|
"summary": null, |
|
|
"summary": null, |
|
|
|
|
|
"isAsync": true, |
|
|
|
|
|
"isPublic": true, |
|
|
|
|
|
"isPrivate": false, |
|
|
|
|
|
"isStatic": false, |
|
|
"parameters": [ |
|
|
"parameters": [ |
|
|
{ |
|
|
{ |
|
|
"type": "String", |
|
|
"type": "String", |
|
|
@ -564,9 +704,12 @@ |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"returnType": "CommentDto", |
|
|
"returnType": "CommentDto", |
|
|
"isAsync": true, |
|
|
|
|
|
"name": "CreateAsync", |
|
|
"name": "CreateAsync", |
|
|
"summary": null, |
|
|
"summary": null, |
|
|
|
|
|
"isAsync": true, |
|
|
|
|
|
"isPublic": true, |
|
|
|
|
|
"isPrivate": false, |
|
|
|
|
|
"isStatic": false, |
|
|
"parameters": [ |
|
|
"parameters": [ |
|
|
{ |
|
|
{ |
|
|
"type": "String", |
|
|
"type": "String", |
|
|
@ -587,9 +730,12 @@ |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"returnType": "CommentDto", |
|
|
"returnType": "CommentDto", |
|
|
"isAsync": true, |
|
|
|
|
|
"name": "UpdateAsync", |
|
|
"name": "UpdateAsync", |
|
|
"summary": null, |
|
|
"summary": null, |
|
|
|
|
|
"isAsync": true, |
|
|
|
|
|
"isPublic": true, |
|
|
|
|
|
"isPrivate": false, |
|
|
|
|
|
"isStatic": false, |
|
|
"parameters": [ |
|
|
"parameters": [ |
|
|
{ |
|
|
{ |
|
|
"type": "Guid", |
|
|
"type": "Guid", |
|
|
@ -605,9 +751,12 @@ |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"returnType": "Void", |
|
|
"returnType": "Void", |
|
|
"isAsync": true, |
|
|
|
|
|
"name": "DeleteAsync", |
|
|
"name": "DeleteAsync", |
|
|
"summary": null, |
|
|
"summary": null, |
|
|
|
|
|
"isAsync": true, |
|
|
|
|
|
"isPublic": true, |
|
|
|
|
|
"isPrivate": false, |
|
|
|
|
|
"isStatic": false, |
|
|
"parameters": [ |
|
|
"parameters": [ |
|
|
{ |
|
|
{ |
|
|
"type": "Guid", |
|
|
"type": "Guid", |
|
|
@ -626,61 +775,74 @@ |
|
|
"baseClass": { |
|
|
"baseClass": { |
|
|
"name": "CmsKitPublicAppServiceBase", |
|
|
"name": "CmsKitPublicAppServiceBase", |
|
|
"namespace": "Volo.CmsKit.Public", |
|
|
"namespace": "Volo.CmsKit.Public", |
|
|
"declaringAssemblyName": "Volo.CmsKit.Public.Application" |
|
|
"declaringAssemblyName": "Volo.CmsKit.Public.Application", |
|
|
|
|
|
"fullName": "Volo.CmsKit.Public.CmsKitPublicAppServiceBase" |
|
|
}, |
|
|
}, |
|
|
"implementingInterfaces": [ |
|
|
"implementingInterfaces": [ |
|
|
{ |
|
|
{ |
|
|
"name": "IApplicationService", |
|
|
"name": "IApplicationService", |
|
|
"namespace": "Volo.Abp.Application.Services", |
|
|
"namespace": "Volo.Abp.Application.Services", |
|
|
"declaringAssemblyName": "Volo.Abp.Ddd.Application.Contracts" |
|
|
"declaringAssemblyName": "Volo.Abp.Ddd.Application.Contracts", |
|
|
|
|
|
"fullName": "Volo.Abp.Application.Services.IApplicationService" |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"name": "IRemoteService", |
|
|
"name": "IRemoteService", |
|
|
"namespace": "Volo.Abp", |
|
|
"namespace": "Volo.Abp", |
|
|
"declaringAssemblyName": "Volo.Abp.Core" |
|
|
"declaringAssemblyName": "Volo.Abp.Core", |
|
|
|
|
|
"fullName": "Volo.Abp.IRemoteService" |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"name": "IAvoidDuplicateCrossCuttingConcerns", |
|
|
"name": "IAvoidDuplicateCrossCuttingConcerns", |
|
|
"namespace": "Volo.Abp.Aspects", |
|
|
"namespace": "Volo.Abp.Aspects", |
|
|
"declaringAssemblyName": "Volo.Abp.Core" |
|
|
"declaringAssemblyName": "Volo.Abp.Core", |
|
|
|
|
|
"fullName": "Volo.Abp.Aspects.IAvoidDuplicateCrossCuttingConcerns" |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"name": "IValidationEnabled", |
|
|
"name": "IValidationEnabled", |
|
|
"namespace": "Volo.Abp.Validation", |
|
|
"namespace": "Volo.Abp.Validation", |
|
|
"declaringAssemblyName": "Volo.Abp.Validation" |
|
|
"declaringAssemblyName": "Volo.Abp.Validation", |
|
|
|
|
|
"fullName": "Volo.Abp.Validation.IValidationEnabled" |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"name": "IUnitOfWorkEnabled", |
|
|
"name": "IUnitOfWorkEnabled", |
|
|
"namespace": "Volo.Abp.Uow", |
|
|
"namespace": "Volo.Abp.Uow", |
|
|
"declaringAssemblyName": "Volo.Abp.Uow" |
|
|
"declaringAssemblyName": "Volo.Abp.Uow", |
|
|
|
|
|
"fullName": "Volo.Abp.Uow.IUnitOfWorkEnabled" |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"name": "IAuditingEnabled", |
|
|
"name": "IAuditingEnabled", |
|
|
"namespace": "Volo.Abp.Auditing", |
|
|
"namespace": "Volo.Abp.Auditing", |
|
|
"declaringAssemblyName": "Volo.Abp.Auditing.Contracts" |
|
|
"declaringAssemblyName": "Volo.Abp.Auditing.Contracts", |
|
|
|
|
|
"fullName": "Volo.Abp.Auditing.IAuditingEnabled" |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"name": "IGlobalFeatureCheckingEnabled", |
|
|
"name": "IGlobalFeatureCheckingEnabled", |
|
|
"namespace": "Volo.Abp.GlobalFeatures", |
|
|
"namespace": "Volo.Abp.GlobalFeatures", |
|
|
"declaringAssemblyName": "Volo.Abp.GlobalFeatures" |
|
|
"declaringAssemblyName": "Volo.Abp.GlobalFeatures", |
|
|
|
|
|
"fullName": "Volo.Abp.GlobalFeatures.IGlobalFeatureCheckingEnabled" |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"name": "ITransientDependency", |
|
|
"name": "ITransientDependency", |
|
|
"namespace": "Volo.Abp.DependencyInjection", |
|
|
"namespace": "Volo.Abp.DependencyInjection", |
|
|
"declaringAssemblyName": "Volo.Abp.Core" |
|
|
"declaringAssemblyName": "Volo.Abp.Core", |
|
|
|
|
|
"fullName": "Volo.Abp.DependencyInjection.ITransientDependency" |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"name": "IBlogPostPublicAppService", |
|
|
"name": "IBlogPostPublicAppService", |
|
|
"namespace": "Volo.CmsKit.Public.Blogs", |
|
|
"namespace": "Volo.CmsKit.Public.Blogs", |
|
|
"declaringAssemblyName": "Volo.CmsKit.Public.Application.Contracts" |
|
|
"declaringAssemblyName": "Volo.CmsKit.Public.Application.Contracts", |
|
|
|
|
|
"fullName": "Volo.CmsKit.Public.Blogs.IBlogPostPublicAppService" |
|
|
} |
|
|
} |
|
|
], |
|
|
], |
|
|
"methods": [ |
|
|
"methods": [ |
|
|
{ |
|
|
{ |
|
|
"returnType": "BlogPostCommonDto", |
|
|
"returnType": "BlogPostCommonDto", |
|
|
"isAsync": true, |
|
|
|
|
|
"name": "GetAsync", |
|
|
"name": "GetAsync", |
|
|
"summary": null, |
|
|
"summary": null, |
|
|
|
|
|
"isAsync": true, |
|
|
|
|
|
"isPublic": true, |
|
|
|
|
|
"isPrivate": false, |
|
|
|
|
|
"isStatic": false, |
|
|
"parameters": [ |
|
|
"parameters": [ |
|
|
{ |
|
|
{ |
|
|
"type": "String", |
|
|
"type": "String", |
|
|
@ -696,9 +858,12 @@ |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"returnType": "PagedResultDto<BlogPostCommonDto>", |
|
|
"returnType": "PagedResultDto<BlogPostCommonDto>", |
|
|
"isAsync": true, |
|
|
|
|
|
"name": "GetListAsync", |
|
|
"name": "GetListAsync", |
|
|
"summary": null, |
|
|
"summary": null, |
|
|
|
|
|
"isAsync": true, |
|
|
|
|
|
"isPublic": true, |
|
|
|
|
|
"isPrivate": false, |
|
|
|
|
|
"isStatic": false, |
|
|
"parameters": [ |
|
|
"parameters": [ |
|
|
{ |
|
|
{ |
|
|
"type": "String", |
|
|
"type": "String", |
|
|
@ -714,9 +879,12 @@ |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"returnType": "PagedResultDto<CmsUserDto>", |
|
|
"returnType": "PagedResultDto<CmsUserDto>", |
|
|
"isAsync": true, |
|
|
|
|
|
"name": "GetAuthorsHasBlogPostsAsync", |
|
|
"name": "GetAuthorsHasBlogPostsAsync", |
|
|
"summary": null, |
|
|
"summary": null, |
|
|
|
|
|
"isAsync": true, |
|
|
|
|
|
"isPublic": true, |
|
|
|
|
|
"isPrivate": false, |
|
|
|
|
|
"isStatic": false, |
|
|
"parameters": [ |
|
|
"parameters": [ |
|
|
{ |
|
|
{ |
|
|
"type": "BlogPostFilteredPagedAndSortedResultRequestDto", |
|
|
"type": "BlogPostFilteredPagedAndSortedResultRequestDto", |
|
|
@ -727,9 +895,12 @@ |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"returnType": "CmsUserDto", |
|
|
"returnType": "CmsUserDto", |
|
|
"isAsync": true, |
|
|
|
|
|
"name": "GetAuthorHasBlogPostAsync", |
|
|
"name": "GetAuthorHasBlogPostAsync", |
|
|
"summary": null, |
|
|
"summary": null, |
|
|
|
|
|
"isAsync": true, |
|
|
|
|
|
"isPublic": true, |
|
|
|
|
|
"isPrivate": false, |
|
|
|
|
|
"isStatic": false, |
|
|
"parameters": [ |
|
|
"parameters": [ |
|
|
{ |
|
|
{ |
|
|
"type": "Guid", |
|
|
"type": "Guid", |
|
|
|