Class FilterExtensions
- Namespace
- GroupeIsa.Neos.Designer.UIAbstractions
- Assembly
- GroupeIsa.Neos.Designer.UIAbstractions.dll
Represents an extension of Filter.
[ExcludeFromCodeCoverage]
public static class FilterExtensions
- Inheritance
-
FilterExtensions
- Inherited Members
Methods
ToText(Filter, IViewModel?)
Converts to human readable text. Only for transpilation.
public static string? ToText(this Filter filter, IViewModel? viewModel = null)
Parameters
filterFilterFilter.
viewModelIViewModelView model used to return the caption property from the name property.
Returns
- string
A human readable text.