MeasurementDictionary Class

Represents a measurement dictionary used with a Frame.

Definition

Namespace: Gemstone.Timeseries
Assembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.136 -- Release Build+045677775a56d15698be6ced5ce5213063e47102
Inheritance
Object    MeasurementDictionary
Implements
ICollectionKeyValuePairMeasurementKey, IMeasurement, IDictionaryMeasurementKey, IMeasurement, IEnumerableKeyValuePairMeasurementKey, IMeasurement, IReadOnlyCollectionKeyValuePairMeasurementKey, IMeasurement, IReadOnlyDictionaryMeasurementKey, IMeasurement, IEnumerable

Constructors

MeasurementDictionary Creates a new MeasurementDictionary.
MeasurementDictionary(IEnumerableKeyValuePairMeasurementKey, IMeasurement) Creates a new MeasurementDictionary.
MeasurementDictionary(Int32, Int32) Creates a new MeasurementDictionary.

Properties

CountRepresents a generic collection of key/value pairs.
IsReadOnlyGets a value indicating whether the ICollectionT is read-only.
ItemRepresents a generic collection of key/value pairs.
KeysGets an ICollectionT containing the keys of the IDictionaryTKey, TValue.
ValuesGets an ICollectionT containing the values in the IDictionaryTKey, TValue.

Methods

Add(KeyValuePairMeasurementKey, IMeasurement)Adds an item to the ICollectionT.
Add(MeasurementKey, IMeasurement)Adds an element with the provided key and value to the IDictionaryTKey, TValue.
ClearRemoves all items from the ICollectionT.
ContainsDetermines whether the ICollectionT contains a specific value.
ContainsKeyRepresents a generic collection of key/value pairs.
CopyToCopies the elements of the ICollectionT to an Array, starting at a particular Array index.
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetEnumeratorReturns an enumerator that iterates through the collection.
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Remove(KeyValuePairMeasurementKey, IMeasurement)Removes the first occurrence of a specific object from the ICollectionT.
Remove(MeasurementKey)Removes the element with the specified key from the IDictionaryTKey, TValue.
ToStringReturns a string that represents the current object.
(Inherited from Object)
TryGetValueRepresents a generic collection of key/value pairs.

See Also