C# Class SenseNet.ContentRepository.Repository

Afficher le fichier Open project: maxpavlov/FlexNet

Méthodes publiques

Свойство Type Description
ContentTemplatesFolderName string
ContentTypesFolderName string
ContentTypesFolderPath string
PORTALSECTIONKEY string
RootName string
RootPath string
SchemaFolderName string
SchemaFolderPath string
SystemFolderName string
SystemFolderPath string

Private Properties

Свойство Type Description
GetBooleanConfigValue bool
GetStringArrayConfigValue string[]

Méthodes publiques

Méthode Description
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.

Private Methods

Méthode Description
GetBooleanConfigValue ( string key, bool defaultValue ) : bool
GetStringArrayConfigValue ( string key ) : string[]

Method Details

Shutdown() public static méthode

Stops all internal services of the Repository.
public static Shutdown ( ) : void
Résultat void

Start() public static méthode

Executes the default boot sequence of the Repository.
Repository will be stopped if the returned RepositoryStartSettings instance is disposed.
public static Start ( ) : RepositoryInstance
Résultat RepositoryInstance

Start() public static méthode

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
Résultat RepositoryInstance

Started() public static méthode

Returns the running state of the Repository.
public static Started ( ) : bool
Résultat bool

Property Details

ContentTemplatesFolderName public_oe static_oe property

public static string ContentTemplatesFolderName
Résultat string

ContentTypesFolderName public_oe static_oe property

public static string ContentTypesFolderName
Résultat string

ContentTypesFolderPath public_oe static_oe property

public static string ContentTypesFolderPath
Résultat string

PORTALSECTIONKEY public_oe static_oe property

public static string PORTALSECTIONKEY
Résultat string

RootName public_oe static_oe property

public static string RootName
Résultat string

RootPath public_oe static_oe property

public static string RootPath
Résultat string

SchemaFolderName public_oe static_oe property

public static string SchemaFolderName
Résultat string

SchemaFolderPath public_oe static_oe property

public static string SchemaFolderPath
Résultat string

SystemFolderName public_oe static_oe property

public static string SystemFolderName
Résultat string

SystemFolderPath public_oe static_oe property

public static string SystemFolderPath
Résultat string