The FilterObj type exposes the following members.
Back to Top
Methods
Name | Description | |
---|---|---|
![]() | GetActive |
Returns a value indicatnig if this filter obj is currently active.
|
![]() | GetColumnAsString |
Returns the column value as a string for the given database column.
|
![]() | GetConfigTableSchema |
Executes the config table query template for each config table listed in the database.
|
![]() | GetCurrentFilterId |
Returns the id of the currently loaded filter if there is one.
|
![]() | GetDataRow |
Returns the database record for this filter.
|
![]() | GetFilterCreatedOn |
Returns the filter creation date.
|
![]() | GetFilterDesc |
Returns the filter description.
|
![]() | GetFilterFromWizard |
Returns if this filter is from a wizard.
|
![]() | GetFilterIcon |
Returns the filter icon name.
|
![]() | GetFilterIsPublic |
Returns the filter is public flag.
|
![]() | GetFilterMode |
Gets the filter mode for this object.
|
![]() | GetFilterName |
Returns the filter name.
|
![]() | GetFilterPopulationStatLoadingComplete |
Returns true if the population results have been loaded.
|
![]() | GetFilterType |
Represents the current filter type.
|
![]() | GetHasPopStats |
Returns true if this filter has its population statistics loaded.
|
![]() | GetHasReports |
Returns true if this object has reports.
|
![]() | GetHasStats |
Returns true if this object has statistics.
|
![]() | GetJoinType |
Returns the join type used here.
|
![]() | GetLegacyCriteriaObject |
Returns a copy of the legacy criteria object as a basic object.
|
![]() | GetMaxReports |
Returns the conifgured number of max reports.
|
![]() | GetMaxStatistics |
Returns the maximum statistics value for the app.
|
![]() | GetPopData |
Returns the population statistics data set for this filter object.
|
![]() | GetPopStatCount |
Returns the number of population statistics found, should always be the same number.
|
![]() | GetPopulationStatisticsErrorCount |
Returns an error count from the QueryResultSet received from
the population statistics data load.
|
![]() | GetPopulationStatisticsQueryResultSet |
Returns a QueryResultSet from the population statistics data load.
|
![]() | GetPrctGeoCodedDbl |
Returns a double representation of the current geo coding percentage.
|
![]() | GetPrctGeoCodedStr |
Returns a string representation of the current geo coding percentage.
|
![]() | GetReportAtIndex |
Returns the ReportObj at the given index.
|
![]() | GetReportCount |
Reports the number of report entries.
|
![]() | GetReportIndexOfReportWithId |
Returns a report index for the object with the given id.
|
![]() | GetReportList |
Returns a reference to the report list object.
|
![]() | GetReportWithId |
Returns a report object with the given id.
|
![]() | GetReportWithName |
Returns a ReportObj with the given name.
|
![]() | GetSqlCoded |
Returns the coded version of the SQL for this filter object.
|
![]() | GetSqlLiteral |
Returns the literal version of the SQL for this filter object.
|
![]() | GetSqlQueryCoded |
Returns the coded sql query object.
|
![]() | GetSqlQueryLiteral |
Returns the literal sql query object.
|
![]() | GetStatAtIndex |
Returns the statistic object at the given index.
|
![]() | GetStatCount |
Returns the number of statistics found.
|
![]() | GetStatData |
Returns the stat data for this filter object.
|
![]() | GetStatisticsErrorCount |
Returns an error count from the QueryResultSet received from
the statistics data load.
|
![]() | GetStatisticsQueryResultSet |
Returns a QueryResultSet from the statistics data load.
|
![]() | GetStatList |
Returns a reference to the statistic list object.
|
![]() | GetStatResultsLoadingComplete |
Returns true of the statistic results have been loaded.
|
![]() | GetStatWithId |
Returns the currently loaded statistics with the given stat id.
|
![]() | GetStatWithName |
Returns the currently loaded statistic with the given name.
|
![]() | GetUserId |
Returns the user id of the current filter object.
|
![]() | LoadFilter(String) |
Loads a filter from the database row data.
|
![]() | LoadFilter(String, Boolean) |
Loads a filter from the database row data.
|
![]() | LoadFilterPopulationStats |
Loads up the population statistics for this filter object.
|
![]() | LoadFilterPopulationStatsAsync |
Runs the population statistic load in a thread.
|
![]() | LoadReports |
Loads reports with the given default information.
|
![]() | LoadReports(String, String) |
Loads a set of reports for the given criteria.
|
![]() | LoadStatistics |
Loads the statistics for this filter obj using the filter object's username and filter id.
Defaults passive to false.
|
![]() | LoadStatistics(Boolean) |
Loads the statistics for this filter obj using the filter object's username and filter id.
|
![]() | LoadStatistics(String, String) |
Loads up statistic information, forces a recalculation of the statistics payload.
|
![]() | LoadStatistics(String, String, Boolean) |
Loads up associated statistics for this filter object if they exist.
Passive = true, won't run statistics payload.
Passive = false, will run statistics payload.
|
![]() | LoadStatResults |
Runs the stat results calculation.
|
![]() | LoadStatResultsAsync |
Runs the stat resutls calculation in a thread.
|
![]() | NormalizeLegacyFilterObject |
Normalize legacy filter data for updated filter object use.
|
![]() | NormalizeUpdatedFilterObject |
Normalize filter object data for use.
|
![]() | Prep |
Prepares some class variables for a filter load.
|
![]() | PrintLegacyCriteriaObj |
Print the contents of a legacy Criteria object.
|
![]() | PrintLegacyCriterionObj |
Prints the contents of a legacy Criterion object.
|
![]() | ResetStatLoadingFlags |
Resets the statistic loading flags for forcing a stat reload.
|
![]() | SetFilterMode |
Sets the filter mode for this object.
|
![]() | SetJoinType |
Set the join type.
|
![]() | SetMaxReports |
Sets the maximum number of reports that can be associated with a filter object.
|
![]() | SetMaxStatistics |
Sets the maximum statistics value for the app.
|
![]() | SetPopData |
Sets the population statistic data to the given data table.
|
![]() | SetStatData |
Sets the user statistic data to the given data table.
|
![]() | SetStatResultsLoadingComplete |
Sets the stat results loading complete bool tp the given argument.
|
![]() | ToString |
Overridden ToString method, prints out information about this filter object.
(Overrides Object ToString .) |
![]() | wr |
Logging method only works if the logging boolean is toggled.
|
See Also