Click or drag to resize
TimelineType Class
A report aggregation. There are three pre-defined types of aggregation, HourOfDay, DayInWeek and DayOfMonth, and a fourth type that is created by splitting an interval into slices of a specified duration.
Inheritance Hierarchy
SystemObject
  Apptus.ESales.Connector.ReportTimelineType

Namespace:  Apptus.ESales.Connector.Report
Assembly:  Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.5.0
Syntax
C#
public abstract class TimelineType

The TimelineType type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberDayInWeek
Returns the aggregation DAY_IN_WEEK.
Public propertyStatic memberDayOfMonth
Returns the aggregation DAY_OF_MONTH.
Public propertyStatic memberHourOfDay
Returns the aggregation HOUR_OF_DAY.
Public propertyResolution
Returns the duration of each aggregate. For instance, HourOfDay returns 1 hour, while DayInWeek and DayOfMonth returns 1 day.
Top
Methods
  NameDescription
Public methodStatic memberCreate
Creates an aggregation that splits the time into slices of a specified duration.
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 methodStatic memberParse
Parses the specified aggregation.
Public methodToString (Overrides ObjectToString.)
Top
See Also