Table of Contents

Class EventTypeId

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

Represents the concept of the unique identifier of a type of event.

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

Constructors

EventTypeId(string)

Represents the concept of the unique identifier of a type of event.

public EventTypeId(string Value)

Parameters

Value string

Actual value.

Fields

Unknown

Represents the identifier for an unknown event type.

public static readonly EventTypeId Unknown

Field Value

EventTypeId

Operators

implicit operator EventTypeId(string)

Implicitly convert from string to EventTypeId.

public static implicit operator EventTypeId(string id)

Parameters

id string

String to convert from.

Returns

EventTypeId