DevForce Help Reference
EntityAspect Class Properties


For a list of all members of this type, see EntityAspect members.

Public Properties
 NameDescription
Public PropertyEntity Returns the wrapped entity.  
Public PropertyEntityGroupThe EntityGroup that this Entity belongs to.  
Public PropertyEntityKeyThe EntityKey for this entity.  
Public PropertyEntityManagerThe EntityManager that manages this entity.  
Public PropertyEntityMetadataThe EntityMetadata for this Entity.  
Public PropertyEntitySetName The name of the Entity Framework EntitySet containing this entity.  
Public PropertyEntityStateThe EntityState of this entity.  
Public PropertyIsChanged Whether any changes have been made to this entity.  
Public PropertyIsNullEntity Returns whether the current instance is a null entity.  
Public PropertyIsNullOrPendingEntity Returns whether the current instance is a null entity or a pending entity.  
Public PropertyIsPendingEntity Returns whether the current instance is a pending entity.  
Public PropertySerializationContext For internal use only.  
Public PropertyValidationErrors A collection of verification errors currently present on the associated Entity.  
Public PropertyVerifierEngineGets the IdeaBlade.Validation.VerifierEngine shared by all entities within the same EntityManager.  
Top
See Also

Reference

EntityAspect Class
IdeaBlade.EntityModel Namespace
EntityManager Class
EntityQuery Class
IEntity Interface

Send Feedback