A slot in a timeline. The slot has a start time, an end time and a value. The type of value
depends on the purpose of the timeline. A slot may also have a name describing which
part of the timeline that this slot represents.
Inheritance Hierarchy
Apptus.ESales.Connector.ReportTimeSlotV
Namespace: Apptus.ESales.Connector.Report
Assembly: Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 3.47.3
Syntax
C#
public class TimeSlot<V>
Type Parameters
- V
- The type of the value.
The TimeSlotV type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | TimeSlotV | Initializes a new instance of the TimeSlotV class |
Properties
Name | Description | |
---|---|---|
![]() | SlotEndTime |
The end time (exclusive) of this slot.
|
![]() | SlotStartTime |
The start time (inclusive) of this slot.
|
![]() | Value |
The value associated with this slot.
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString |
Returns the name of this slot.
(Overrides ObjectToString.) |
See Also