Click or drag to resize

ReferencePropertyValue Constructor (ReferenceProperty, Int32, String, Boolean)

Construct the object with the property, the referred object and the display name of the referred object

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public ReferencePropertyValue(
	ReferenceProperty referenceProperty,
	int referredDataObjectId,
	string referredDataObject,
	bool isDeletedValue
)

Parameters

referenceProperty
Type: Omada.OE.ModelReferenceProperty
referredDataObjectId
Type: SystemInt32
referredDataObject
Type: SystemString
isDeletedValue
Type: SystemBoolean
If true, the referred object has been deleted
See Also