Method | Description | |
---|---|---|
Decorator ( CanRunDecoratorDelegate runFunc, Composite child ) : System | ||
Decorator ( Composite child ) : System | ||
Decorator ( string name, CanRunDecoratorDelegate runFunc, Composite child ) : System | ||
Execute ( object context ) : IEnumerable |
||
Start ( object context ) : void |
Method | Description | |
---|---|---|
CanRun ( object context ) : bool |
public Decorator ( CanRunDecoratorDelegate runFunc, Composite child ) : System | ||
runFunc | CanRunDecoratorDelegate | |
child | Composite | |
return | System |
public Decorator ( Composite child ) : System | ||
child | Composite | |
return | System |
public Decorator ( string name, CanRunDecoratorDelegate runFunc, Composite child ) : System | ||
name | string | |
runFunc | CanRunDecoratorDelegate | |
child | Composite | |
return | System |
public Execute ( object context ) : IEnumerable |
||
context | object | |
return | IEnumerable |