EntityAspect Methods Breeze.sharp

The EntityAspect type exposes the following members.

Methods

  Name Description
Public method AcceptChanges
Public method Attach
Adds a newly created entity to its associated EntityManager.
Public method Delete
Marks this Entity for deletion; the EntityState becomes "Deleted".
Public method Detach
Removes the entity from the EntityManager cache.
Public method Equals (Overrides ObjectEquals(Object).)
Public method ForceEntityPropertyChanged
Forces a PropertyChanged event to be fired.
Public method GetHashCode (Overrides ObjectGetHashCode.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method GetValidationErrors (Overrides StructuralAspectGetValidationErrors(String).)
Public method GetValue(String) (Inherited from StructuralAspect.)
Public method GetValue(StructuralProperty) (Inherited from StructuralAspect.)
Public method GetValue(DataProperty, EntityVersion) (Inherited from StructuralAspect.)
Public method HasChanges
Determines whether this entity has any pending changes.
Public method LoadNavigationProperty(String)
Public method LoadNavigationProperty(NavigationProperty)
Public method RejectChanges
Rejects (rolls back) all changes to this Entity since it was queried or had AcceptChanges called on it.
Public method SetValue(String, Object) (Overrides StructuralAspectSetValue(String, Object).)
Public method SetValue(StructuralProperty, Object)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object.)
Public method Validate (Inherited from StructuralAspect.)
Public method ValidateProperty (Inherited from StructuralAspect.)
Top
See Also

Reference