Class EventStreamType
Represents the type of an event stream.
public record EventStreamType : ConceptAs<string>, IComparable<ConceptAs<string>>, IComparable<string>, IComparable, IEquatable<ConceptAs<string>>, IEquatable<EventStreamType>
- Inheritance
-
EventStreamType
- Implements
- Inherited Members
Constructors
EventStreamType(string)
Represents the type of an event stream.
public EventStreamType(string Value)
Parameters
Value
stringActual Value.
Fields
All
Gets the representation of an unspecified EventStreamType.
public static readonly EventStreamType All
Field Value
Properties
IsAll
Check whether or not the EventStreamType is the all type.
public bool IsAll { get; }
Property Value
Operators
implicit operator EventStreamType(string)
Implicitly convert from string to EventStreamType.
public static implicit operator EventStreamType(string value)
Parameters
Returns
- EventStreamType
A converted EventStreamType.