Describes the extent or kind of reset to perform on a DataModel.
| C# | Visual Basic | Visual C++ |
public enum ResetMode
Public Enumeration ResetMode
public enum class ResetMode
| Member | Description |
|---|---|
| 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.
|