IdeaBlade DevForce 2010 Help Reference
EntityAspectExtensions Class Members
See Also  Methods  Send Feedback
IdeaBlade.EntityModel Assembly > IdeaBlade.EntityModel.Extensions Namespace : EntityAspectExtensions Class


The following tables list the members exposed by EntityAspectExtensions.

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 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 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 AcceptChanges 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

© 2013 All Rights Reserved.