C# Class Cats.Services.Administration.FDPService

Inheritance: IFDPService
Show file Open project: edgecomputing/cats

Public Methods

Method 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 method

public AddFDP ( FDP fdp ) : bool
fdp Cats.Models.FDP
return bool

DeleteById() public method

public DeleteById ( int id ) : bool
id int
return bool

DeleteFDP() public method

public DeleteFDP ( FDP fdp ) : bool
fdp Cats.Models.FDP
return bool

Dispose() public method

public Dispose ( ) : void
return void

EditFDP() public method

public EditFDP ( FDP fdp ) : bool
fdp FDP
return bool

FDPService() public method

public FDPService ( IUnitOfWork unitOfWork ) : System
unitOfWork IUnitOfWork
return System

FindBy() public method

public FindBy ( bool>.Expression predicate ) : List
predicate bool>.Expression
return List

FindById() public method

public FindById ( int id ) : FDP
id int
return FDP

Get() public method

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

GetAllFDP() public method

public GetAllFDP ( ) : List
return List