mirror of https://github.com/abpframework/abp.git
csharpabpc-sharpframeworkblazoraspnet-coredotnet-coreaspnetcorearchitecturesaasdomain-driven-designangularmulti-tenancy
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
199 lines
5.3 KiB
199 lines
5.3 KiB
{
|
|
"name": "Volo.Blogging.Application.Contracts.Shared",
|
|
"hash": "545cc93c496d3dea01966d686b9dd463",
|
|
"contents": [
|
|
{
|
|
"namespace": "Volo.Blogging",
|
|
"dependsOnModules": [
|
|
{
|
|
"declaringAssemblyName": "Volo.Blogging.Domain.Shared",
|
|
"namespace": "Volo.Blogging",
|
|
"name": "BloggingDomainSharedModule"
|
|
},
|
|
{
|
|
"declaringAssemblyName": "Volo.Abp.Ddd.Application.Contracts",
|
|
"namespace": "Volo.Abp.Application",
|
|
"name": "AbpDddApplicationContractsModule"
|
|
},
|
|
{
|
|
"declaringAssemblyName": "Volo.Abp.Authorization.Abstractions",
|
|
"namespace": "Volo.Abp.Authorization",
|
|
"name": "AbpAuthorizationAbstractionsModule"
|
|
}
|
|
],
|
|
"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",
|
|
"name": "BloggingApplicationContractsSharedModule",
|
|
"summary": null
|
|
},
|
|
{
|
|
"displayName": "Blogs",
|
|
"isEnabled": true,
|
|
"contentType": "permission",
|
|
"name": "Blogging.Blog",
|
|
"summary": null
|
|
},
|
|
{
|
|
"displayName": "Management",
|
|
"isEnabled": true,
|
|
"contentType": "permission",
|
|
"name": "Blogging.Blog.Management",
|
|
"summary": null
|
|
},
|
|
{
|
|
"displayName": "Edit",
|
|
"isEnabled": true,
|
|
"contentType": "permission",
|
|
"name": "Blogging.Blog.Update",
|
|
"summary": null
|
|
},
|
|
{
|
|
"displayName": "Delete",
|
|
"isEnabled": true,
|
|
"contentType": "permission",
|
|
"name": "Blogging.Blog.Delete",
|
|
"summary": null
|
|
},
|
|
{
|
|
"displayName": "Create",
|
|
"isEnabled": true,
|
|
"contentType": "permission",
|
|
"name": "Blogging.Blog.Create",
|
|
"summary": null
|
|
},
|
|
{
|
|
"displayName": "Clear cache",
|
|
"isEnabled": true,
|
|
"contentType": "permission",
|
|
"name": "Blogging.Blog.ClearCache",
|
|
"summary": null
|
|
},
|
|
{
|
|
"displayName": "Posts",
|
|
"isEnabled": true,
|
|
"contentType": "permission",
|
|
"name": "Blogging.Post",
|
|
"summary": null
|
|
},
|
|
{
|
|
"displayName": "Edit",
|
|
"isEnabled": true,
|
|
"contentType": "permission",
|
|
"name": "Blogging.Post.Update",
|
|
"summary": null
|
|
},
|
|
{
|
|
"displayName": "Delete",
|
|
"isEnabled": true,
|
|
"contentType": "permission",
|
|
"name": "Blogging.Post.Delete",
|
|
"summary": null
|
|
},
|
|
{
|
|
"displayName": "Create",
|
|
"isEnabled": true,
|
|
"contentType": "permission",
|
|
"name": "Blogging.Post.Create",
|
|
"summary": null
|
|
},
|
|
{
|
|
"displayName": "Tags",
|
|
"isEnabled": true,
|
|
"contentType": "permission",
|
|
"name": "Blogging.Tag",
|
|
"summary": null
|
|
},
|
|
{
|
|
"displayName": "Edit",
|
|
"isEnabled": true,
|
|
"contentType": "permission",
|
|
"name": "Blogging.Tag.Update",
|
|
"summary": null
|
|
},
|
|
{
|
|
"displayName": "Delete",
|
|
"isEnabled": true,
|
|
"contentType": "permission",
|
|
"name": "Blogging.Tag.Delete",
|
|
"summary": null
|
|
},
|
|
{
|
|
"displayName": "Create",
|
|
"isEnabled": true,
|
|
"contentType": "permission",
|
|
"name": "Blogging.Tag.Create",
|
|
"summary": null
|
|
},
|
|
{
|
|
"displayName": "Comments",
|
|
"isEnabled": true,
|
|
"contentType": "permission",
|
|
"name": "Blogging.Comment",
|
|
"summary": null
|
|
},
|
|
{
|
|
"displayName": "Edit",
|
|
"isEnabled": true,
|
|
"contentType": "permission",
|
|
"name": "Blogging.Comment.Update",
|
|
"summary": null
|
|
},
|
|
{
|
|
"displayName": "Delete",
|
|
"isEnabled": true,
|
|
"contentType": "permission",
|
|
"name": "Blogging.Comment.Delete",
|
|
"summary": null
|
|
},
|
|
{
|
|
"displayName": "Create",
|
|
"isEnabled": true,
|
|
"contentType": "permission",
|
|
"name": "Blogging.Comment.Create",
|
|
"summary": null
|
|
}
|
|
]
|
|
}
|