Class EventTypeGeneration
Represents the generation of an EventType.
public record EventTypeGeneration : ConceptAs<uint>, IComparable<ConceptAs<uint>>, IComparable<uint>, IComparable, IEquatable<ConceptAs<uint>>, IEquatable<EventTypeGeneration>
- Inheritance
-
EventTypeGeneration
- Implements
- Inherited Members
Constructors
EventTypeGeneration(uint)
Represents the generation of an EventType.
public EventTypeGeneration(uint Value)
Parameters
Value
uintActual value.
Fields
First
Gets the definition of the first generation.
public static readonly EventTypeGeneration First
Field Value
FirstValue
Gets the underlying value of the first generation.
public const uint FirstValue = 1
Field Value
Unspecified
Gets the definition of the first generation.
public static readonly EventTypeGeneration Unspecified
Field Value
Operators
implicit operator EventTypeGeneration(uint)
/// Implicitly convert from uint to EventTypeGeneration.
public static implicit operator EventTypeGeneration(uint generation)