Click or drag to resize

ReferencePropertyValue Constructor (ReferenceProperty, Int32)

Construct the object with the property and the ID 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
)

Parameters

referenceProperty
Type: Omada.OE.ModelReferenceProperty
referredDataObjectId
Type: SystemInt32
See Also