SeriesDefinition Class

Definition of a SeriesInstance.

Definition

Namespace: Gemstone.PQDIF.Logical
Assembly: Gemstone.PQDIF (in Gemstone.PQDIF.dll) Version: 1.0.110 -- Release Build+b4919315e8c742e443cd323c6bfaf3fcd0062dd8
public class SeriesDefinition : IEquatable<SeriesDefinition>
Inheritance
Object    SeriesDefinition
Implements
IEquatableSeriesDefinition

Constructors

SeriesDefinition Creates a new instance of the SeriesDefinition class.

Properties

ChannelDefinition Gets the channel definition in which the series definition resides.
PhysicalStructure Gets the physical structure of the series definition.
QuantityCharacteristicID Gets additional detail about the meaning of the series data.
QuantityCharacteristicIDTag Tag that identifies the characteristic ID of the series.
QuantityUnits Gets the units of the data in the series.
QuantityUnitsIDTag Tag that identifies the quantity units ID of the series.
SeriesNominalQuantity Gets the nominal quantity of the series.
SeriesNominalQuantityTag Tag that identifies the nominal quantity of the series.
StorageMethodID Gets the storage method ID, which can be used with StorageMethods to determine how the data is stored.
StorageMethodIDTag Tag that identifies the storage method ID of the series.
ValueTypeID Gets the value type ID of the series.
ValueTypeIDTag Tag that identifies the value type ID of the series.
ValueTypeName Gets the value type name of the series.
ValueTypeNameTag Tag that identifies the value type name of the series.

Methods

Equals(Object) Determines whether the specified Object is equal to the current Object.
(Overrides ObjectEquals(Object))
Equals(SeriesDefinition) Indicates whether the current object is equal to another object of the same type.
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCode Serves as a hash function for a particular type.
(Overrides ObjectGetHashCode)
GetTypeGets the Type of the current instance.
(Inherited from Object)
HasElement Determines whether an element identified by the given tag exists in this object's physical structure.
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also