FilterHelperGetFilterHelper Method |
Gets the filtering helper object to use. The filtering helper provides for filter
keyword localization and provides various filtering utility methods. If a helper
object already exists for the current culture then that existing object will be
returned. If not, a new object will be created and initialized.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public static FilterHelper GetFilterHelper(
IAppContext cxt
)
Public Shared Function GetFilterHelper (
cxt As IAppContext
) As FilterHelper
Parameters
- cxt
- Type: NetQuarryIAppContext
The application context.
Return Value
Type:
FilterHelperThe filtering helper object to use.
See Also