C# Class DRMFSS.BLL.Services.StackEventTypeService

Inheritance: IStackEventTypeService
Afficher le fichier Open project: edgecomputing/cats-hub-module

Méthodes publiques

Méthode Description
AddStackEventType ( StackEventType entity ) : bool
DeleteById ( int id ) : bool
DeleteStackEventType ( StackEventType entity ) : bool
Dispose ( ) : void
EditStackEventType ( StackEventType entity ) : bool
FindBy ( bool>.Expression predicate ) : List
FindById ( int id ) : StackEventType
GetAllStackEventType ( ) : List
GetFollowUpDurationByStackEventTypeId ( int stackEventTypeId ) : double
StackEventTypeService ( IUnitOfWork unitOfWork ) : System

Method Details

AddStackEventType() public méthode

public AddStackEventType ( StackEventType entity ) : bool
entity StackEventType
Résultat bool

DeleteById() public méthode

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

DeleteStackEventType() public méthode

public DeleteStackEventType ( StackEventType entity ) : bool
entity StackEventType
Résultat bool

Dispose() public méthode

public Dispose ( ) : void
Résultat void

EditStackEventType() public méthode

public EditStackEventType ( StackEventType entity ) : bool
entity StackEventType
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 ) : StackEventType
id int
Résultat StackEventType

GetAllStackEventType() public méthode

public GetAllStackEventType ( ) : List
Résultat List

GetFollowUpDurationByStackEventTypeId() public méthode

public GetFollowUpDurationByStackEventTypeId ( int stackEventTypeId ) : double
stackEventTypeId int
Résultat double

StackEventTypeService() public méthode

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