C# 클래스 Cats.Services.Administration.HubService

상속: IHubService
파일 보기 프로젝트 열기: edgecomputing/cats

공개 메소드들

메소드 설명
AddHub ( Models hub ) : bool
DeleteById ( int id ) : bool
DeleteHub ( Models hub ) : bool
Dispose ( ) : void

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

EditHub ( Models hub ) : bool
FindBy ( bool>.Expression predicate ) : List
FindById ( int id ) : Models.Hub
GetAllHub ( ) : List
GetAllWithoutId ( int hubId ) : List
GetOthersHavingSameOwner ( Models hub ) : List
GetOthersWithDifferentOwner ( Models hub ) : List
HubService ( IUnitOfWork unitOfWork ) : System

메소드 상세

AddHub() 공개 메소드

public AddHub ( Models hub ) : bool
hub Models
리턴 bool

DeleteById() 공개 메소드

public DeleteById ( int id ) : bool
id int
리턴 bool

DeleteHub() 공개 메소드

public DeleteHub ( Models hub ) : bool
hub Models
리턴 bool

Dispose() 공개 메소드

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
리턴 void

EditHub() 공개 메소드

public EditHub ( Models hub ) : bool
hub Models
리턴 bool

FindBy() 공개 메소드

public FindBy ( bool>.Expression predicate ) : List
predicate bool>.Expression
리턴 List

FindById() 공개 메소드

public FindById ( int id ) : Models.Hub
id int
리턴 Models.Hub

GetAllHub() 공개 메소드

public GetAllHub ( ) : List
리턴 List

GetAllWithoutId() 공개 메소드

public GetAllWithoutId ( int hubId ) : List
hubId int
리턴 List

GetOthersHavingSameOwner() 공개 메소드

public GetOthersHavingSameOwner ( Models hub ) : List
hub Models
리턴 List

GetOthersWithDifferentOwner() 공개 메소드

public GetOthersWithDifferentOwner ( Models hub ) : List
hub Models
리턴 List

HubService() 공개 메소드

public HubService ( IUnitOfWork unitOfWork ) : System
unitOfWork IUnitOfWork
리턴 System