Table of Contents

Interface IPath

Namespace
Loehnert.Lisrt.Contracts
Assembly
Loehnert.Lisrt.dll

Interface for an path.

public interface IPath : IHasKey
Inherited Members

Properties

Description

Gets the translatable description.

ITranslation Description { get; }

Property Value

ITranslation

Path

Gets or sets the absolute path.

string Path { get; set; }

Property Value

string

Methods

Save()

Saves the path e. g. to a settings file.

void Save()