C# 클래스 EPiAbstractions.DataAbstraction.ScheduledJobFacade

상속: IScheduledJobFacade
파일 보기 프로젝트 열기: joelabrahamsson/EPiAbstractions

공개 메소드들

메소드 설명
List ( ) : ScheduledJobCollection
Load ( System.Guid id ) : ScheduledJob
Load ( String method, String typeName, String assemblyName ) : ScheduledJob
LoadNextScheduledJob ( ) : ScheduledJob
Save ( ScheduledJob scheduledJob ) : void
SetServicePingDate ( ) : void

메소드 상세

List() 공개 메소드

public List ( ) : ScheduledJobCollection
리턴 ScheduledJobCollection

Load() 공개 메소드

public Load ( System.Guid id ) : ScheduledJob
id System.Guid
리턴 ScheduledJob

Load() 공개 메소드

public Load ( String method, String typeName, String assemblyName ) : ScheduledJob
method String
typeName String
assemblyName String
리턴 ScheduledJob

LoadNextScheduledJob() 공개 메소드

public LoadNextScheduledJob ( ) : ScheduledJob
리턴 ScheduledJob

Save() 공개 메소드

public Save ( ScheduledJob scheduledJob ) : void
scheduledJob ScheduledJob
리턴 void

SetServicePingDate() 공개 메소드

public SetServicePingDate ( ) : void
리턴 void