C# Class Cats.Services.EarlyWarning.SeasonService

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

Méthodes publiques

Méthode Description
AddSeason ( Models season ) : bool
DeleteById ( int id ) : bool
DeleteSeason ( Models season ) : bool
Dispose ( ) : void
EditSeason ( Models season ) : bool
FindBy ( bool>.System predicate ) : List
FindById ( int id ) : Models.Season
Get ( bool>.System filter = null, Func orderBy = null, string includeProperties = "" ) : IEnumerable
GetAllSeason ( ) : List
GetListOfSeasonsInRegion ( List regions ) : List
SeasonService ( IUnitOfWork unitOfWork ) : System

Method Details

AddSeason() public méthode

public AddSeason ( Models season ) : bool
season Models
Résultat bool

DeleteById() public méthode

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

DeleteSeason() public méthode

public DeleteSeason ( Models season ) : bool
season Models
Résultat bool

Dispose() public méthode

public Dispose ( ) : void
Résultat void

EditSeason() public méthode

public EditSeason ( Models season ) : bool
season Models
Résultat bool

FindBy() public méthode

public FindBy ( bool>.System predicate ) : List
predicate bool>.System
Résultat List

FindById() public méthode

public FindById ( int id ) : Models.Season
id int
Résultat Models.Season

Get() public méthode

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

GetAllSeason() public méthode

public GetAllSeason ( ) : List
Résultat List

GetListOfSeasonsInRegion() public méthode

public GetListOfSeasonsInRegion ( List regions ) : List
regions List
Résultat List

SeasonService() public méthode

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