NodeEntityReference Class | 
Namespace: SD.LLBLGen.Pro.ORMSupportClasses
The NodeEntityReference type exposes the following members.
| Name | Description | |
|---|---|---|
| NodeEntityReference | Initializes a new instance of the NodeEntityReference class  | 
| Name | Description | |
|---|---|---|
| IsCollectionAdd | 
            If set to true, this reference is not a property set but a collection add. Collection to add to is referenced
            by PropertyHoldingInstance
              | |
| ObjectID | 
            The ObjectID of the entity object to set as value of the ReferencingProperty
              | |
| Position | 
            The position in an entitycollection on which the node entity reference was encountered. Not valid if IsCollectionAdd is false.
              | |
| PropertyHoldingInstance | 
            The instance holding the ReferenceingProperty.
              | |
| ReferencingProperty | 
            The property descriptor of the property to set to the instance with the ObjectID stored in ObjectID. When null, SetterFunc is used.
              | |
| SetterFunc | 
            The func to use for setting the destination for the entity. Used when ReferencingProperty is null.
              | 
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object.  (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.  (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function.   (Inherited from Object.) | |
| GetType | Gets the Type of the current instance.  (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object.  (Inherited from Object.) | |
| SetEntity | 
            Sets the entity reference.
              | |
| ToString | Returns a string that represents the current object.  (Inherited from Object.) |