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

IEventMetricValueDefinitionCollection Interface Members

The following tables list the members exposed by IEventMetricValueDefinitionCollection.

Public Properties
 NameDescription
 PropertyGets the number of elements contained in the ICollection. (Inherited from System.Collections.Generic.ICollection<IEventMetricValueDefinition>)
 PropertyThe metric definition this value is associated with.  
 PropertyGets a value indicating whether the ICollection is read-only. (Inherited from System.Collections.Generic.ICollection<IEventMetricValueDefinition>)
 PropertyRetrieve a metric value definition by its name  
Top
Public Methods
 NameDescription
 MethodAdds an item to the ICollection. (Inherited from System.Collections.Generic.ICollection<IEventMetricValueDefinition>)
 MethodRemoves all items from the ICollection. (Inherited from System.Collections.Generic.ICollection<IEventMetricValueDefinition>)
 MethodDetermines whether the ICollection contains a specific value. (Inherited from System.Collections.Generic.ICollection<IEventMetricValueDefinition>)
 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<IEventMetricValueDefinition>)
 MethodReturns an enumerator that iterates through the collection. (Inherited from System.Collections.Generic.IEnumerable<IEventMetricValueDefinition>)
 MethodRetrieve the index of a metric value definition by its name  
 MethodInserts an item to the IList at the specified index. (Inherited from System.Collections.Generic.IList<IEventMetricValueDefinition>)
 MethodRemoves the first occurrence of a specific object from the ICollection. (Inherited from System.Collections.Generic.ICollection<IEventMetricValueDefinition>)
 MethodRemoves the IList item at the specified index. (Inherited from System.Collections.Generic.IList<IEventMetricValueDefinition>)
 MethodRetrieve an item from the collection by its key if present. If not present, the default value of the object is returned.  
Top
See Also