Class SettingsDetailsPageBase
Base page for settings details and search pages.
[UINavigation(false)]
public abstract class SettingsDetailsPageBase : Page<SettingsDetailTemplateClientProperties>, IPage
- Inheritance
-
objectSettingsDetailsPageBase
- Implements
- Derived
- Inherited Members
- Extension Methods
Constructors
SettingsDetailsPageBase(IFormDataBinder, IFormComponentCommandInvoker)
Creates a new instance of the SettingsDetailsPageBase.
protected SettingsDetailsPageBase(IFormDataBinder formDataBinder, IFormComponentCommandInvoker formComponentCommandInvoker)
Parameters
formDataBinder
IFormDataBinderformComponentCommandInvoker
IFormComponentCommandInvoker
Properties
CategoryId
Id of selected node in settings tree.
public virtual int CategoryId { get; set; }
Property Value
- int
Methods
ComponentCommand(FormComponentCommandModel, CancellationToken)
Handles the form component command invocation.
public Task<object> ComponentCommand(FormComponentCommandModel commandModel, CancellationToken cancellationToken)
Parameters
commandModel
FormComponentCommandModelForm component command arguments.
cancellationToken
CancellationTokenThe cancellation instruction.
Returns
- Task<object>
Returns the form component command result.
Save(SaveKeysArguments)
Performs a validation of incoming settings values and if valid updates the changed settings.
public Task<ICommandResponse<SaveKeysResult>> Save(SaveKeysArguments args)
Parameters
args
SaveKeysArgumentsSettings values from current page
Returns
- Task<ICommandResponse<SaveKeysResult>>
Returns result of the settings' update.