The following tables list the members exposed by EntityAspectExtensions.
Name | Description | |
---|---|---|
![]() ![]() | AcceptChanges | Accepts all changes to this Entity, returning the EntityState to Unchanged. |
![]() ![]() | AddToManager | Adds a newly created entity to its associated EntityManager. |
![]() ![]() | Delete | Marks this Entity for deletion; the IdeaBlade.EntityModel.EntityState becomes "Deleted". |
![]() | Equals | (Inherited from object) |
![]() ![]() | GetEntityGroup | The IdeaBlade.EntityModel.EntityGroup that this Entity belongs to. |
![]() ![]() | GetEntityKey | The IdeaBlade.EntityModel.EntityKey for this entity. |
![]() ![]() | GetEntityManager | The EntityManager that manages this entity. |
![]() ![]() | GetEntityMetadata | The IdeaBlade.EntityModel.EntityMetadata for this Entity. |
![]() ![]() | GetEntitySetName | The name of the Entity Framework EntitySet containing this entity. |
![]() ![]() | GetEntityState | The IdeaBlade.EntityModel.EntityState of this entity. |
![]() | GetHashCode | (Inherited from object) |
![]() ![]() | GetRelatedEntities | Overloaded. Returns all related entities via the specified IdeaBlade.EntityModel.EntityRelationLink. |
![]() ![]() | GetRelatedEntity | Overloaded. Returns the related entity via a IdeaBlade.EntityModel.EntityRelationLink. |
![]() | GetType | (Inherited from object) |
![]() ![]() | IsNullEntity | Returns whether the current instance is a null entity. |
![]() ![]() | IsNullOrPendingEntity | Returns whether the current instance is a null entity or a pending entity. |
![]() ![]() | IsPendingEntity | Returns whether the current instance is a pending entity. |
![]() ![]() | RejectChanges | Rejects (rolls back) all changes to this Entity since it was queried or had AcceptChanges called on it. |
![]() ![]() | RemoveFromManager | Overloaded. Removes the entity from the EntityManager cache. |
![]() | ToString | (Inherited from object) |
Name | Description | |
---|---|---|
![]() | Finalize | (Inherited from object) |
![]() | MemberwiseClone | (Inherited from object) |