Click or drag to resize

IReferencePropertyValue Interface

The interfaces gives a simple access to core properties of a reference property value. A reference property value is a data object which is referred by another data object through a specific reference property.

Namespace:  Omada.OE.Model.Public
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public interface IReferencePropertyValue

The IReferencePropertyValue type exposes the following members.

Properties
  NameDescription
Public propertyDisplayName
States the DisplayName of the referred data object.
Public propertyId
States the Id of the referred data object.
Top
See Also