C# Class Cats.Services.EarlyWarning.ProcessTemplateService

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

Méthodes publiques

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

Method Details

Add() public méthode

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

Delete() public méthode

public Delete ( ProcessTemplate item ) : bool
item Cats.Models.ProcessTemplate
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 ) : ProcessTemplate
id int
Résultat Cats.Models.ProcessTemplate

GetAll() public méthode

public GetAll ( ) : List
Résultat List

GetStartingState() public méthode

public GetStartingState ( int id ) : StateTemplate
id int
Résultat Cats.Models.StateTemplate

ProcessTemplateService() public méthode

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

Update() public méthode

public Update ( ProcessTemplate item ) : bool
item Cats.Models.ProcessTemplate
Résultat bool