ReferenceInfo Class | 
Namespace: Omada.OE.Model
[SerializableAttribute] public class ReferenceInfo : IObjectWithId, ICloneable
The ReferenceInfo type exposes the following members.
| Name | Description | |
|---|---|---|
| ReferenceInfo(Int32, Int32, ReferenceType, ReferenceDirection) | 
            Constructor
              | |
| ReferenceInfo(Int32, Int32, ReferenceType, ReferenceDirection, Int32) | 
            Constructor
              | 
| Name | Description | |
|---|---|---|
| Direction | 
            The direction of the reference
              | |
| ReferenceObjectId | 
            The referred object
              | |
| ReferencePropertyId | 
            The reference property ID
              | |
| ReferenceType | 
            The type of reference
              | |
| SourceObjectId | 
            The source of the object
              | 
| 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 |