Table of Contents

Class EphemeralVersionV1Event

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

Constructors

EphemeralVersionV1Event(uint, DateTime)

public EphemeralVersionV1Event(uint sequence, DateTime timestamp)

Parameters

sequence uint
timestamp DateTime

Fields

Sequence

public readonly uint Sequence

Field Value

uint

Timestamp

public readonly DateTime Timestamp

Field Value

DateTime

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