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
)
Public Function ToolbarDesc (
flags As GetFilterFlags,
options As FilterDescOptions
) As String
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:
StringThe description string.
See Also