C# Class Cats.Services.Hub.MasterService

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

Méthodes publiques

Méthode Description
AddMaster ( Master master ) : bool
DeleteById ( int id ) : bool
DeleteMaster ( Master master ) : bool
Dispose ( ) : void
EditMaster ( Master master ) : bool
FindBy ( bool>.Expression predicate ) : List
FindById ( int id ) : Master
GetAllMaster ( ) : List
MasterService ( ) : System

Method Details

AddMaster() public méthode

public AddMaster ( Master master ) : bool
master Cats.Models.Hubs.Master
Résultat bool

DeleteById() public méthode

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

DeleteMaster() public méthode

public DeleteMaster ( Master master ) : bool
master Cats.Models.Hubs.Master
Résultat bool

Dispose() public méthode

public Dispose ( ) : void
Résultat void

EditMaster() public méthode

public EditMaster ( Master master ) : bool
master Cats.Models.Hubs.Master
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 ) : Master
id int
Résultat Cats.Models.Hubs.Master

GetAllMaster() public méthode

public GetAllMaster ( ) : List
Résultat List

MasterService() public méthode

public MasterService ( ) : System
Résultat System