Method | Description | |
---|---|---|
Aggregate ( |
||
GetParameter ( string parameterName, object obj ) : object | ||
GetParameters ( string name, object obj ) : |
||
GetStrategyParameter ( string parameterName, object obj ) : object | ||
GetStrategyParameters ( string name, object obj ) : |
||
SetParameter ( string parameterName, object obj, object value ) : void | ||
SetParameters ( |
||
SetStrategyParameter ( string parameterName, object obj, object value ) : void | ||
SetStrategyParameters ( |
public Aggregate ( |
||
list1 | ||
list2 | ||
return |
public GetParameter ( string parameterName, object obj ) : object | ||
parameterName | string | |
obj | object | |
return | object |
public GetParameters ( string name, object obj ) : |
||
name | string | |
obj | object | |
return |
public GetStrategyParameter ( string parameterName, object obj ) : object | ||
parameterName | string | |
obj | object | |
return | object |
public GetStrategyParameters ( string name, object obj ) : |
||
name | string | |
obj | object | |
return |
public SetParameter ( string parameterName, object obj, object value ) : void | ||
parameterName | string | |
obj | object | |
value | object | |
return | void |
public SetParameters ( |
||
parameters | ||
obj | object | |
return | void |
public SetStrategyParameter ( string parameterName, object obj, object value ) : void | ||
parameterName | string | |
obj | object | |
value | object | |
return | void |
public SetStrategyParameters ( |
||
parameters | ||
obj | object | |
return | void |