Class ScriptingPath
Path for scripting.
public class ScriptingPath : AbsoluteToRelativePathBase, INotifyPropertyChangedEx, INotifyPropertyChanged, IPath, IHasKey
- Inheritance
-
PropertyChangedBaseScriptingPath
- Implements
-
INotifyPropertyChangedEx
- Inherited Members
-
PropertyChangedBase.Refresh()PropertyChangedBase.IsNotifyingPropertyChangedBase.PropertyChanged
Constructors
ScriptingPath()
Initializes a new instance of the ScriptingPath class.
public ScriptingPath()
Properties
Description
Gets the translatable description.
public override ITranslation Description { get; }
Property Value
- ITranslation
Key
Gets the unique key.
public override string Key { get; }
Property Value
RelativePath
Gets or sets the relative path.
protected override string RelativePath { get; set; }
Property Value
Methods
Save()
Saves the path to the settings file.
public override void Save()