메소드 | 설명 | |
---|---|---|
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 ( ) : |
Creates a default configuration entity.
|
|
DirectoryIsValid ( string directoryPath ) : bool |
Validates that the given directory is valid and exists.
|
public StumpsConfiguration ( IConfigurationDataAccess dataAccess ) : System | ||
dataAccess | IConfigurationDataAccess | The data access. |
리턴 | System |