ChangeTrackingModelBase Properties

The ChangeTrackingModelBase type exposes the following members.

Properties


  Name Description
Public property HasErrors
Returns True if there are any errors.
(Inherited from AbstractModelBase.)
Public property IsChanged
Returns True if any fields were modified since the last call to AcceptChanges. This does walks the object graph for changes in child objects as well.
Public property IsChangedLocal
Returns True if any fields were modified since the last call to AcceptChanges. This does not walk the object graph.
Protected property Properties
Returns the underlying property bag
(Inherited from AbstractModelBase<(Of <(<'TPropertyTracking>)>)>.)