StatisticObj MembersA Sandcastle Documented Class Library

The StatisticObj type exposes the following members.
Constructors

  NameDescription
Public methodStatisticObj
General constructor for this object.
Back to Top
Methods

  NameDescription
Public methodGetActive
Returns if this statistic is active or not.
Public methodGetColumnAsString
Returns the column value as a string for the given database column.
Public methodGetCreatedOn
Returns when this statistic was created.
Public methodGetDataRow
Returns the data row for this statistic object.
Public methodGetFilterCoded
Returns the coded filter slot.
Public methodGetFilterId
Returns the filter id of this statistic.
Public methodGetFilterLiteral
Returns the literal filter object slot.
Public methodGetHasFilterSection
Returns tru of this objects has a filter section and the has filter boolean has been set.
Public methodGetParent
Returns the parent of this statistics object.
Public methodGetStatCoded
Returns the stat coded SqlQuery obj.
Public methodGetStatId
Returns the stat id for this statistic.
Public methodGetStatLiteral
Returns the stat literal SqlQuery obj.
Public methodGetStatName
Returns the name of this statistic.
Public methodGetUserId
Returns the user id this statistic belongs to.
Public methodSetDataRow
Sets the data row for this statistic object.
Public methodSetFilterCoded
Sets the filter SqlQuery obj, for coded slot.
Public methodSetFilterId
Sets the filter id this statistic belongs to.
Public methodSetFilterLiteral
Sets the literal filter object slot.
Public methodSetParent
Sets the parent of this statistic object.
Public methodSetStatCoded
Set the stat coded SqlQuery obj.
Public methodSetStatLiteral
Sets the stat literal SqlQuery obj.
Public methodSetUserId
Sets the user id this statistic belongs to.
Public methodToString
String representation of this object's contents.
(Overrides Object ToString .)
Back to Top
Fields

  NameDescription
Private fieldcoreTables
Holds the core table description used in creating table links.
Private fielddataRow
Original data row for this statistic.
Private fieldfilterCoded
Coded filter criteria.
Private fieldfilterId
Associated filter id.
Private fieldfilterLiteral
Coded literal criteria.
Private fieldparent
Holds a reference to the FilterObj parent.
Private fieldstatCoded
Coded statistic query.
Private fieldstatLiteral
Literal statistic query.
Private fielduserId
Associated user id.
Back to Top
See Also