EntityRef<TEntity> Members
Include Protected Members
Include Inherited Members
Provides for deferred loading and relationship maintenance for the singleton side of a one-to-many relationship.
The EntityRef<TEntity> type exposes the following members.
Constructors
Name | Description | |
---|---|---|
EntityRef<TEntity> | Initializes a new instance of the EntityRef<TEntity> class. |
Top
Methods
Name | Description | |
---|---|---|
Clone | Creates a shallow copy of the EntityRef<TEntity>. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEntity | Returns the entity that is wrapped by this EntityRef<TEntity> object. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
SetEntity | Sets the entity to which this EntityRef<TEntity> refers. | |
ToString | (Inherited from Object.) |
Top
Events
Name | Description | |
---|---|---|
OnChanged | Raised after a change to this EntityRef<TEntity> object. | |
OnChanging | Raised before a change to this EntityRef<TEntity> object. | |
OnSync | Raised when the EntityRef<TEntity> object is synchronized with the entity it represents. |
Top