ReferencePropertyValue Class |
Namespace: Omada.OE.Model
[SerializableAttribute] public class ReferencePropertyValue : IObjectWithId, IReferencePropertyValue, ICloneable
The ReferencePropertyValue type exposes the following members.
| Name | Description | |
|---|---|---|
| ReferencePropertyValue(ReferencePropertyValue) |
Constuct the object using another ReferencePropertyValue object
| |
| ReferencePropertyValue(ReferenceProperty, Int32) |
Construct the object with the property and the ID of the referred object.
| |
| ReferencePropertyValue(ReferenceProperty, Int32, String) |
Construct the object with the property, the referred object and the display name of the referred object
| |
| ReferencePropertyValue(ReferenceProperty, Int32, String, Boolean) |
Construct the object with the property, the referred object and the display name of the referred object
|
| Name | Description | |
|---|---|---|
| Attributes |
Collection rummer attribut værdier tilknyttet det refererede dataobjekt.
Collection rummer en entry for hver attribut-property, der er defineret på reference property'en.
Collection er sorteret på vorder.
| |
| DataObjectId |
Id of the referred data object.
| |
| Deleted |
If true, the referred data object is deleted
| |
| DisplayName |
DisplayName of the referenced DataObject
| |
| Id |
The DataObject ID of the referenced object
| |
| Value |
String represenation of the referred DataObject.
The value is always the DisplayName of the object.
The value is stored on the database for sorting and for search.
|
| Name | Description | |
|---|---|---|
| Clone | ||
| IsEqualTo |
Compares to ReferencePropertyValue objects based on the ID of the referred object and each attribute value
| |
| ToString |
Returns the display name of the referred object
(Overrides ObjectToString.) |
| 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.) |
| Name | Description | |
|---|---|---|
| IObjectWithId.GetId |