Click or drag to resize

MapperFiltersToolbarDesc Method

Get a string describing these filters and appropriate for use as a toolbar description.

Namespace:  NetQuarry.Data
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public string ToolbarDesc(
	GetFilterFlags flags,
	FilterDescOptions options
)

Parameters

flags
Type: NetQuarry.DataGetFilterFlags
The types of filters to include in the description.
options
Type: NetQuarry.DataFilterDescOptions
Options specifying how the description is to be composed.

Return Value

Type: String
The description string.
See Also