C# Class Cats.Services.EarlyWarning.StateTemplateService

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

Méthodes publiques

Méthode Description
Add ( StateTemplate item ) : bool
Delete ( StateTemplate item ) : bool
DeleteById ( int id ) : bool
FindBy ( bool>.Expression predicate ) : List
FindById ( int id ) : StateTemplate
GetAll ( ) : List
StateTemplateService ( IUnitOfWork unitOfWork ) : System
Update ( StateTemplate item ) : bool

Method Details

Add() public méthode

public Add ( StateTemplate item ) : bool
item Cats.Models.StateTemplate
Résultat bool

Delete() public méthode

public Delete ( StateTemplate item ) : bool
item Cats.Models.StateTemplate
Résultat bool

DeleteById() public méthode

public DeleteById ( int id ) : bool
id int
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 ) : StateTemplate
id int
Résultat StateTemplate

GetAll() public méthode

public GetAll ( ) : List
Résultat List

StateTemplateService() public méthode

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

Update() public méthode

public Update ( StateTemplate item ) : bool
item StateTemplate
Résultat bool