ReferencePropertyValuesContainer Class | 
Namespace: Omada.OE.Model
public class ReferencePropertyValuesContainer
The ReferencePropertyValuesContainer type exposes the following members.
| Name | Description | |
|---|---|---|
| ReferencePropertyValuesContainer | 
            Default constructor used when composing from a DataObject object or from an XmlReader
              | |
| ReferencePropertyValuesContainer(String, String) | 
            Construct the object with existing xml value.
              | 
| Name | Description | |
|---|---|---|
| DisplayName | 
            The default display for the reference
              | |
| Value | 
            The transport safe value
              | 
| Name | Description | |
|---|---|---|
| AddReference | 
            Adds a reference with an attribute value 
              | |
| ReadXml | 
            Initializes the object from the provided xml reader
              | |
| WriteXml | 
            Composes the xml string for the object and writes it to the xml writer.
              | 
| Name | Description | |
|---|---|---|
| Values | 
            Dictionary of references to DataObject (Guid). The value is a Dictionary of attribute values (Property UID) and string encoded value)
              | 
| Name | Description | |
|---|---|---|
| ToBool | 
            Converts object to boolean.
              (Defined by ObjectExtensions.) | |
| ToDateTime | 
            Converts object to DateTime.
              (Defined by ObjectExtensions.) | |
| ToInt | 
            Converts object to integer.
              (Defined by ObjectExtensions.) |