Click or drag to resize

ReferencePropertyValuesContainer Class

Container class for ReferencePropertyValues with attributes used by the configuration logging system
Inheritance Hierarchy
SystemObject
  Omada.OE.ModelReferencePropertyValuesContainer

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public class ReferencePropertyValuesContainer

The ReferencePropertyValuesContainer type exposes the following members.

Constructors
  NameDescription
Public methodReferencePropertyValuesContainer
Default constructor used when composing from a DataObject object or from an XmlReader
Public methodReferencePropertyValuesContainer(String, String)
Construct the object with existing xml value.
Top
Properties
  NameDescription
Public propertyDisplayName
The default display for the reference
Public propertyValue
The transport safe value
Top
Methods
  NameDescription
Public methodAddReference
Adds a reference with an attribute value
Public methodReadXml
Initializes the object from the provided xml reader
Public methodWriteXml
Composes the xml string for the object and writes it to the xml writer.
Top
Fields
  NameDescription
Public fieldValues
Dictionary of references to DataObject (Guid). The value is a Dictionary of attribute values (Property UID) and string encoded value)
Top
Extension Methods
  NameDescription
Public Extension MethodToBool
Converts object to boolean.
(Defined by ObjectExtensions.)
Public Extension MethodToDateTime
Converts object to DateTime.
(Defined by ObjectExtensions.)
Public Extension MethodToInt
Converts object to integer.
(Defined by ObjectExtensions.)
Top
See Also