IFrame Interface |
public interface IFrame : IEquatable<IFrame>, IComparable<IFrame>, IComparable
The IFrame type exposes the following members.
Name | Description | |
---|---|---|
CreatedTimestamp | Gets timestamp, in ticks, of when this IFrame was created. | |
LastSortedMeasurement | Gets or sets reference to last IMeasurement that was sorted into this IFrame. | |
Lifespan | Gets the life-span of this IFrame since its creation. | |
Measurements | Keyed measurements in this IFrame. | |
Published | Gets or sets published state of this IFrame (pre-processing). | |
SortedMeasurements | Gets or sets total number of measurements that have been sorted into this IFrame. | |
Timestamp | Gets or sets exact timestamp, in Ticks, of the data represented in this IFrame. |
Name | Description | |
---|---|---|
CompareTo(T) | Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object. (Inherited from IComparableIFrame) | |
CompareTo(Object) | Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object. (Inherited from IComparable) | |
Equals | Indicates whether the current object is equal to another object of the same type. (Inherited from IEquatableIFrame) |