StatisticObj MethodsA Sandcastle Documented Class Library
The StatisticObj type exposes the following members.
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
See Also