EntityAspect Properties Breeze.sharp

The EntityAspect type exposes the following members.

Properties

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

Reference