Interface ITrackable
- Namespace
- RadioExt_Helper.utility
- Assembly
- RadioExt-Helper.dll
Interface for trackable objects.
public interface ITrackable
Properties
IsPendingSave
Get a value indicating whether the object has pending changes.
bool IsPendingSave { get; }
Property Value
Methods
AcceptChanges()
Defines the method to accept changes to the object.
void AcceptChanges()
CheckPendingSaveStatus()
Defines the method to check if the object has pending changes.
bool CheckPendingSaveStatus()
Returns
DeclineChanges()
Defines the method to decline changes to the object.
void DeclineChanges()