Interface IPath
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
Methods
Save()
Saves the path e. g. to a settings file.
void Save()