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
)
Public Function GetShortDesc (
options As FilterDescOptions
) As String
Parameters
- options
- Type: NetQuarry.DataFilterDescOptions
Options describing how to construct the sort description.
Return Value
Type:
StringA string representing a short description.
See Also