Table of Contents

Class TagAttributeV1Event

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

Constructors

TagAttributeV1Event(Guid, string, Optional<string>)

public TagAttributeV1Event(Guid iD, string key, Optional<string> value = default)

Parameters

iD Guid
key string
value Optional<string>

Fields

ID

public readonly Guid ID

Field Value

Guid

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