Interface ISettingsPageContext
Namespace: SociallyDistant.Core.Core.Config
Assembly: SociallyDistant.Framework.dll
Syntax
public interface ISettingsPageContext
Properties
Description
Declaration
string Description { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Title
Declaration
string Title { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
ShowCategory(SettingsCategory)
Declaration
void ShowCategory(SettingsCategory category)
Parameters
| Type | Name | Description |
|---|---|---|
| SettingsCategory | category |
ShowWidget(Widget)
Declaration
void ShowWidget(Widget settingsPageWidget)
Parameters
| Type | Name | Description |
|---|---|---|
| Widget | settingsPageWidget |