|
|
XDisplay
|
The XDisplayProperties type exposes the following members.
| Name | Description | |
|---|---|---|
|
|
AsString | Returns all props as \n delimited string |
|
|
Deserialize | Deserializes the string of joined DotPath=Value properties into property values. |
|
|
DeserializeProp | Deserializes a single property dotpath and string representation of a property value. |
|
|
GetProp | Gets the value of a dotpath property. |
|
|
Serialize | Serializes properties to a joined string. All serializable properties in the nest of classes are converted into tokens of the form DotPath=Value and joined together into a single string. |
|
|
SetProp | Deserializes a single property dotpath and property object value. |
|
|
SetPropFromString | Deserializes a single property dotpath and property string value. |