Méthode | Description | |
---|---|---|
Eval ( object container, string propertyOrField ) : object | ||
ParamsToParameterSet ( object data, bool addWithIndex = false ) : ParameterSet |
Converts an object to a parameter set.
|
public static Eval ( object container, string propertyOrField ) : object | ||
container | object | |
propertyOrField | string | |
Résultat | object |
public static ParamsToParameterSet ( object data, bool addWithIndex = false ) : ParameterSet | ||
data | object | The object to convert. |
addWithIndex | bool | if set to |
Résultat | ParameterSet |