Table of Contents

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
PropertyChangedBase
ResultsPath
Implements
INotifyPropertyChangedEx
Inherited Members
PropertyChangedBase.Refresh()
PropertyChangedBase.IsNotifying
PropertyChangedBase.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

string

RelativePath

Gets or sets the relative path.

protected override string RelativePath { get; set; }

Property Value

string

Methods

Save()

Saves the path setting into a file.

public override void Save()