The following tables list the members exposed by Entity.
Name | Description | |
---|---|---|
![]() | EntityAspect | The EntityAspect associated with this Entity. All DevForce services are available via the EntityAspect. |
Name | Description | |
---|---|---|
![]() | CompareTo | Base implementation of System.IComparable.CompareTo(System.Object). |
![]() | Equals | (Inherited from object) |
![]() | GetHashCode | (Inherited from object) |
![]() | GetType | (Inherited from object) |
![]() | ToString | (Inherited from object) |
Name | Description | |
---|---|---|
![]() | BeginEditCore | Method that can be overridden to participate in IEditableObject lifecycle. Base implementation should be called when overriding this method. |
![]() | CancelEditCore | Method that can be overridden to participate in IEditableObject lifecycle. Base implementation should be called when overriding this method. |
![]() | EndEditCore | Method that can be overridden to participate in IEditableObject lifecycle. Base implementation should be called when overriding this method. |
![]() | Finalize | (Inherited from object) |
![]() | MemberwiseClone | (Inherited from object) |
Name | Description | |
---|---|---|
![]() | PropertyChanged | Fired whenever a property value on this Entity changes. |