14 public abstract string title {
get; }
Basic functionality for any adjustment that can be managed in the "Essentials Settings Window"
abstract void Revert()
Reverts the modification leaving the state of the platform as it was before applying it.
virtual bool showInSettingsWindow
If the modification should be displayed or not in the Essentials' settings window
void OpenInfoURL()
Opens the URL containing the information of the modification
virtual string applyAdjustmentShortExplanation
Short explanation of what will be the actions done while applying the modification
abstract string title
Title or short definition of the configuration modification
abstract string revertButtonText
Text displayed on the button to revert the modification
abstract void Apply()
Applies the desired modification.
abstract string applyButtonText
Text displayed on the button to apply the modification
string infoButtonText
Text displayed on the button to get more information about the modification
virtual string revertAdjustmentShortExplanation
Short explanation of what will be the actions done while reverting the modification
abstract string infoURL
URL where the information regarding the modification can be found
Interface integrating all the basic elements that an adjustment that can be managed in the "Essential...