Table of Contents

Interface IEditable

Namespace
Rinku.Tracking
Assembly
Rinku.dll

Controls an editable snapshot.

public interface IEditable
Extension Methods

Properties

IsEditing

Gets whether an edit snapshot exists.

bool IsEditing { get; }

Property Value

bool

Methods

CancelEdit()

Discards the current edit snapshot.

bool CancelEdit()

Returns

bool

ConfirmEdit()

Accepts the current edit snapshot.

bool ConfirmEdit()

Returns

bool

EnsureEditing()

Ensures that an edit snapshot exists.

bool EnsureEditing()

Returns

bool