DevForce Help Reference
Entity Class Members
Properties  Methods  Events


The following tables list the members exposed by Entity.

Public Properties
 NameDescription
Public PropertyEntityAspect The EntityAspect associated with this Entity. All DevForce services are available via the EntityAspect.  
Top
Public Methods
 NameDescription
Public MethodCompareToBase implementation of System.IComparable.CompareTo(System.Object).  
Public MethodEquals (Inherited from object)
Public MethodGetHashCode (Inherited from object)
Public MethodGetType (Inherited from object)
Public MethodToString (Inherited from object)
Top
Protected Methods
 NameDescription
Protected MethodBeginEditCore Method that can be overridden to participate in IEditableObject lifecycle. Base implementation should be called when overriding this method.  
Protected MethodCancelEditCore Method that can be overridden to participate in IEditableObject lifecycle. Base implementation should be called when overriding this method.  
Protected MethodEndEditCore Method that can be overridden to participate in IEditableObject lifecycle. Base implementation should be called when overriding this method.  
Protected MethodFinalize (Inherited from object)
Protected MethodMemberwiseClone (Inherited from object)
Top
Extension Methods
 NameDescription
Public Extension MethodToQueryOverloaded.  Returns an EntityQuery which can be used to query for this entity.
Top
Public Events
 NameDescription
Public EventPropertyChanged Fired whenever a property value on this Entity changes.  
Top
See Also

Reference

Entity Class
IdeaBlade.EntityModel Namespace
EntityManager Class
EntityQuery Class
EntityGroup Class

Send Feedback