Click or drag to resize

IFieldWidgetSupports Method

Returns true if the widget supports the environment.

Namespace:  NetQuarry.Data
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
bool Supports(
	WPEnvironment nEnvironment
)

Parameters

nEnvironment
Type: NetQuarry.DataWPEnvironment
The environment

Return Value

Type: Boolean
a boolean value indicating the widget's support for the given environment
See Also