C# 클래스 SenseNet.ContentRepository.Repository

파일 보기 프로젝트 열기: maxpavlov/FlexNet

공개 프로퍼티들

프로퍼티 타입 설명
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