Click or drag to resize

MapperFiltersGetShortDesc Method (FilterDescOptions)

Calculates a short description for the entire collection of applied filters per the provided FilterDescOptions.

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

Parameters

options
Type: NetQuarry.DataFilterDescOptions
Options describing how to construct the sort description.

Return Value

Type: String
A string representing a short description.
See Also