C# Class Dev2.TaskScheduler.Wrappers.TaskServiceConvertorFactory

Inheritance: ITaskServiceConvertorFactory
显示文件 Open project: Warewolf-ESB/Warewolf Class Usage Examples

Public Methods

Method 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

Method Description
ExtractDelay ( ITriggerDelay resource, ITriggerDelay trigger ) : void

Method Details

CreateAction() public method

public CreateAction ( Microsoft action ) : IAction
action Microsoft
return IAction

CreateActionCollection() public method

public CreateActionCollection ( ActionCollection actionCollection ) : IActionCollection
actionCollection ActionCollection
return IActionCollection

CreateExecAction() public method

public CreateExecAction ( IAction act ) : IExecAction
act IAction
return IExecAction

CreateExecAction() public method

public CreateExecAction ( string path, string arguments = null, string workingDirectory = null ) : IExecAction
path string
arguments string
workingDirectory string
return IExecAction

CreateRepetitionPattern() public method

public CreateRepetitionPattern ( Microsoft.Win32.TaskScheduler.RepetitionPattern repetitionPattern ) : IRepetitionPattern
repetitionPattern Microsoft.Win32.TaskScheduler.RepetitionPattern
return IRepetitionPattern

CreateRootFolder() public method

public CreateRootFolder ( ) : ITaskFolder
return ITaskFolder

CreateRootFolder() public method

public CreateRootFolder ( Microsoft.Win32.TaskScheduler.TaskFolder taskFolder ) : ITaskFolder
taskFolder Microsoft.Win32.TaskScheduler.TaskFolder
return ITaskFolder

CreateTask() public method

public CreateTask ( Microsoft.Win32.TaskScheduler.Task task ) : IDev2Task
task Microsoft.Win32.TaskScheduler.Task
return IDev2Task

CreateTaskCollection() public method

public CreateTaskCollection ( TaskCollection taskCollection ) : ITaskCollection
taskCollection TaskCollection
return ITaskCollection

CreateTaskDefinition() public method

public CreateTaskDefinition ( Microsoft.Win32.TaskScheduler.TaskDefinition taskDefinition ) : IDev2TaskDefinition
taskDefinition Microsoft.Win32.TaskScheduler.TaskDefinition
return IDev2TaskDefinition

CreateTaskEvent() public method

public CreateTaskEvent ( TaskEvent currentEvent ) : ITaskEvent
currentEvent TaskEvent
return ITaskEvent

CreateTaskEventLog() public method

public CreateTaskEventLog ( string taskPath ) : ITaskEventLog
taskPath string
return ITaskEventLog

CreateTaskEventLog() public method

public CreateTaskEventLog ( string taskPath, System.DateTime startDate ) : ITaskEventLog
taskPath string
startDate System.DateTime
return ITaskEventLog

CreateTaskService() public method

public CreateTaskService ( Microsoft.Win32.TaskScheduler.TaskService taskService ) : IDev2TaskService
taskService Microsoft.Win32.TaskScheduler.TaskService
return IDev2TaskService

CreateTaskService() public method

public CreateTaskService ( string targetServer, string userName, string accountDomain, string password, bool forceV1 ) : IDev2TaskService
targetServer string
userName string
accountDomain string
password string
forceV1 bool
return IDev2TaskService

CreateTaskService() public method

public CreateTaskService ( ) : Microsoft.Win32.TaskScheduler.TaskService
return Microsoft.Win32.TaskScheduler.TaskService

CreateTaskSettings() public method

public CreateTaskSettings ( Microsoft.Win32.TaskScheduler.TaskSettings taskSettings ) : ITaskSettings
taskSettings Microsoft.Win32.TaskScheduler.TaskSettings
return ITaskSettings

CreateTrigger() public method

public CreateTrigger ( Microsoft.Win32.TaskScheduler.Trigger trigger ) : ITrigger
trigger Microsoft.Win32.TaskScheduler.Trigger
return ITrigger

CreateTriggerCollection() public method

public CreateTriggerCollection ( TriggerCollection triggerCollection ) : ITriggerCollection
triggerCollection TriggerCollection
return ITriggerCollection

SanitiseTrigger() public method

public SanitiseTrigger ( ITrigger resource ) : ITrigger
resource ITrigger
return ITrigger