C# Class Dev2.TaskScheduler.Wrappers.TaskServiceConvertorFactory

Inheritance: ITaskServiceConvertorFactory
Afficher le fichier Open project: Warewolf-ESB/Warewolf Class Usage Examples

Méthodes publiques

Méthode Description
CreateAction ( Microsoft action ) : IAction
CreateActionCollection ( ActionCollection actionCollection ) : IActionCollection
CreateExecAction ( IAction act ) : IExecAction
CreateExecAction ( string path, string arguments = null, string workingDirectory = null ) : IExecAction
CreateRepetitionPattern ( Microsoft.Win32.TaskScheduler.RepetitionPattern repetitionPattern ) : IRepetitionPattern
CreateRootFolder ( ) : ITaskFolder
CreateRootFolder ( Microsoft.Win32.TaskScheduler.TaskFolder taskFolder ) : ITaskFolder
CreateTask ( Microsoft.Win32.TaskScheduler.Task task ) : IDev2Task
CreateTaskCollection ( TaskCollection taskCollection ) : ITaskCollection
CreateTaskDefinition ( Microsoft.Win32.TaskScheduler.TaskDefinition taskDefinition ) : IDev2TaskDefinition
CreateTaskEvent ( TaskEvent currentEvent ) : ITaskEvent
CreateTaskEventLog ( string taskPath ) : ITaskEventLog
CreateTaskEventLog ( string taskPath, System.DateTime startDate ) : ITaskEventLog
CreateTaskService ( Microsoft.Win32.TaskScheduler.TaskService taskService ) : IDev2TaskService
CreateTaskService ( string targetServer, string userName, string accountDomain, string password, bool forceV1 ) : IDev2TaskService
CreateTaskService ( ) : Microsoft.Win32.TaskScheduler.TaskService
CreateTaskSettings ( Microsoft.Win32.TaskScheduler.TaskSettings taskSettings ) : ITaskSettings
CreateTrigger ( Microsoft.Win32.TaskScheduler.Trigger trigger ) : ITrigger
CreateTriggerCollection ( TriggerCollection triggerCollection ) : ITriggerCollection
SanitiseTrigger ( ITrigger resource ) : ITrigger

Private Methods

Méthode Description
ExtractDelay ( ITriggerDelay resource, ITriggerDelay trigger ) : void

Method Details

CreateAction() public méthode

public CreateAction ( Microsoft action ) : IAction
action Microsoft
Résultat IAction

CreateActionCollection() public méthode

public CreateActionCollection ( ActionCollection actionCollection ) : IActionCollection
actionCollection ActionCollection
Résultat IActionCollection

CreateExecAction() public méthode

public CreateExecAction ( IAction act ) : IExecAction
act IAction
Résultat IExecAction

CreateExecAction() public méthode

public CreateExecAction ( string path, string arguments = null, string workingDirectory = null ) : IExecAction
path string
arguments string
workingDirectory string
Résultat IExecAction

CreateRepetitionPattern() public méthode

public CreateRepetitionPattern ( Microsoft.Win32.TaskScheduler.RepetitionPattern repetitionPattern ) : IRepetitionPattern
repetitionPattern Microsoft.Win32.TaskScheduler.RepetitionPattern
Résultat IRepetitionPattern

CreateRootFolder() public méthode

public CreateRootFolder ( ) : ITaskFolder
Résultat ITaskFolder

CreateRootFolder() public méthode

public CreateRootFolder ( Microsoft.Win32.TaskScheduler.TaskFolder taskFolder ) : ITaskFolder
taskFolder Microsoft.Win32.TaskScheduler.TaskFolder
Résultat ITaskFolder

CreateTask() public méthode

public CreateTask ( Microsoft.Win32.TaskScheduler.Task task ) : IDev2Task
task Microsoft.Win32.TaskScheduler.Task
Résultat IDev2Task

CreateTaskCollection() public méthode

public CreateTaskCollection ( TaskCollection taskCollection ) : ITaskCollection
taskCollection TaskCollection
Résultat ITaskCollection

CreateTaskDefinition() public méthode

public CreateTaskDefinition ( Microsoft.Win32.TaskScheduler.TaskDefinition taskDefinition ) : IDev2TaskDefinition
taskDefinition Microsoft.Win32.TaskScheduler.TaskDefinition
Résultat IDev2TaskDefinition

CreateTaskEvent() public méthode

public CreateTaskEvent ( TaskEvent currentEvent ) : ITaskEvent
currentEvent TaskEvent
Résultat ITaskEvent

CreateTaskEventLog() public méthode

public CreateTaskEventLog ( string taskPath ) : ITaskEventLog
taskPath string
Résultat ITaskEventLog

CreateTaskEventLog() public méthode

public CreateTaskEventLog ( string taskPath, System.DateTime startDate ) : ITaskEventLog
taskPath string
startDate System.DateTime
Résultat ITaskEventLog

CreateTaskService() public méthode

public CreateTaskService ( Microsoft.Win32.TaskScheduler.TaskService taskService ) : IDev2TaskService
taskService Microsoft.Win32.TaskScheduler.TaskService
Résultat IDev2TaskService

CreateTaskService() public méthode

public CreateTaskService ( string targetServer, string userName, string accountDomain, string password, bool forceV1 ) : IDev2TaskService
targetServer string
userName string
accountDomain string
password string
forceV1 bool
Résultat IDev2TaskService

CreateTaskService() public méthode

public CreateTaskService ( ) : Microsoft.Win32.TaskScheduler.TaskService
Résultat Microsoft.Win32.TaskScheduler.TaskService

CreateTaskSettings() public méthode

public CreateTaskSettings ( Microsoft.Win32.TaskScheduler.TaskSettings taskSettings ) : ITaskSettings
taskSettings Microsoft.Win32.TaskScheduler.TaskSettings
Résultat ITaskSettings

CreateTrigger() public méthode

public CreateTrigger ( Microsoft.Win32.TaskScheduler.Trigger trigger ) : ITrigger
trigger Microsoft.Win32.TaskScheduler.Trigger
Résultat ITrigger

CreateTriggerCollection() public méthode

public CreateTriggerCollection ( TriggerCollection triggerCollection ) : ITriggerCollection
triggerCollection TriggerCollection
Résultat ITriggerCollection

SanitiseTrigger() public méthode

public SanitiseTrigger ( ITrigger resource ) : ITrigger
resource ITrigger
Résultat ITrigger