TimelineV ClassA Sandcastle Documented Class Library
A list of time slots covering a time interval.
Inheritance Hierarchy

SystemObject
  System.Collections.GenericListTimeSlotV
    Apptus.ESales.Connector.ReportTimelineV

Namespace:  Apptus.ESales.Connector.Report
Assembly:  Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.3.0
Syntax

C#
public class Timeline<V> : List<TimeSlot<V>>

Type Parameters

V

The TimelineV type exposes the following members.

Constructors

  NameDescription
Public methodTimelineV
Initializes a new instance of the TimelineV class
Top
Properties

  NameDescription
Public propertyCapacity (Inherited from ListTimeSlotV.)
Public propertyCount (Inherited from ListTimeSlotV.)
Public propertyItem (Inherited from ListTimeSlotV.)
Top
Methods

  NameDescription
Public methodAdd (Inherited from ListTimeSlotV.)
Public methodAddRange (Inherited from ListTimeSlotV.)
Public methodAsReadOnly (Inherited from ListTimeSlotV.)
Public methodBinarySearch(T) (Inherited from ListTimeSlotV.)
Public methodBinarySearch(T, IComparerT) (Inherited from ListTimeSlotV.)
Public methodBinarySearch(Int32, Int32, T, IComparerT) (Inherited from ListTimeSlotV.)
Public methodClear (Inherited from ListTimeSlotV.)
Public methodContains (Inherited from ListTimeSlotV.)
Public methodConvertAllTOutput (Inherited from ListTimeSlotV.)
Public methodCopyTo(T) (Inherited from ListTimeSlotV.)
Public methodCopyTo(T, Int32) (Inherited from ListTimeSlotV.)
Public methodCopyTo(Int32, T, Int32, Int32) (Inherited from ListTimeSlotV.)
Public methodEquals (Inherited from Object.)
Public methodExists (Inherited from ListTimeSlotV.)
Protected methodFinalize (Inherited from Object.)
Public methodFind (Inherited from ListTimeSlotV.)
Public methodFindAll (Inherited from ListTimeSlotV.)
Public methodFindIndex(PredicateT) (Inherited from ListTimeSlotV.)
Public methodFindIndex(Int32, PredicateT) (Inherited from ListTimeSlotV.)
Public methodFindIndex(Int32, Int32, PredicateT) (Inherited from ListTimeSlotV.)
Public methodFindLast (Inherited from ListTimeSlotV.)
Public methodFindLastIndex(PredicateT) (Inherited from ListTimeSlotV.)
Public methodFindLastIndex(Int32, PredicateT) (Inherited from ListTimeSlotV.)
Public methodFindLastIndex(Int32, Int32, PredicateT) (Inherited from ListTimeSlotV.)
Public methodForEach (Inherited from ListTimeSlotV.)
Public methodGetEnumerator (Inherited from ListTimeSlotV.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetRange (Inherited from ListTimeSlotV.)
Public methodGetType (Inherited from Object.)
Public methodIndexOf(T) (Inherited from ListTimeSlotV.)
Public methodIndexOf(T, Int32) (Inherited from ListTimeSlotV.)
Public methodIndexOf(T, Int32, Int32) (Inherited from ListTimeSlotV.)
Public methodInsert (Inherited from ListTimeSlotV.)
Public methodInsertRange (Inherited from ListTimeSlotV.)
Public methodLastIndexOf(T) (Inherited from ListTimeSlotV.)
Public methodLastIndexOf(T, Int32) (Inherited from ListTimeSlotV.)
Public methodLastIndexOf(T, Int32, Int32) (Inherited from ListTimeSlotV.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRemove (Inherited from ListTimeSlotV.)
Public methodRemoveAll (Inherited from ListTimeSlotV.)
Public methodRemoveAt (Inherited from ListTimeSlotV.)
Public methodRemoveRange (Inherited from ListTimeSlotV.)
Public methodReverse (Inherited from ListTimeSlotV.)
Public methodReverse(Int32, Int32) (Inherited from ListTimeSlotV.)
Public methodSort (Inherited from ListTimeSlotV.)
Public methodSort(IComparerT) (Inherited from ListTimeSlotV.)
Public methodSort(ComparisonT) (Inherited from ListTimeSlotV.)
Public methodSort(Int32, Int32, IComparerT) (Inherited from ListTimeSlotV.)
Public methodToArray (Inherited from ListTimeSlotV.)
Public methodToString (Inherited from Object.)
Public methodTrimExcess (Inherited from ListTimeSlotV.)
Public methodTrueForAll (Inherited from ListTimeSlotV.)
Top
See Also

Reference