OrdinalEvent Members
Include Protected Members
Include Inherited Members
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Describes a point ordered in time, relative to other ordinal events. Most recorded points are OrdinalEvents.
The OrdinalEvent type exposes the following members.
Constructors
Name | Description | |
---|---|---|
OrdinalEvent | Initializes a new instance of the OrdinalEvent class. |
Top
Methods
Name | Description | |
---|---|---|
Compare | Compares the order of two events. | |
CompareTo | Overloaded. | |
Equals | Overloaded. | |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Gets a hash code for this OrdinalEvent. (Overrides Object.GetHashCode().) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Top
Operators
Name | Description | |
---|---|---|
Equality | Determines if two OrdinalEvents are equal. | |
GreaterThan | Determines whether the first OrdinalEvent is greater than the second. | |
Inequality | Determines if two OrdinalEvents are unequal. | |
LessThan | Determines whether the first OrdinalEvent is less than the second. |
Top
Properties
Name | Description | |
---|---|---|
Ordinal | Gets or sets the ordinal value. |
Top