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
Apptus.ESales.Connector.ReportTimelineType
Namespace: Apptus.ESales.Connector.Report
Assembly: Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.2.1
Syntax
C#
public abstract class TimelineType
The TimelineType type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() ![]() | DayInWeek |
Returns the aggregation DAY_IN_WEEK.
|
![]() ![]() | DayOfMonth |
Returns the aggregation DAY_OF_MONTH.
|
![]() ![]() | HourOfDay |
Returns the aggregation HOUR_OF_DAY.
|
![]() | Resolution |
Returns the duration of each aggregate. For instance, HourOfDay
returns 1 hour, while DayInWeek and DayOfMonth returns 1 day.
|
Methods
Name | Description | |
---|---|---|
![]() ![]() | Create |
Creates an aggregation that splits the time into slices of
a specified duration.
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() ![]() | Parse |
Parses the specified aggregation.
|
![]() | ToString | (Overrides ObjectToString.) |
See Also