public class SeriesDefinition : IEquatable<SeriesDefinition>
Public Class SeriesDefinition
Implements IEquatable(Of SeriesDefinition)
public ref class SeriesDefinition : IEquatable<SeriesDefinition^>
Gemstone.PQDIF.Logical.SeriesDefinition = function();
Type.createClass(
'Gemstone.PQDIF.Logical.SeriesDefinition',
null,
IEquatable`1);
SeriesDefinition | Creates a new instance of the SeriesDefinition class. |
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. |
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. |
Finalize | Allows 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) |
GetType | Gets 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. |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
ToString | Returns a string that represents the current object. (Inherited from Object) |