C# Class Dev2.TaskScheduler.Wrappers.Dev2ActionCollection

Inheritance: IActionCollection
Mostrar archivo Open project: Warewolf-ESB/Warewolf

Public Methods

Method Description
Add ( IAction action ) : IAction
ContainsType ( Type actionType ) : bool
Dev2ActionCollection ( ITaskServiceConvertorFactory taskServiceConvertorFactory, ActionCollection nativeInstance ) : System
Dispose ( ) : void
GetEnumerator ( ) : IEnumerator

Private Methods

Method Description
IEnumerable ( ) : IEnumerator

Method Details

Add() public method

public Add ( IAction action ) : IAction
action IAction
return IAction

ContainsType() public method

public ContainsType ( Type actionType ) : bool
actionType System.Type
return bool

Dev2ActionCollection() public method

public Dev2ActionCollection ( ITaskServiceConvertorFactory taskServiceConvertorFactory, ActionCollection nativeInstance ) : System
taskServiceConvertorFactory ITaskServiceConvertorFactory
nativeInstance ActionCollection
return System

Dispose() public method

public Dispose ( ) : void
return void

GetEnumerator() public method

public GetEnumerator ( ) : IEnumerator
return IEnumerator