Table of Contents

Class VersionModel

Namespace
The.Model.Editor
Assembly
Instagile.Model.dll
public sealed class VersionModel
Inheritance
VersionModel
Inherited Members

Constructors

VersionModel(uint, IReadOnlyList<IEditorCommand>)

public VersionModel(uint sequenceNumber, IReadOnlyList<IEditorCommand> commands)

Parameters

sequenceNumber uint
commands IReadOnlyList<IEditorCommand>

VersionModel(uint, DateTime, IReadOnlyList<IEditorCommand>)

public VersionModel(uint sequenceNumber, DateTime timestamp, IReadOnlyList<IEditorCommand> commands)

Parameters

sequenceNumber uint
timestamp DateTime
commands IReadOnlyList<IEditorCommand>

VersionModel(uint, string, IReadOnlyList<IEditorCommand>)

public VersionModel(uint sequenceNumber, string name, IReadOnlyList<IEditorCommand> commands)

Parameters

sequenceNumber uint
name string
commands IReadOnlyList<IEditorCommand>

Properties

Commands

public IReadOnlyList<IEditorCommand> Commands { get; }

Property Value

IReadOnlyList<IEditorCommand>

IsFloating

public bool IsFloating { get; }

Property Value

bool

IsNamed

public bool IsNamed { get; }

Property Value

bool

Name

public string Name { get; }

Property Value

string

SequenceNumber

public uint SequenceNumber { get; }

Property Value

uint