The StatisticObj type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
![]() | StatisticObj |
General constructor for this object.
|
Methods
Name | Description | |
---|---|---|
![]() | GetActive |
Returns if this statistic is active or not.
|
![]() | GetColumnAsString |
Returns the column value as a string for the given database column.
|
![]() | GetCreatedOn |
Returns when this statistic was created.
|
![]() | GetDataRow |
Returns the data row for this statistic object.
|
![]() | GetFilterCoded |
Returns the coded filter slot.
|
![]() | GetFilterId |
Returns the filter id of this statistic.
|
![]() | GetFilterLiteral |
Returns the literal filter object slot.
|
![]() | GetHasFilterSection |
Returns tru of this objects has a filter section and the has filter boolean has been set.
|
![]() | GetParent |
Returns the parent of this statistics object.
|
![]() | GetStatCoded |
Returns the stat coded SqlQuery obj.
|
![]() | GetStatId |
Returns the stat id for this statistic.
|
![]() | GetStatLiteral |
Returns the stat literal SqlQuery obj.
|
![]() | GetStatName |
Returns the name of this statistic.
|
![]() | GetUserId |
Returns the user id this statistic belongs to.
|
![]() | SetDataRow |
Sets the data row for this statistic object.
|
![]() | SetFilterCoded |
Sets the filter SqlQuery obj, for coded slot.
|
![]() | SetFilterId |
Sets the filter id this statistic belongs to.
|
![]() | SetFilterLiteral |
Sets the literal filter object slot.
|
![]() | SetParent |
Sets the parent of this statistic object.
|
![]() | SetStatCoded |
Set the stat coded SqlQuery obj.
|
![]() | SetStatLiteral |
Sets the stat literal SqlQuery obj.
|
![]() | SetUserId |
Sets the user id this statistic belongs to.
|
![]() | ToString |
String representation of this object's contents.
(Overrides Object ToString .) |
Fields
Name | Description | |
---|---|---|
![]() | coreTables |
Holds the core table description used in creating table links.
|
![]() | dataRow |
Original data row for this statistic.
|
![]() | filterCoded |
Coded filter criteria.
|
![]() | filterId |
Associated filter id.
|
![]() | filterLiteral |
Coded literal criteria.
|
![]() | parent |
Holds a reference to the FilterObj parent.
|
![]() | statCoded |
Coded statistic query.
|
![]() | statLiteral |
Literal statistic query.
|
![]() | userId |
Associated user id.
|
See Also