| ReferenceInfo Constructor (Int32, Int32, ReferenceType, ReferenceDirection, Int32) |
Constructor
Namespace:
Omada.OE.Model
Assembly:
Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntaxpublic ReferenceInfo(
int sourceObjectId,
int referenceObjectId,
ReferenceType referenceType,
ReferenceDirection direction,
int referencePropertyId
)
Parameters
- sourceObjectId
- Type: SystemInt32
- referenceObjectId
- Type: SystemInt32
- referenceType
- Type: Omada.OE.ModelReferenceType
- direction
- Type: Omada.OE.ModelReferenceDirection
- referencePropertyId
- Type: SystemInt32
See Also