Click or drag to resize

SavedFilter Constructor

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
)

Parameters

cxt
Type: NetQuarryIAppContext
The application context.
db
Type: NetQuarryIDatabase
The database storing the SavedFilter.
See Also