Table of Contents

Class NamedSnapshotV1Event

Namespace
The.Model.History
Assembly
Instagile.Model.dll
public sealed class NamedSnapshotV1Event : IEvent
Inheritance
NamedSnapshotV1Event
Implements
Inherited Members
Extension Methods

Constructors

NamedSnapshotV1Event(string)

[Obsolete("V1 is deprecated from model version 6.")]
public NamedSnapshotV1Event(string name)

Parameters

name string

Fields

Name

public readonly string Name

Field Value

string

Methods

Equals(object?)

public override bool Equals(object? o)

Parameters

o object

Returns

bool

GetHashCode()

public override int GetHashCode()

Returns

int

ToCode()

public string ToCode()

Returns

string

ToString()

public override string ToString()

Returns

string