Interface IEditable
Controls an editable snapshot.
public interface IEditable
- Extension Methods
Properties
IsEditing
Gets whether an edit snapshot exists.
bool IsEditing { get; }
Property Value
Methods
CancelEdit()
Discards the current edit snapshot.
bool CancelEdit()
Returns
ConfirmEdit()
Accepts the current edit snapshot.
bool ConfirmEdit()
Returns
EnsureEditing()
Ensures that an edit snapshot exists.
bool EnsureEditing()