Full constructor for the SavedFilter class.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public SavedFilter(
IAppContext cxt,
IDatabase db
)
Public Sub New (
cxt As IAppContext,
db As IDatabase
)
Parameters
- cxt
- Type: NetQuarryIAppContext
The application context. - db
- Type: NetQuarryIDatabase
The database storing the SavedFilter.
See Also