Overload List

  NameDescription
Public methodStatic memberSetProperties(Object, StringDictionary)
Sets the public properties of a target object using a string map. This method uses .Net reflection to identify public properties of the target object matching the keys from the passed map.
Public methodStatic memberSetProperties(Object, StringDictionary, String)
Sets the public properties of a target object using a string map. This method uses .Net reflection to identify public properties of the target object matching the keys from the passed map.

See Also