Class FacetFilterDescription
The description of an SAPUI5 FacetFilter test object.
Inheritance
FacetFilterDescription
Inherited Members
Namespace: HP.LFT.SDK.SAP.UI5
Assembly: HP.LFT.SDK.dll
Syntax
public class FacetFilterDescription : WebElementDescription, ICloneable, IDescription
Constructors
FacetFilterDescription()
Declaration
public FacetFilterDescription()
Properties
Filters
A collection of the titles of the filter lists, separated by semicolons (;).
Declaration
public string[] Filters { get; set; }
Property Value
| Type | Description |
|---|---|
| string[] |
FiltersCount
The number of filter lists contained in the facet filter.
Declaration
public uint? FiltersCount { get; set; }
Property Value
| Type | Description |
|---|---|
| uint? |
IsEnabled
Indicates whether or not the FacetFilter is enabled.
Declaration
public bool? IsEnabled { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
Mode
Return the visual mode of the facet filter.
Declaration
public FacetFilterMode? Mode { get; set; }
Property Value
| Type | Description |
|---|---|
| FacetFilterMode? |