Show / Hide Table of Contents

Class CustomMeasurement

Model for Custom Measurement returned from the telemetry source

Inheritance
System.Object
System.Collections.Generic.Dictionary<System.String, System.Double>
CustomMeasurement
Implements
System.Collections.Generic.IDictionary<System.String, System.Double>
System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String, System.Double>>
System.Collections.Generic.IReadOnlyDictionary<System.String, System.Double>
System.Collections.Generic.IReadOnlyCollection<System.Collections.Generic.KeyValuePair<System.String, System.Double>>
System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<System.String, System.Double>>
System.Collections.IDictionary
System.Collections.ICollection
System.Collections.IEnumerable
System.Runtime.Serialization.IDeserializationCallback
System.Runtime.Serialization.ISerializable
Inherited Members
System.Collections.Generic.Dictionary<System.String, System.Double>.System.Collections.IDictionary.get_Item(System.Object)
System.Collections.Generic.Dictionary<System.String, System.Double>.System.Collections.IDictionary.set_Item(System.Object, System.Object)
System.Collections.Generic.Dictionary<System.String, System.Double>.Add(System.String, System.Double)
System.Collections.Generic.Dictionary<System.String, System.Double>.Clear()
System.Collections.Generic.Dictionary<System.String, System.Double>.ContainsKey(System.String)
System.Collections.Generic.Dictionary<System.String, System.Double>.ContainsValue(System.Double)
System.Collections.Generic.Dictionary<System.String, System.Double>.EnsureCapacity(System.Int32)
System.Collections.Generic.Dictionary<System.String, System.Double>.GetEnumerator()
System.Collections.Generic.Dictionary<System.String, System.Double>.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
System.Collections.Generic.Dictionary<System.String, System.Double>.OnDeserialization(System.Object)
System.Collections.Generic.Dictionary<System.String, System.Double>.Remove(System.String)
System.Collections.Generic.Dictionary<System.String, System.Double>.Remove(System.String, System.Double)
System.Collections.Generic.Dictionary<System.String, System.Double>.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String, System.Double>>.Add(System.Collections.Generic.KeyValuePair<System.String, System.Double>)
System.Collections.Generic.Dictionary<System.String, System.Double>.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String, System.Double>>.Contains(System.Collections.Generic.KeyValuePair<System.String, System.Double>)
System.Collections.Generic.Dictionary<System.String, System.Double>.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String, System.Double>>.CopyTo(System.Collections.Generic.KeyValuePair<System.String, System.Double>[], System.Int32)
System.Collections.Generic.Dictionary<System.String, System.Double>.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String, System.Double>>.Remove(System.Collections.Generic.KeyValuePair<System.String, System.Double>)
System.Collections.Generic.Dictionary<System.String, System.Double>.System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<System.String, System.Double>>.GetEnumerator()
System.Collections.Generic.Dictionary<System.String, System.Double>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
System.Collections.Generic.Dictionary<System.String, System.Double>.System.Collections.IDictionary.Add(System.Object, System.Object)
System.Collections.Generic.Dictionary<System.String, System.Double>.System.Collections.IDictionary.Contains(System.Object)
System.Collections.Generic.Dictionary<System.String, System.Double>.System.Collections.IDictionary.GetEnumerator()
System.Collections.Generic.Dictionary<System.String, System.Double>.System.Collections.IDictionary.Remove(System.Object)
System.Collections.Generic.Dictionary<System.String, System.Double>.System.Collections.IEnumerable.GetEnumerator()
System.Collections.Generic.Dictionary<System.String, System.Double>.TrimExcess()
System.Collections.Generic.Dictionary<System.String, System.Double>.TrimExcess(System.Int32)
System.Collections.Generic.Dictionary<System.String, System.Double>.TryAdd(System.String, System.Double)
System.Collections.Generic.Dictionary<System.String, System.Double>.TryGetValue(System.String, System.Double)
System.Collections.Generic.Dictionary<System.String, System.Double>.Comparer
System.Collections.Generic.Dictionary<System.String, System.Double>.Count
System.Collections.Generic.Dictionary<System.String, System.Double>.Item[System.String]
System.Collections.Generic.Dictionary<System.String, System.Double>.Keys
System.Collections.Generic.Dictionary<System.String, System.Double>.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String, System.Double>>.IsReadOnly
System.Collections.Generic.Dictionary<System.String, System.Double>.System.Collections.Generic.IDictionary<System.String, System.Double>.Keys
System.Collections.Generic.Dictionary<System.String, System.Double>.System.Collections.Generic.IDictionary<System.String, System.Double>.Values
System.Collections.Generic.Dictionary<System.String, System.Double>.System.Collections.Generic.IReadOnlyDictionary<System.String, System.Double>.Keys
System.Collections.Generic.Dictionary<System.String, System.Double>.System.Collections.Generic.IReadOnlyDictionary<System.String, System.Double>.Values
System.Collections.Generic.Dictionary<System.String, System.Double>.System.Collections.ICollection.IsSynchronized
System.Collections.Generic.Dictionary<System.String, System.Double>.System.Collections.ICollection.SyncRoot
System.Collections.Generic.Dictionary<System.String, System.Double>.System.Collections.IDictionary.IsFixedSize
System.Collections.Generic.Dictionary<System.String, System.Double>.System.Collections.IDictionary.IsReadOnly
System.Collections.Generic.Dictionary<System.String, System.Double>.System.Collections.IDictionary.Item[System.Object]
System.Collections.Generic.Dictionary<System.String, System.Double>.System.Collections.IDictionary.Keys
System.Collections.Generic.Dictionary<System.String, System.Double>.System.Collections.IDictionary.Values
System.Collections.Generic.Dictionary<System.String, System.Double>.Values
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: STAIExtensions.Abstractions.DataContracts.Models
Assembly: STAIExtensions.Abstractions.dll
Syntax
public class CustomMeasurement : Dictionary<string, double>, IDictionary<string, double>, ICollection<KeyValuePair<string, double>>, IReadOnlyDictionary<string, double>, IReadOnlyCollection<KeyValuePair<string, double>>, IEnumerable<KeyValuePair<string, double>>, IDictionary, ICollection, IEnumerable, IDeserializationCallback, ISerializable

Implements

System.Collections.Generic.IDictionary<TKey, TValue>
System.Collections.Generic.ICollection<T>
System.Collections.Generic.IReadOnlyDictionary<TKey, TValue>
System.Collections.Generic.IReadOnlyCollection<T>
System.Collections.Generic.IEnumerable<T>
System.Collections.IDictionary
System.Collections.ICollection
System.Collections.IEnumerable
System.Runtime.Serialization.IDeserializationCallback
System.Runtime.Serialization.ISerializable
Back to top Copyright © 2022 Trevor Mare