Fields
Name | Description | |
---|---|---|
![]() ![]() | DEFAULT_FILTER_MAX |
Represents the default maximum number of filters available at one time.
|
![]() ![]() | DEFAULT_REPORT_MAX |
Represents the default maximum number of reports available for one filter.
|
![]() ![]() | DEFAULT_STATISTIC_MAX |
Represents the default maximum number of statistics available for one filter.
|
![]() | filters |
List of FilterObj kept track of by this manager.
|
![]() | maxFilters |
Local updated max filters, gets set to either the default or from the Web.Config.
|
![]() | maxReports |
Local updated max reports, gets set to either the default or from the Web.Config.
|
![]() | maxStatistics |
Local updated max stats, gets set to either the default or from the Web.Config.
|
![]() | userId |
Owner's user id.
|
See Also