Class SettingsSearch
Settings search page.
public sealed class SettingsSearch : SettingsDetailsPageBase, IPage
- Inheritance
-
objectSettingsSearch
- Implements
- Inherited Members
- Extension Methods
Constructors
SettingsSearch(IFormDataBinder, IFormComponentCommandInvoker)
Initializes a new instance of the SettingsDetails class.
public SettingsSearch(IFormDataBinder formDataBinder, IFormComponentCommandInvoker formComponentCommandInvoker)
Parameters
formDataBinder
IFormDataBinderformComponentCommandInvoker
IFormComponentCommandInvoker
Methods
ConfigureTemplateProperties(SettingsDetailTemplateClientProperties)
Gets the object representing client side template properties.
public override Task<SettingsDetailTemplateClientProperties> ConfigureTemplateProperties(SettingsDetailTemplateClientProperties properties)
Parameters
properties
SettingsDetailTemplateClientPropertiesInitialized properties object.
Returns
Filter(string)
Handles the filter command invocation.
public Task<ICommandResponse<List<SettingsGroupCategory>>> Filter(string filter)
Parameters
filter
stringString to filter by.
Returns
- Task<ICommandResponse<List<SettingsGroupCategory>>>
Returns the filtered setting keys.