IsDirty property

bool IsDirty
Gets a value indicating whether the object has been modified and should be saved.

Implementation

bool get IsDirty {
  return this.PropertyBag.IsDirty;
}