Loupe - Log - Monitor - Resolve
Loupe.Extensibility.Data Namespace / IMetricDefinitionCollection Interface
Properties Methods

In This Topic
    IMetricDefinitionCollection Interface Members
    In This Topic

    The following tables list the members exposed by IMetricDefinitionCollection.

    Public Properties
     NameDescription
     PropertyGets the number of elements contained in the ICollection. (Inherited from System.Collections.Generic.ICollection<IMetricDefinition>)
     PropertyGets a value indicating whether the ICollection is read-only. (Inherited from System.Collections.Generic.ICollection<IMetricDefinition>)
     PropertyGets or sets the element at the specified index. (Inherited from System.Collections.Generic.IList<IMetricDefinition>)
    Top
    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