Click or drag to resize

SeriesDefinition Class

Definition of a SeriesInstance.
Inheritance Hierarchy
SystemObject
  GSF.PQDIF.LogicalSeriesDefinition

Namespace: GSF.PQDIF.Logical
Assembly: GSF.PQDIF (in GSF.PQDIF.dll) Version: 2.4.181-beta
Syntax
public class SeriesDefinition : IEquatable<SeriesDefinition>
View Source

The SeriesDefinition type exposes the following members.

Constructors
 NameDescription
Public methodSeriesDefinition Creates a new instance of the SeriesDefinition class.
Top
Properties
 NameDescription
Public propertyChannelDefinition Gets the channel definition in which the series definition resides.
Public propertyPhysicalStructure Gets the physical structure of the series definition.
Public propertyQuantityCharacteristicID Gets additional detail about the meaning of the series data.
Public propertyQuantityUnits Gets the units of the data in the series.
Public propertySeriesNominalQuantity Gets the nominal quantity of the series.
Public propertyStorageMethodID Gets the storage method ID, which can be used with StorageMethods to determine how the data is stored.
Public propertyValueTypeID Gets the value type ID of the series.
Public propertyValueTypeName Gets the value type name of the series.
Top
Methods
 NameDescription
Public methodEquals(Object) Determines whether the specified Object is equal to the current Object.
(Overrides ObjectEquals(Object))
Public methodEquals(SeriesDefinition) Indicates whether the current object is equal to another object of the same type.
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCode Serves as a hash function for a particular type.
(Overrides ObjectGetHashCode)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodHasElement Determines whether an element identified by the given tag exists in this object's physical structure.
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Fields
 NameDescription
Public fieldStatic memberQuantityCharacteristicIDTag Tag that identifies the characteristic ID of the series.
Public fieldStatic memberQuantityUnitsIDTag Tag that identifies the quantity units ID of the series.
Public fieldStatic memberSeriesNominalQuantityTag Tag that identifies the nominal quantity of the series.
Public fieldStatic memberStorageMethodIDTag Tag that identifies the storage method ID of the series.
Public fieldStatic memberValueTypeIDTag Tag that identifies the value type ID of the series.
Public fieldStatic memberValueTypeNameTag Tag that identifies the value type name of the series.
Top
Extension Methods
 NameDescription
Public Extension MethodGetEnumValueOrDefault Gets the enumeration constant for value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Public Extension MethodGetEnumValueOrDefaultT Gets the enumeration constant for this value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Top
See Also