Click or drag to resize

ReferencePropertyControlValue Class

The class represents a data object to be displayed as a value for a reference property GUI control.
Inheritance Hierarchy
SystemObject
  Omada.OE.ModelReferencePropertyControlValue

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
[SerializableAttribute]
public class ReferencePropertyControlValue : IObjectWithId

The ReferencePropertyControlValue type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyDisplayValue
The displayed value for the data object. DisplayValue is normally the DisplayName of the data object. This can, however, be overridden.
Public propertyId
Id of the data object being a value for the reference property.
Public propertyTypeId
Data object type id of the data object being a value for the reference property.
Public propertyUId
UId of the data object being a value for the reference property.
Top
Methods
  NameDescription
Public methodToString
Returns the DisplayName of the DataObject
(Overrides ObjectToString.)
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
Explicit Interface Implementations
  NameDescription
Explicit interface implementationPrivate methodIObjectWithId.GetId
Top
See Also