C# Class Cats.Services.Administration.HubOwnerService

Inheritance: IHubOwnerService
Afficher le fichier Open project: edgecomputing/cats

Méthodes publiques

Méthode Description
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

Method Details

AddHubOwner() public méthode

public AddHubOwner ( HubOwner hubOwner ) : bool
hubOwner Cats.Models.HubOwner
Résultat bool

DeleteById() public méthode

public DeleteById ( int id ) : bool
id int
Résultat bool

DeleteHubOwner() public méthode

public DeleteHubOwner ( HubOwner hubOwner ) : bool
hubOwner Cats.Models.HubOwner
Résultat bool

Dispose() public méthode

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

EditHubOwner() public méthode

public EditHubOwner ( HubOwner hubOwner ) : bool
hubOwner Cats.Models.HubOwner
Résultat bool

FindBy() public méthode

public FindBy ( bool>.Expression predicate ) : List
predicate bool>.Expression
Résultat List

FindById() public méthode

public FindById ( int id ) : HubOwner
id int
Résultat Cats.Models.HubOwner

GetAllHubOwner() public méthode

public GetAllHubOwner ( ) : List
Résultat List

HubOwnerService() public méthode

public HubOwnerService ( IUnitOfWork unitOfWork ) : System
unitOfWork IUnitOfWork
Résultat System