C# 클래스 TrainNotifier.Service.PPMDataRepository

상속: DbRepository
파일 보기 프로젝트 열기: blueghostuk/trainnotifier-server 1 사용 예제들

공개 메소드들

메소드 설명
AddPPMData ( PPMRecord record ) : void
GetLatestRecord ( byte operatorCode, string name ) : PPMRecord
GetLatestRecords ( byte operatorCode, string name, System.DateTime startDate, System.DateTime endDate ) : IEnumerable
GetSectors ( byte operatorCode = null ) : IEnumerable

메소드 상세

AddPPMData() 공개 메소드

public AddPPMData ( PPMRecord record ) : void
record TrainNotifier.Common.Model.PPM.PPMRecord
리턴 void

GetLatestRecord() 공개 메소드

public GetLatestRecord ( byte operatorCode, string name ) : PPMRecord
operatorCode byte
name string
리턴 TrainNotifier.Common.Model.PPM.PPMRecord

GetLatestRecords() 공개 메소드

public GetLatestRecords ( byte operatorCode, string name, System.DateTime startDate, System.DateTime endDate ) : IEnumerable
operatorCode byte
name string
startDate System.DateTime
endDate System.DateTime
리턴 IEnumerable

GetSectors() 공개 메소드

public GetSectors ( byte operatorCode = null ) : IEnumerable
operatorCode byte
리턴 IEnumerable