C# 클래스 Stumps.Server.StumpsConfiguration

A class that represents the configuration used for the Stumps server.
파일 보기 프로젝트 열기: Cayan-LLC/stumps 1 사용 예제들

공개 메소드들

메소드 설명
LoadConfiguration ( ) : void

Loads the configuration from the data store.

SaveConfiguration ( ) : void

Saves the configuration to the data store.

StumpsConfiguration ( IConfigurationDataAccess dataAccess ) : System

Initializes a new instance of the T:Stumps.Server.StumpsConfiguration class.

ValidateConfigurationSettings ( ) : bool

Validates the configuration settings are correct.

비공개 메소드들

메소드 설명
CreateDefaultConfigurationEntity ( ) : ConfigurationEntity

Creates a default configuration entity.

DirectoryIsValid ( string directoryPath ) : bool

Validates that the given directory is valid and exists.

메소드 상세

LoadConfiguration() 공개 메소드

Loads the configuration from the data store.
public LoadConfiguration ( ) : void
리턴 void

SaveConfiguration() 공개 메소드

Saves the configuration to the data store.
public SaveConfiguration ( ) : void
리턴 void

StumpsConfiguration() 공개 메소드

Initializes a new instance of the T:Stumps.Server.StumpsConfiguration class.
is null.
public StumpsConfiguration ( IConfigurationDataAccess dataAccess ) : System
dataAccess IConfigurationDataAccess The data access.
리턴 System

ValidateConfigurationSettings() 공개 메소드

Validates the configuration settings are correct.
public ValidateConfigurationSettings ( ) : bool
리턴 bool