DevForce Help Reference
EntityAspectExtensions Class Methods


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

Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)AcceptChanges Accepts all changes to this Entity, returning the EntityState to Unchanged.  
Public Methodstatic (Shared in Visual Basic)AddToManagerAdds a newly created entity to its associated IdeaBlade.EntityModel.EntityManager.  
Public Methodstatic (Shared in Visual Basic)DeleteMarks this Entity for deletion; the IdeaBlade.EntityModel.EntityState becomes "Deleted".  
Public MethodEquals (Inherited from object)
Public Methodstatic (Shared in Visual Basic)GetEntityGroupThe IdeaBlade.EntityModel.EntityGroup that this Entity belongs to.  
Public Methodstatic (Shared in Visual Basic)GetEntityKeyThe IdeaBlade.EntityModel.EntityKey for this entity.  
Public Methodstatic (Shared in Visual Basic)GetEntityManagerThe IdeaBlade.EntityModel.EntityManager that manages this entity.  
Public Methodstatic (Shared in Visual Basic)GetEntityMetadataThe IdeaBlade.EntityModel.EntityMetadata for this Entity.  
Public Methodstatic (Shared in Visual Basic)GetEntitySetName The name of the Entity Framework EntitySet containing this entity.  
Public Methodstatic (Shared in Visual Basic)GetEntityStateThe IdeaBlade.EntityModel.EntityState of this entity.  
Public MethodGetHashCode (Inherited from object)
Public Methodstatic (Shared in Visual Basic)GetRelatedEntitiesOverloaded. Returns all related entities via the specified IdeaBlade.EntityModel.EntityRelationLink.  
Public Methodstatic (Shared in Visual Basic)GetRelatedEntityOverloaded. Returns the related entity via a IdeaBlade.EntityModel.EntityRelationLink.  
Public MethodGetType (Inherited from object)
Public Methodstatic (Shared in Visual Basic)IsNullEntity Returns whether the current instance is a null entity.  
Public Methodstatic (Shared in Visual Basic)IsNullOrPendingEntity Returns whether the current instance is a null entity or a pending entity.  
Public Methodstatic (Shared in Visual Basic)IsPendingEntity Returns whether the current instance is a pending entity.  
Public Methodstatic (Shared in Visual Basic)RejectChangesRejects (rolls back) all changes to this Entity since it was queried or had IdeaBlade.EntityModel.Extensions.EntityAspectExtensions.AcceptChanges(IdeaBlade.EntityModel.EntityAspect) called on it.  
Public Methodstatic (Shared in Visual Basic)RemoveFromManagerOverloaded.  Removes the entity from the EntityManager cache.  
Public MethodToString (Inherited from object)
Top
Protected Methods
 NameDescription
Protected MethodFinalize (Inherited from object)
Protected MethodMemberwiseClone (Inherited from object)
Top
See Also

Reference

EntityAspectExtensions Class
IdeaBlade.EntityModel.Extensions Namespace
System.Linq

Send Feedback