FilterObj FieldsA Sandcastle Documented Class Library
Fields

  NameDescription
Private fieldStatic memberASYNC
Controls whether or not statistics and reports are loaded up asynchronously.
Private fieldconfigTables
Holds the filter systems list of tables used to build queries on.
Private fieldconfigTableSelect
Query template used to load the top row from each filter config table. Row is used for column name and data type information.
Private fieldcoreTables
The table that holds the db table linking data.
Private fieldcurrentFilterId
Holds the current filter id.
Private fieldfilterEntry
Holds the data in the FILTER table for a given filter id.
Private fieldjoin
Toggles the join type used when building the filter query.
Private fieldkey
Encrypted key for communicating with the web service.
Private fieldlegacyFilterObjColumn
Database column that holds the legacy binary serialized filter object data.
Private fieldlogging
Turns console logging on and off
Private fieldmaxReports
Holds the maximum number of statistic entries in the system.
Private fieldmaxStats
Holds the maximum number of statistic entries in the system.
Private fieldmode
Toggles the filter mode used when building the filter query.
Private fieldStatic memberNO_LOADING
If true, prevents loading of pop stats, user stats, and user reports on the server side.
Private fieldnoConfigTableSchemaFoundErrMsg
Error message for not being able to load a row from a config table.
Private fieldnoConfigTablesErrMsg
Error message for not being able to load the config tables list.
Private fieldnoFilterEntryErrMsg
Error message for not being able to load the filter entry.
Private fieldp4s2CriteriaObj
Legacy object support, used to bring binary data from the filter table into a VB object. New entries will use serialized text or XML that is base64 encoded.
Private fieldpopData
Holds the population statistics for this filter object.
Private fieldpopQrs
Holds information about all of the queries ran for the filter's basic statistics.
Private fieldpopStatLoadingComplete
Keeps track of the state of the population statistics loading.
Private fieldprctGeoCodedDbl
Holds the percent of geocoded claims associated with thise filter.
Private fieldprctGeoCodedStr
Private fieldqueryCoded
Holds the current filter query in object form. This query is to be used for the actual database call and uses a coded value that users couldn't understand.
Private fieldqueryLegacyCoded
SqlQuery object used to hold legacy query information in coded form.
Private fieldqueryLegacyIdx
Internal variable that tracks the index of the SqlTokens as they are built from legacy objects.
Private fieldqueryLegacyLevel
Internal variable for tracking the recursive levels of the legacy filter object.
Private fieldqueryLegacyLiteral
SqlQuery object used to hold legacy query information in literal form.
Private fieldqueryLiteral
Holds the current filter query in object form. This query is to be used for the literal representation the user sees in the presentation layer.
Private fieldreports
Holds all associated report objects.
Private fieldsecretKey
Clear key used to communicate with the web service.
Private fieldstatData
Holds the statistics results set for this filter.
Private fieldstatQrs
Holds information about all of the queries ran for this filter's statistics.
Private fieldstatResultsLoadingComplete
Keeps track of the state of the stat results loading.
Private fieldstats
Holds all associated statistic objects.
Private fieldsvc
Reference to the web service.
Private fieldtableSchema
Holds a DataRow from each of the config tables, references by table name.
Private fieldtestMode
Turns on test mode to use TSRCSERVER7 for filter entries.
Private fieldtype
The type of filter we have, legacy or new
Private fieldunexpectedLegacyObjetcErrMsg
Error message for when the binary legacy data can't be loaded into a Criteria object.
Private fieldupdatedFilterObjColumnCoded
Database column that holds the new text serialized filter object data, coded version.
Private fieldupdatedFilterObjColumnLiteral
Database column that holds the new test serialized filter object data, literal version.
Back to Top
See Also