C# Class Dev2.TaskScheduler.Wrappers.Dev2ActionCollection

Inheritance: IActionCollection
Afficher le fichier Open project: Warewolf-ESB/Warewolf

Méthodes publiques

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

Private Methods

Méthode Description
IEnumerable ( ) : IEnumerator

Method Details

Add() public méthode

public Add ( IAction action ) : IAction
action IAction
Résultat IAction

ContainsType() public méthode

public ContainsType ( Type actionType ) : bool
actionType System.Type
Résultat bool

Dev2ActionCollection() public méthode

public Dev2ActionCollection ( ITaskServiceConvertorFactory taskServiceConvertorFactory, ActionCollection nativeInstance ) : System
taskServiceConvertorFactory ITaskServiceConvertorFactory
nativeInstance ActionCollection
Résultat System

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GetEnumerator() public méthode

public GetEnumerator ( ) : IEnumerator
Résultat IEnumerator