Метод | Описание | |
---|---|---|
FillCustomProperty ( object target, string targetPropertyName, string keyAndConfiguration ) : void | ||
FillProperties ( object target, object>.Dictionary |
||
FillProperty ( object target, string targetPropertyName, object value ) : void | ||
PropertyBuilder ( ) : System |
Метод | Описание | |
---|---|---|
FlattenToStringDictionary ( object input ) : string>.Dictionary |
||
SplitCustomPropertyConfiguration ( string raw, string &key, string &configuration ) : void |
public FillCustomProperty ( object target, string targetPropertyName, string keyAndConfiguration ) : void | ||
target | object | |
targetPropertyName | string | |
keyAndConfiguration | string | |
Результат | void |
public FillProperties ( object target, object>.Dictionary |
||
target | object | |
propertyDescriptions | object>.Dictionary | |
Результат | void |
public FillProperty ( object target, string targetPropertyName, object value ) : void | ||
target | object | |
targetPropertyName | string | |
value | object | |
Результат | void |