C# Class Cats.Services.Hub.DetailService

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

Méthodes publiques

Méthode Description
AddDetail ( Detail detail ) : bool
DeleteById ( int id ) : bool
DeleteDetail ( Detail detail ) : bool
DetailService ( ) : System
Dispose ( ) : void
EditDetail ( Detail detail ) : bool
FindBy ( bool>.Expression predicate ) : List
FindById ( int id ) : Detail
GetAllDetail ( ) : List
GetByMasterID ( int masterId ) : IQueryable

Gets the queriable list of details by master ID.

GetReasonByMaster ( int masterId ) : List

Method Details

AddDetail() public méthode

public AddDetail ( Detail detail ) : bool
detail Cats.Models.Hubs.Detail
Résultat bool

DeleteById() public méthode

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

DeleteDetail() public méthode

public DeleteDetail ( Detail detail ) : bool
detail Cats.Models.Hubs.Detail
Résultat bool

DetailService() public méthode

public DetailService ( ) : System
Résultat System

Dispose() public méthode

public Dispose ( ) : void
Résultat void

EditDetail() public méthode

public EditDetail ( Detail detail ) : bool
detail Cats.Models.Hubs.Detail
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 ) : Detail
id int
Résultat Cats.Models.Hubs.Detail

GetAllDetail() public méthode

public GetAllDetail ( ) : List
Résultat List

GetByMasterID() public méthode

Gets the queriable list of details by master ID.
public GetByMasterID ( int masterId ) : IQueryable
masterId int The master id.
Résultat IQueryable

GetReasonByMaster() public méthode

public GetReasonByMaster ( int masterId ) : List
masterId int
Résultat List