Table of Contents

Class EventSourceType

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

Represents the identifier for an event source type.

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

Constructors

EventSourceType(string)

Represents the identifier for an event source type.

public EventSourceType(string Value)

Parameters

Value string

Actual value.

Fields

Default

Gets the default EventSourceType.

public static readonly EventSourceType Default

Field Value

EventSourceType

Unspecified

Gets the representation of an unspecified EventSourceType.

public static readonly EventSourceType Unspecified

Field Value

EventSourceType

Operators

implicit operator EventSourceType(string)

Convert from a string to an EventSourceType.

public static implicit operator EventSourceType(string value)

Parameters

value string

String to convert from.

Returns

EventSourceType