C# 클래스 Dev2.TaskScheduler.Wrappers.TaskServiceConvertorFactory

상속: ITaskServiceConvertorFactory
파일 보기 프로젝트 열기: Warewolf-ESB/Warewolf 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
ExtractDelay ( ITriggerDelay resource, ITriggerDelay trigger ) : void

메소드 상세

CreateAction() 공개 메소드

public CreateAction ( Microsoft action ) : IAction
action Microsoft
리턴 IAction

CreateActionCollection() 공개 메소드

public CreateActionCollection ( ActionCollection actionCollection ) : IActionCollection
actionCollection ActionCollection
리턴 IActionCollection

CreateExecAction() 공개 메소드

public CreateExecAction ( IAction act ) : IExecAction
act IAction
리턴 IExecAction

CreateExecAction() 공개 메소드

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

CreateRepetitionPattern() 공개 메소드

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

CreateRootFolder() 공개 메소드

public CreateRootFolder ( ) : ITaskFolder
리턴 ITaskFolder

CreateRootFolder() 공개 메소드

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

CreateTask() 공개 메소드

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

CreateTaskCollection() 공개 메소드

public CreateTaskCollection ( TaskCollection taskCollection ) : ITaskCollection
taskCollection TaskCollection
리턴 ITaskCollection

CreateTaskDefinition() 공개 메소드

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

CreateTaskEvent() 공개 메소드

public CreateTaskEvent ( TaskEvent currentEvent ) : ITaskEvent
currentEvent TaskEvent
리턴 ITaskEvent

CreateTaskEventLog() 공개 메소드

public CreateTaskEventLog ( string taskPath ) : ITaskEventLog
taskPath string
리턴 ITaskEventLog

CreateTaskEventLog() 공개 메소드

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

CreateTaskService() 공개 메소드

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

CreateTaskService() 공개 메소드

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

CreateTaskService() 공개 메소드

public CreateTaskService ( ) : Microsoft.Win32.TaskScheduler.TaskService
리턴 Microsoft.Win32.TaskScheduler.TaskService

CreateTaskSettings() 공개 메소드

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

CreateTrigger() 공개 메소드

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

CreateTriggerCollection() 공개 메소드

public CreateTriggerCollection ( TriggerCollection triggerCollection ) : ITriggerCollection
triggerCollection TriggerCollection
리턴 ITriggerCollection

SanitiseTrigger() 공개 메소드

public SanitiseTrigger ( ITrigger resource ) : ITrigger
resource ITrigger
리턴 ITrigger