C# Class Cats.Services.Hub.ProgramService

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

Méthodes publiques

Méthode Description
AddProgram ( Program program ) : bool
DeleteById ( int id ) : bool
DeleteProgram ( Program program ) : bool
Dispose ( ) : void
EditProgram ( Program program ) : bool
FindBy ( bool>.Expression predicate ) : List
FindById ( int id ) : Program
GetAllProgram ( ) : List
GetAllProgramsForReport ( ) : List
ProgramService ( IUnitOfWork unitOfWork ) : System

Method Details

AddProgram() public méthode

public AddProgram ( Program program ) : bool
program Program
Résultat bool

DeleteById() public méthode

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

DeleteProgram() public méthode

public DeleteProgram ( Program program ) : bool
program Program
Résultat bool

Dispose() public méthode

public Dispose ( ) : void
Résultat void

EditProgram() public méthode

public EditProgram ( Program program ) : bool
program Program
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 ) : Program
id int
Résultat Program

GetAllProgram() public méthode

public GetAllProgram ( ) : List
Résultat List

GetAllProgramsForReport() public méthode

public GetAllProgramsForReport ( ) : List
Résultat List

ProgramService() public méthode

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