Table of Contents

Class ScriptingPath

Namespace
Loehnert.Lisrt.Scripting
Assembly
Loehnert.Lisrt.Scripting.dll

Path for scripting.

public class ScriptingPath : AbsoluteToRelativePathBase, INotifyPropertyChangedEx, INotifyPropertyChanged, IPath, IHasKey
Inheritance
PropertyChangedBase
ScriptingPath
Implements
INotifyPropertyChangedEx
Inherited Members
PropertyChangedBase.Refresh()
PropertyChangedBase.IsNotifying
PropertyChangedBase.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

string

RelativePath

Gets or sets the relative path.

protected override string RelativePath { get; set; }

Property Value

string

Methods

Save()

Saves the path to the settings file.

public override void Save()