Table of Contents

Class EventHash

Namespace
Cratis.Chronicle.Events
Assembly
Cratis.Chronicle.dll

Represents the hash of an event's content.

public record EventHash : ConceptAs<string>, IComparable<ConceptAs<string>>, IComparable<string>, IComparable, IEquatable<ConceptAs<string>>, IEquatable<EventHash>
Inheritance
EventHash
Implements
Inherited Members

Constructors

EventHash(string)

Represents the hash of an event's content.

public EventHash(string Value)

Parameters

Value string

The hash value.

Fields

NotSet

Gets the value when the hash is not set.

public static readonly EventHash NotSet

Field Value

EventHash

Operators

implicit operator EventHash(string)

Implicitly convert from string to EventHash.

public static implicit operator EventHash(string value)

Parameters

value string

Value to convert from.

Returns

EventHash