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

In This Topic
    ISessionSummaryCollection Interface Members
    In This Topic

    The following tables list the members exposed by ISessionSummaryCollection.

    Public Properties
     NameDescription
     PropertyGets the number of elements contained in the ICollection. (Inherited from System.Collections.Generic.ICollection<ISessionSummary>)
     PropertyGets a value indicating whether the ICollection is read-only. (Inherited from System.Collections.Generic.ICollection<ISessionSummary>)
     Propertyget the item with the specified key  
    Top
    Public Methods
     NameDescription
     MethodAdds an item to the ICollection. (Inherited from System.Collections.Generic.ICollection<ISessionSummary>)
     MethodRemoves all items from the ICollection. (Inherited from System.Collections.Generic.ICollection<ISessionSummary>)
     MethodIndicates if the collection contains the key  
     MethodCopies the elements of the ICollection to an System.Array, starting at a particular System.Array index. (Inherited from System.Collections.Generic.ICollection<ISessionSummary>)
     MethodSearches for an element that matches the conditions defined by the specified predicate, and returns the first occurrence within the entire List.  
     MethodRetrieves all the elements that match the conditions defined by the specified predicate.  
     MethodReturns an enumerator that iterates through the collection. (Inherited from System.Collections.Generic.IEnumerable<ISessionSummary>)
     MethodDetermines the index of a specific item in the IList. (Inherited from System.Collections.Generic.IList<ISessionSummary>)
     MethodInserts an item to the IList at the specified index. (Inherited from System.Collections.Generic.IList<ISessionSummary>)
     MethodRemoves the first occurrence of a specified object  
     MethodRemoves the IList item at the specified index. (Inherited from System.Collections.Generic.IList<ISessionSummary>)
     MethodAttempt to get the item with the specified key, returning true if it could be found  
    Top
    See Also