Class EventSourceType
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
stringActual value.
Fields
Default
Gets the default EventSourceType.
public static readonly EventSourceType Default
Field Value
Unspecified
Gets the representation of an unspecified EventSourceType.
public static readonly EventSourceType Unspecified
Field Value
Operators
implicit operator EventSourceType(string)
Convert from a string to an EventSourceType.
public static implicit operator EventSourceType(string value)
Parameters
value
stringString to convert from.