C# Class EPiAbstractions.DataAbstraction.ScheduledJobFacade

Inheritance: IScheduledJobFacade
Afficher le fichier Open project: joelabrahamsson/EPiAbstractions

Méthodes publiques

Méthode 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 méthode

public List ( ) : ScheduledJobCollection
Résultat ScheduledJobCollection

Load() public méthode

public Load ( System.Guid id ) : ScheduledJob
id System.Guid
Résultat ScheduledJob

Load() public méthode

public Load ( String method, String typeName, String assemblyName ) : ScheduledJob
method String
typeName String
assemblyName String
Résultat ScheduledJob

LoadNextScheduledJob() public méthode

public LoadNextScheduledJob ( ) : ScheduledJob
Résultat ScheduledJob

Save() public méthode

public Save ( ScheduledJob scheduledJob ) : void
scheduledJob ScheduledJob
Résultat void

SetServicePingDate() public méthode

public SetServicePingDate ( ) : void
Résultat void