Series
|
public class SeriesDefinition : IEquatable<SeriesDefinition>
The SeriesDefinition type exposes the following members.
Name | Description | |
---|---|---|
SeriesDefinition | Creates a new instance of the SeriesDefinition class. |
Name | Description | |
---|---|---|
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. | |
QuantityUnits | Gets the units of the data in the series. | |
SeriesNominalQuantity | Gets 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. | |
ValueTypeID | Gets the value type ID of the series. | |
ValueTypeName | Gets the value type name of the series. |
Name | Description | |
---|---|---|
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) |
Name | Description | |
---|---|---|
QuantityCharacteristicIDTag | Tag that identifies the characteristic ID of the series. | |
QuantityUnitsIDTag | Tag that identifies the quantity units ID of the series. | |
SeriesNominalQuantityTag | Tag that identifies the nominal quantity of the series. | |
StorageMethodIDTag | Tag that identifies the storage method ID of the series. | |
ValueTypeIDTag | Tag that identifies the value type ID of the series. | |
ValueTypeNameTag | Tag that identifies the value type name of the series. |
Name | Description | |
---|---|---|
GetEnumValueOrDefault |
Gets the enumeration constant for value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions) | |
GetEnumValueOrDefaultT |
Gets the enumeration constant for this value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions) |