C# Class Cats.Services.EarlyWarning.FDPService

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

Méthodes publiques

Méthode Description
AddFDP ( FDP fdp ) : bool
DeleteById ( int id ) : bool
DeleteFDP ( FDP fdp ) : bool
Dispose ( ) : void
EditFDP ( FDP fdp ) : bool
FDPService ( IUnitOfWork unitOfWork ) : System
FindBy ( bool>.Expression predicate ) : List
FindById ( int id ) : FDP
Get ( bool>.System filter = null, Func orderBy = null, string includeProperties = "" ) : IEnumerable
GetAllFDP ( ) : List

Method Details

AddFDP() public méthode

public AddFDP ( FDP fdp ) : bool
fdp Cats.Models.FDP
Résultat bool

DeleteById() public méthode

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

DeleteFDP() public méthode

public DeleteFDP ( FDP fdp ) : bool
fdp Cats.Models.FDP
Résultat bool

Dispose() public méthode

public Dispose ( ) : void
Résultat void

EditFDP() public méthode

public EditFDP ( FDP fdp ) : bool
fdp Cats.Models.FDP
Résultat bool

FDPService() public méthode

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

FindBy() public méthode

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

FindById() public méthode

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

Get() public méthode

public Get ( bool>.System filter = null, Func orderBy = null, string includeProperties = "" ) : IEnumerable
filter bool>.System
orderBy Func
includeProperties string
Résultat IEnumerable

GetAllFDP() public méthode

public GetAllFDP ( ) : List
Résultat List