C# Class BeiDream.Demo.Service.Resources.ResourceService

Inheritance: IResourceService
Afficher le fichier Open project: BeiMeng/BeiDream

Méthodes publiques

Méthode Description
AddorUpdate ( ResourceDto dto ) : void
DeleteTree ( System.Guid id ) : void
ResourceService ( IResourceDomainService resourceDomainService, IResourceRepository resourceRepository ) : System

Private Methods

Méthode Description
Find ( System.Guid id ) : ResourceDto
GetNavigationMenuInModule ( System.Guid parentId, System.Guid userId ) : List
GetNavigationModule ( System.Guid userId ) : List
GetQueryConditions ( IQueryable queryable, BeiDream.Demo.Domain.Queries.ResourceQuery query ) : IQueryable

构造前台传递的查询条件

PagerList ( BeiDream.Demo.Domain.Queries.ResourceQuery query ) : PagerList
Query ( BeiDream.Demo.Domain.Queries.ResourceQuery query ) : PagerList
Query ( BeiDream.Demo.Domain.Queries.ResourceQuery query, System.Guid roleId ) : PagerList
QueryAll ( ) : List
QueryAll ( System.Guid roleId ) : List

Method Details

AddorUpdate() public méthode

public AddorUpdate ( ResourceDto dto ) : void
dto BeiDream.Demo.Service.Resources.Dtos.ResourceDto
Résultat void

DeleteTree() public méthode

public DeleteTree ( System.Guid id ) : void
id System.Guid
Résultat void

ResourceService() public méthode

public ResourceService ( IResourceDomainService resourceDomainService, IResourceRepository resourceRepository ) : System
resourceDomainService IResourceDomainService
resourceRepository IResourceRepository
Résultat System