C# Класс SenseNet.ContentRepository.Repository

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
ContentTemplatesFolderName string
ContentTypesFolderName string
ContentTypesFolderPath string
PORTALSECTIONKEY string
RootName string
RootPath string
SchemaFolderName string
SchemaFolderPath string
SystemFolderName string
SystemFolderPath string

Private Properties

Свойство Тип Описание
GetBooleanConfigValue bool
GetStringArrayConfigValue string[]

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

Метод Описание
Shutdown ( ) : void

Stops all internal services of the Repository.

Start ( ) : RepositoryInstance

Executes the default boot sequence of the Repository.

Repository will be stopped if the returned RepositoryStartSettings instance is disposed.

Start ( RepositoryStartSettings settings ) : RepositoryInstance

Executes the boot sequence of the Repository by the passed RepositoryStartSettings.

Repository will be stopped if the returned RepositoryStartSettings instance is disposed.

Started ( ) : bool

Returns the running state of the Repository.

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

Метод Описание
GetBooleanConfigValue ( string key, bool defaultValue ) : bool
GetStringArrayConfigValue ( string key ) : string[]

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

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

Stops all internal services of the Repository.
public static Shutdown ( ) : void
Результат void

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

Executes the default boot sequence of the Repository.
Repository will be stopped if the returned RepositoryStartSettings instance is disposed.
public static Start ( ) : RepositoryInstance
Результат RepositoryInstance

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

Executes the boot sequence of the Repository by the passed RepositoryStartSettings.
Repository will be stopped if the returned RepositoryStartSettings instance is disposed.
public static Start ( RepositoryStartSettings settings ) : RepositoryInstance
settings RepositoryStartSettings
Результат RepositoryInstance

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

Returns the running state of the Repository.
public static Started ( ) : bool
Результат bool

Описание свойств

ContentTemplatesFolderName публичное статическое свойство

public static string ContentTemplatesFolderName
Результат string

ContentTypesFolderName публичное статическое свойство

public static string ContentTypesFolderName
Результат string

ContentTypesFolderPath публичное статическое свойство

public static string ContentTypesFolderPath
Результат string

PORTALSECTIONKEY публичное статическое свойство

public static string PORTALSECTIONKEY
Результат string

RootName публичное статическое свойство

public static string RootName
Результат string

RootPath публичное статическое свойство

public static string RootPath
Результат string

SchemaFolderName публичное статическое свойство

public static string SchemaFolderName
Результат string

SchemaFolderPath публичное статическое свойство

public static string SchemaFolderPath
Результат string

SystemFolderName публичное статическое свойство

public static string SystemFolderName
Результат string

SystemFolderPath публичное статическое свойство

public static string SystemFolderPath
Результат string