TimeSlotV ClassA Sandcastle Documented Class Library
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

SystemObject
  Apptus.ESales.Connector.ReportTimeSlotV

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

C#
public class TimeSlot<V>

Type Parameters

V
The type of the value.

The TimeSlotV type exposes the following members.

Constructors

  NameDescription
Public methodTimeSlotV
Initializes a new instance of the TimeSlotV class
Top
Properties

  NameDescription
Public propertySlotEndTime
The end time (exclusive) of this slot.
Public propertySlotStartTime
The start time (inclusive) of this slot.
Public propertyValue
The value associated with this slot.
Top
Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
Returns the name of this slot.
(Overrides ObjectToString.)
Top
See Also

Reference