Chat Support
Loupe - Log - Monitor - Resolve
Loupe.Extensibility.Data Namespace / IMetricDefinitionCollection Interface

In This Topic
IMetricDefinitionCollection Interface Methods
In This Topic

For a list of all members of this type, see IMetricDefinitionCollection members.

Public Methods
 NameDescription
 MethodAdds an item to the ICollection. (Inherited from System.Collections.Generic.ICollection<IMetricDefinition>)
 MethodRemoves all items from the ICollection. (Inherited from System.Collections.Generic.ICollection<IMetricDefinition>)
 MethodDetermines whether the ICollection contains a specific value. (Inherited from System.Collections.Generic.ICollection<IMetricDefinition>)
 MethodOverloaded. Determines whether the collection contains an element with the specified key.  
 MethodDetermines 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<IMetricDefinition>)
 MethodReturns an enumerator that iterates through the collection. (Inherited from System.Collections.Generic.IEnumerable<IMetricDefinition>)
 MethodDetermines the index of a specific item in the IList. (Inherited from System.Collections.Generic.IList<IMetricDefinition>)
 MethodInserts an item to the IList at the specified index. (Inherited from System.Collections.Generic.IList<IMetricDefinition>)
 MethodRetrieve a metric given its unique Id.  
 MethodRemoves the first occurrence of a specific object from the ICollection. (Inherited from System.Collections.Generic.ICollection<IMetricDefinition>)
 MethodRemoves the IList item at the specified index. (Inherited from System.Collections.Generic.IList<IMetricDefinition>)
 MethodRetrieve an item from the collection by its key if present. If not present, the default value of the object is returned.  
 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