Click or drag to resize

MapperDatasheetIsConfiguredFor Method

Determines if the mapper is currently configured for the specified MapperCapabilities.

Namespace:  NetQuarry.Data.WebMappers
Assembly:  EAP.WebMappers (in EAP.WebMappers.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public override bool IsConfiguredFor(
	MapperCapabilities capability
)

Parameters

capability
Type: NetQuarry.DataMapperCapabilities
The capability of interest.

Return Value

Type: Boolean
True if the mapper is configured for this capability, else false.

Implements

IMapperIsConfiguredFor(MapperCapabilities)
See Also