Class ResultsPath
- Namespace
- Loehnert.Lisrt.TypeAndResult
- Assembly
- Loehnert.Lisrt.TypeAndResult.dll
Represents the path definition for result files.
public class ResultsPath : AbsoluteToRelativePathBase, INotifyPropertyChangedEx, INotifyPropertyChanged, IPath, IHasKey
- Inheritance
-
PropertyChangedBaseResultsPath
- Implements
-
INotifyPropertyChangedEx
- Inherited Members
-
PropertyChangedBase.Refresh()PropertyChangedBase.IsNotifyingPropertyChangedBase.PropertyChanged
Examples
This example creates and exports the result path.
public static class PathDefinitions
{
[Export(typeof(IPath)]
public static IPath ResultsPath { get; } = new ResultsPath();
}
Properties
Description
Gets the localized 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 setting into a file.
public override void Save()