FilterObjManager FieldsA Sandcastle Documented Class Library
Fields

  NameDescription
Private fieldStatic memberDEFAULT_FILTER_MAX
Represents the default maximum number of filters available at one time.
Private fieldStatic memberDEFAULT_REPORT_MAX
Represents the default maximum number of reports available for one filter.
Private fieldStatic memberDEFAULT_STATISTIC_MAX
Represents the default maximum number of statistics available for one filter.
Private fieldfilters
List of FilterObj kept track of by this manager.
Private fieldmaxFilters
Local updated max filters, gets set to either the default or from the Web.Config.
Private fieldmaxReports
Local updated max reports, gets set to either the default or from the Web.Config.
Private fieldmaxStatistics
Local updated max stats, gets set to either the default or from the Web.Config.
Private fielduserId
Owner's user id.
Back to Top
See Also