Class EventTypeId
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
stringActual value.
Fields
Unknown
Represents the identifier for an unknown event type.
public static readonly EventTypeId Unknown
Field Value
Operators
implicit operator EventTypeId(string)
Implicitly convert from string to EventTypeId.
public static implicit operator EventTypeId(string id)
Parameters
id
stringString to convert from.