C# Class EPiAbstractions.DataAbstraction.ScheduledJobFacade

Inheritance: IScheduledJobFacade
Mostrar archivo Open project: joelabrahamsson/EPiAbstractions

Public Methods

Method Description
List ( ) : ScheduledJobCollection
Load ( System.Guid id ) : ScheduledJob
Load ( String method, String typeName, String assemblyName ) : ScheduledJob
LoadNextScheduledJob ( ) : ScheduledJob
Save ( ScheduledJob scheduledJob ) : void
SetServicePingDate ( ) : void

Method Details

List() public method

public List ( ) : ScheduledJobCollection
return ScheduledJobCollection

Load() public method

public Load ( System.Guid id ) : ScheduledJob
id System.Guid
return ScheduledJob

Load() public method

public Load ( String method, String typeName, String assemblyName ) : ScheduledJob
method String
typeName String
assemblyName String
return ScheduledJob

LoadNextScheduledJob() public method

public LoadNextScheduledJob ( ) : ScheduledJob
return ScheduledJob

Save() public method

public Save ( ScheduledJob scheduledJob ) : void
scheduledJob ScheduledJob
return void

SetServicePingDate() public method

public SetServicePingDate ( ) : void
return void