Table of Contents

Class TagModelV1Event

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

Constructors

TagModelV1Event(string, Optional<string>)

public TagModelV1Event(string key, Optional<string> value = default)

Parameters

key string
value Optional<string>

Fields

Key

public readonly string Key

Field Value

string

Value

public readonly Optional<string> Value

Field Value

Optional<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