Interface IHistoryEditor
public interface IHistoryEditor
Methods
DeleteVersions(params uint[])
Delete the specified versions
Task DeleteVersions(params uint[] sequenceNumber)
Parameters
sequenceNumberuint[]
Returns
NameVersion(uint, string)
Set or change the name of the specified version
void NameVersion(uint sequenceNumber, string versionName)
Parameters
OptimizeHistory()
Task OptimizeHistory()
Returns
ProcessEvents(EditorController, IReadOnlyList<IEvent>)
Add new events to the history managed by this editor, sending them through the GUI controller as necessary
void ProcessEvents(EditorController c, IReadOnlyList<IEvent> events)
Parameters
cEditorControllereventsIReadOnlyList<IEvent>
ViewVersion(uint)
Task ViewVersion(uint sequenceNumber)
Parameters
sequenceNumberuint