C# 클래스 Cats.Services.EarlyWarning.SeasonService

상속: ISeasonService
파일 보기 프로젝트 열기: edgecomputing/cats

공개 메소드들

메소드 설명
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

메소드 상세

AddSeason() 공개 메소드

public AddSeason ( Models season ) : bool
season Models
리턴 bool

DeleteById() 공개 메소드

public DeleteById ( int id ) : bool
id int
리턴 bool

DeleteSeason() 공개 메소드

public DeleteSeason ( Models season ) : bool
season Models
리턴 bool

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

EditSeason() 공개 메소드

public EditSeason ( Models season ) : bool
season Models
리턴 bool

FindBy() 공개 메소드

public FindBy ( bool>.System predicate ) : List
predicate bool>.System
리턴 List

FindById() 공개 메소드

public FindById ( int id ) : Models.Season
id int
리턴 Models.Season

Get() 공개 메소드

public Get ( bool>.System filter = null, Func orderBy = null, string includeProperties = "" ) : IEnumerable
filter bool>.System
orderBy Func
includeProperties string
리턴 IEnumerable

GetAllSeason() 공개 메소드

public GetAllSeason ( ) : List
리턴 List

GetListOfSeasonsInRegion() 공개 메소드

public GetListOfSeasonsInRegion ( List regions ) : List
regions List
리턴 List

SeasonService() 공개 메소드

public SeasonService ( IUnitOfWork unitOfWork ) : System
unitOfWork IUnitOfWork
리턴 System