Click or drag to resize

IFrame Interface

Abstract frame interface representing a collection of measurements at an exact moment in time.

Namespace: GSF.TimeSeries
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
public interface IFrame : IEquatable<IFrame>, 
	IComparable<IFrame>, IComparable

The IFrame type exposes the following members.

Properties
 NameDescription
Public propertyCreatedTimestamp Gets timestamp, in ticks, of when this IFrame was created.
Public propertyLastSortedMeasurement Gets or sets reference to last IMeasurement that was sorted into this IFrame.
Public propertyLifespan Gets the life-span of this IFrame since its creation.
Public propertyMeasurements Keyed measurements in this IFrame.
Public propertyPublished Gets or sets published state of this IFrame (pre-processing).
Public propertySortedMeasurements Gets or sets total number of measurements that have been sorted into this IFrame.
Public propertyTimestamp Gets or sets exact timestamp, in Ticks, of the data represented in this IFrame.
Top
Methods
 NameDescription
Public methodCompareTo(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)
Public methodCompareTo(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)
Public methodEqualsIndicates whether the current object is equal to another object of the same type.
(Inherited from IEquatableIFrame)
Top
See Also