Table of Contents

Class Version

Namespace
The.Model.Snapshot
Assembly
Instagile.Model.dll
public sealed class Version
Inheritance
Version
Inherited Members

Constructors

Version(uint, string, bool)

public Version(uint seq, string desc, bool isEphemeral = false)

Parameters

seq uint
desc string
isEphemeral bool

Properties

IsEphemeral

True when this version was terminated by an ephemeral (unnamed) barrier event.

public bool IsEphemeral { get; }

Property Value

bool

Name

public string Name { get; }

Property Value

string

SequenceNumber

public uint SequenceNumber { get; }

Property Value

uint

Methods

Equals(object?)

public override bool Equals(object? obj)

Parameters

obj object

Returns

bool

GetHashCode()

public override int GetHashCode()

Returns

int

ToString()

public override string ToString()

Returns

string