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

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

공개 메소드들

메소드 설명
AddHubOwner ( HubOwner hubOwner ) : bool
DeleteById ( int id ) : bool
DeleteHubOwner ( HubOwner hubOwner ) : bool
Dispose ( ) : void

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

EditHubOwner ( HubOwner hubOwner ) : bool
FindBy ( bool>.Expression predicate ) : List
FindById ( int id ) : HubOwner
GetAllHubOwner ( ) : List
HubOwnerService ( IUnitOfWork unitOfWork ) : System

메소드 상세

AddHubOwner() 공개 메소드

public AddHubOwner ( HubOwner hubOwner ) : bool
hubOwner Cats.Models.HubOwner
리턴 bool

DeleteById() 공개 메소드

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

DeleteHubOwner() 공개 메소드

public DeleteHubOwner ( HubOwner hubOwner ) : bool
hubOwner Cats.Models.HubOwner
리턴 bool

Dispose() 공개 메소드

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

EditHubOwner() 공개 메소드

public EditHubOwner ( HubOwner hubOwner ) : bool
hubOwner Cats.Models.HubOwner
리턴 bool

FindBy() 공개 메소드

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

FindById() 공개 메소드

public FindById ( int id ) : HubOwner
id int
리턴 Cats.Models.HubOwner

GetAllHubOwner() 공개 메소드

public GetAllHubOwner ( ) : List
리턴 List

HubOwnerService() 공개 메소드

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