A list of time slots covering a time interval.
Inheritance Hierarchy
System.Collections.GenericListTimeSlotV
Apptus.ESales.Connector.ReportTimelineV
Namespace: Apptus.ESales.Connector.Report
Assembly: Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 3.47.3
Syntax
C#
public class Timeline<V> : List<TimeSlot<V>>
Type Parameters
- V
The TimelineV type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | TimelineV | Initializes a new instance of the TimelineV class |
Properties
Name | Description | |
---|---|---|
![]() | Capacity | (Inherited from ListTimeSlotV.) |
![]() | Count | (Inherited from ListTimeSlotV.) |
![]() | Item | (Inherited from ListTimeSlotV.) |
Methods
Name | Description | |
---|---|---|
![]() | Add | (Inherited from ListTimeSlotV.) |
![]() | AddRange | (Inherited from ListTimeSlotV.) |
![]() | AsReadOnly | (Inherited from ListTimeSlotV.) |
![]() | BinarySearch(T) | (Inherited from ListTimeSlotV.) |
![]() | BinarySearch(T, IComparerT) | (Inherited from ListTimeSlotV.) |
![]() | BinarySearch(Int32, Int32, T, IComparerT) | (Inherited from ListTimeSlotV.) |
![]() | Clear | (Inherited from ListTimeSlotV.) |
![]() | Contains | (Inherited from ListTimeSlotV.) |
![]() | ConvertAllTOutput | (Inherited from ListTimeSlotV.) |
![]() | CopyTo(T) | (Inherited from ListTimeSlotV.) |
![]() | CopyTo(T, Int32) | (Inherited from ListTimeSlotV.) |
![]() | CopyTo(Int32, T, Int32, Int32) | (Inherited from ListTimeSlotV.) |
![]() | Equals | (Inherited from Object.) |
![]() | Exists | (Inherited from ListTimeSlotV.) |
![]() | Finalize | (Inherited from Object.) |
![]() | Find | (Inherited from ListTimeSlotV.) |
![]() | FindAll | (Inherited from ListTimeSlotV.) |
![]() | FindIndex(PredicateT) | (Inherited from ListTimeSlotV.) |
![]() | FindIndex(Int32, PredicateT) | (Inherited from ListTimeSlotV.) |
![]() | FindIndex(Int32, Int32, PredicateT) | (Inherited from ListTimeSlotV.) |
![]() | FindLast | (Inherited from ListTimeSlotV.) |
![]() | FindLastIndex(PredicateT) | (Inherited from ListTimeSlotV.) |
![]() | FindLastIndex(Int32, PredicateT) | (Inherited from ListTimeSlotV.) |
![]() | FindLastIndex(Int32, Int32, PredicateT) | (Inherited from ListTimeSlotV.) |
![]() | ForEach | (Inherited from ListTimeSlotV.) |
![]() | GetEnumerator | (Inherited from ListTimeSlotV.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetRange | (Inherited from ListTimeSlotV.) |
![]() | GetType | (Inherited from Object.) |
![]() | IndexOf(T) | (Inherited from ListTimeSlotV.) |
![]() | IndexOf(T, Int32) | (Inherited from ListTimeSlotV.) |
![]() | IndexOf(T, Int32, Int32) | (Inherited from ListTimeSlotV.) |
![]() | Insert | (Inherited from ListTimeSlotV.) |
![]() | InsertRange | (Inherited from ListTimeSlotV.) |
![]() | LastIndexOf(T) | (Inherited from ListTimeSlotV.) |
![]() | LastIndexOf(T, Int32) | (Inherited from ListTimeSlotV.) |
![]() | LastIndexOf(T, Int32, Int32) | (Inherited from ListTimeSlotV.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | Remove | (Inherited from ListTimeSlotV.) |
![]() | RemoveAll | (Inherited from ListTimeSlotV.) |
![]() | RemoveAt | (Inherited from ListTimeSlotV.) |
![]() | RemoveRange | (Inherited from ListTimeSlotV.) |
![]() | Reverse | (Inherited from ListTimeSlotV.) |
![]() | Reverse(Int32, Int32) | (Inherited from ListTimeSlotV.) |
![]() | Sort | (Inherited from ListTimeSlotV.) |
![]() | Sort(IComparerT) | (Inherited from ListTimeSlotV.) |
![]() | Sort(ComparisonT) | (Inherited from ListTimeSlotV.) |
![]() | Sort(Int32, Int32, IComparerT) | (Inherited from ListTimeSlotV.) |
![]() | ToArray | (Inherited from ListTimeSlotV.) |
![]() | ToString | (Inherited from Object.) |
![]() | TrimExcess | (Inherited from ListTimeSlotV.) |
![]() | TrueForAll | (Inherited from ListTimeSlotV.) |
See Also