A Sandcastle Documented Class Library
ResetMode Enumeration
NamespacesGemli.DataResetMode
Describes the extent or kind of reset to perform on a DataModel.
Declaration Syntax
C#Visual BasicVisual C++
public enum ResetMode
Public Enumeration ResetMode
public enum class ResetMode
Members
MemberDescription
RevertNotDirty
Restores the field values since the last Save and sets the IsDirty flag to false.

RetainNotDirty
Keeps the current field values but sets the IsDirty flag to false.

ClearAndNew
Clears the current field values completely and sets the IsNew flag to true.

Assembly: Gemli.Data (Module: Gemli.Data) Version: 0.9.0.0 (0.9.0.0)