Class VerticalEnvironment
Описывает окружение Вертикали.
Inherited Members
Namespace: Ascon.Vertical
Assembly: Ascon.Vertical.dll
Syntax
public static class VerticalEnvironment
Fields
ApplicationId
Идентификатор приложения.
Declaration
public static readonly Guid ApplicationId
Field Value
| Type | Description |
|---|---|
| Guid |
Properties
CommonsPath
Возвращает путь до папки с общими данными Вертикали.
Declaration
public static string? CommonsPath { get; }
Property Value
| Type | Description |
|---|---|
| string |
ComplexCommonDataPath
Возвращает путь до папки с общими данными комплекса.
Declaration
public static string? ComplexCommonDataPath { get; }
Property Value
| Type | Description |
|---|---|
| string |
DocumentationPath
Возвращает путь до папки содержащий документацию по Вертикали.
Declaration
public static string DocumentationPath { get; }
Property Value
| Type | Description |
|---|---|
| string |
InstallPath
Возвращает путь до папки в которую установлена Вертикаль.
Declaration
public static string InstallPath { get; }
Property Value
| Type | Description |
|---|---|
| string |
TemporaryPath
Возвращает путь до папки содержащей временные файлы Вертикали.
Declaration
public static string TemporaryPath { get; }
Property Value
| Type | Description |
|---|---|
| string |