Table of Contents

Interface ISettingsEditor

Namespace
Gemini.Modules.Settings
Assembly
Gemini.dll

Interface for a settings page.

public interface ISettingsEditor

Properties

SettingsPageName

Gets the translated settings page name.

string SettingsPageName { get; }

Property Value

string

SettingsPagePath

Gets the translated settings page path.

string SettingsPagePath { get; }

Property Value

string

Methods

ApplyChanges()

Applies the settings.

void ApplyChanges()

Initialize()

Initializes the class. Called on each opening.

void Initialize()