메소드 | 설명 | |
---|---|---|
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 | ||
리턴 |
public GetParameter ( string parameterName, object obj ) : object | ||
parameterName | string | |
obj | object | |
리턴 | object |
public GetParameters ( string name, object obj ) : |
||
name | string | |
obj | object | |
리턴 |
public GetStrategyParameter ( string parameterName, object obj ) : object | ||
parameterName | string | |
obj | object | |
리턴 | object |
public GetStrategyParameters ( string name, object obj ) : |
||
name | string | |
obj | object | |
리턴 |
public SetParameter ( string parameterName, object obj, object value ) : void | ||
parameterName | string | |
obj | object | |
value | object | |
리턴 | void |
public SetParameters ( |
||
parameters | ||
obj | object | |
리턴 | void |
public SetStrategyParameter ( string parameterName, object obj, object value ) : void | ||
parameterName | string | |
obj | object | |
value | object | |
리턴 | void |
public SetStrategyParameters ( |
||
parameters | ||
obj | object | |
리턴 | void |