The EntityAspect type exposes the following members.
Properties
Name | Description | |
---|---|---|
Entity |
The Entity that this aspect is associated with.
|
|
EntityKey |
Returns the EntityKey for the associated Entity.
|
|
EntityManager |
The EntityManager that manages this entity.
|
|
EntityState |
Returns the EntityState for the associated Entity.
(Overrides StructuralAspectEntityState.) |
|
EntityType | ||
EntityVersion |
Returns the EntityVersion for the associated Entity.
(Overrides StructuralAspectEntityVersion.) |
|
HasTemporaryKey |
Whether the associated Entity has a 'temporary' EntityKey. i.e. one that will change after
a successful save.
|
|
Initialized | (Inherited from StructuralAspect.) | |
IsAttached |
Whether this entity is attached to an EntityManager.
|
|
IsChanged |
Whether any changes have been made to this entity.
|
|
IsDetached |
Whether this entity is detached from an EntityManager.
|
|
IsNullEntity |
Returns whether the current instance is a null entity.
|
|
OriginalValuesMap | (Inherited from StructuralAspect.) | |
PreproposedValuesMap | (Inherited from StructuralAspect.) | |
StructuralType |
The StructuralType associated with this Entity.
(Overrides StructuralAspectStructuralType.) |
|
ValidationErrors |
See Also