C# Класс withSIX.Core.PathConfiguration

Наследование: IPathConfiguration, IDomainService, IEnableLogging
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
GetLocalDataRootPath ( ) : IAbsoluteDirectoryPath
GetRoamingRootPath ( ) : IAbsoluteDirectoryPath
SetPaths ( IAbsoluteDirectoryPath appPath = null, IAbsoluteDirectoryPath dataPath = null, IAbsoluteDirectoryPath localDataPath = null, IAbsoluteDirectoryPath tempPath = null, IAbsoluteDirectoryPath configPath = null, IAbsoluteDirectoryPath toolPath = null, IAbsoluteDirectoryPath sharedDataPath = null ) : void

Защищенные методы

Метод Описание
GetAppPath ( ) : IAbsoluteDirectoryPath
GetDataPath ( ) : IAbsoluteDirectoryPath
GetLocalDataPath ( ) : IAbsoluteDirectoryPath
GetMyDocumentsPath ( ) : IAbsoluteDirectoryPath
GetProgramDataPath ( ) : IAbsoluteDirectoryPath

Приватные методы

Метод Описание
GetLocalDataSharedPath ( ) : IAbsoluteDirectoryPath
GetLocalSharedDllPath ( ) : IAbsoluteDirectoryPath
GetSystemSharedPath ( ) : IAbsoluteDirectoryPath

Описание методов

GetAppPath() защищенный метод

protected GetAppPath ( ) : IAbsoluteDirectoryPath
Результат IAbsoluteDirectoryPath

GetDataPath() защищенный метод

protected GetDataPath ( ) : IAbsoluteDirectoryPath
Результат IAbsoluteDirectoryPath

GetLocalDataPath() защищенный метод

protected GetLocalDataPath ( ) : IAbsoluteDirectoryPath
Результат IAbsoluteDirectoryPath

GetLocalDataRootPath() публичный статический метод

public static GetLocalDataRootPath ( ) : IAbsoluteDirectoryPath
Результат IAbsoluteDirectoryPath

GetMyDocumentsPath() защищенный метод

protected GetMyDocumentsPath ( ) : IAbsoluteDirectoryPath
Результат IAbsoluteDirectoryPath

GetProgramDataPath() защищенный метод

protected GetProgramDataPath ( ) : IAbsoluteDirectoryPath
Результат IAbsoluteDirectoryPath

GetRoamingRootPath() публичный статический метод

public static GetRoamingRootPath ( ) : IAbsoluteDirectoryPath
Результат IAbsoluteDirectoryPath

SetPaths() публичный метод

public SetPaths ( IAbsoluteDirectoryPath appPath = null, IAbsoluteDirectoryPath dataPath = null, IAbsoluteDirectoryPath localDataPath = null, IAbsoluteDirectoryPath tempPath = null, IAbsoluteDirectoryPath configPath = null, IAbsoluteDirectoryPath toolPath = null, IAbsoluteDirectoryPath sharedDataPath = null ) : void
appPath IAbsoluteDirectoryPath
dataPath IAbsoluteDirectoryPath
localDataPath IAbsoluteDirectoryPath
tempPath IAbsoluteDirectoryPath
configPath IAbsoluteDirectoryPath
toolPath IAbsoluteDirectoryPath
sharedDataPath IAbsoluteDirectoryPath
Результат void