Chat Support
Loupe - Log - Monitor - Resolve
Loupe.Extensibility.Data Namespace / IMetricCollection Interface
Properties Methods

IMetricCollection Interface Members

The following tables list the members exposed by IMetricCollection.

Public Properties
 NameDescription
 PropertyGets the number of elements contained in the ICollection. (Inherited from System.Collections.Generic.ICollection<IMetric>)
 PropertyThe metric definition that owns this dictionary, meaning every metric is a specific instance of this metric definition.  
 PropertyGets a value indicating whether the ICollection is read-only. (Inherited from System.Collections.Generic.ICollection<IMetric>)
 PropertyOverloaded. Retrieve metric object by its Id  
Top
Public Methods
 NameDescription
 MethodAdds an item to the ICollection. (Inherited from System.Collections.Generic.ICollection<IMetric>)
 MethodRemoves all items from the ICollection. (Inherited from System.Collections.Generic.ICollection<IMetric>)
 MethodDetermines whether the ICollection contains a specific value. (Inherited from System.Collections.Generic.ICollection<IMetric>)
 MethodOverloaded. Determines whether the collection contains an element with the specified key.  
 MethodCopies the elements of the ICollection to an System.Array, starting at a particular System.Array index. (Inherited from System.Collections.Generic.ICollection<IMetric>)
 MethodReturns an enumerator that iterates through the collection. (Inherited from System.Collections.Generic.IEnumerable<IMetric>)
 MethodDetermines the index of a specific item in the IList. (Inherited from System.Collections.Generic.IList<IMetric>)
 MethodInserts an item to the IList at the specified index. (Inherited from System.Collections.Generic.IList<IMetric>)
 MethodRemoves the first occurrence of a specific object from the ICollection. (Inherited from System.Collections.Generic.ICollection<IMetric>)
 MethodRemoves the IList item at the specified index. (Inherited from System.Collections.Generic.IList<IMetric>)
 MethodOverloaded. Retrieve an item from the collection by its key if present. If not present, the default value of the object is returned.  
Top
See Also