RingSoft.DbLookup.Controls.WPF.Properties Namespace
RingSoft.DbMaintenance Namespace

DbMaintenanceViewModelBase..::..RecordDirty Property

Gets or sets a value indicating whether the user has changed the data on this record and has yet to save.

Namespace:  RingSoft.DbMaintenance
Assembly:  RingSoft.DbMaintenance (in RingSoft.DbMaintenance.dll)

Syntax


public bool RecordDirty { get; set; }
Public Property RecordDirty As Boolean
	Get
	Set
public:
property bool^ RecordDirty {
	bool^ get ();
	void set (bool^ value);
}

Field Value

true if there are unsaved changes in this record; otherwise, false.