Property | Type | Description | |
---|---|---|---|
CheckEnvironmentSettings | void | ||
CheckIfConnectionStringAndProviderNotEmpty | void | ||
CheckIfSettingExists | bool | ||
GetDatabaseSetting | |||
GetExportPathSetting | |||
GetLogPathSetting | |||
GetSetting |
Method | Description | |
---|---|---|
Create ( string name, string provider, string database, string logPath, string exportPath ) : |
||
CreateTest ( ) : |
||
GenFormEnvironment ( Environment environment ) : System | ||
IsValid ( ) : bool |
Method | Description | |
---|---|---|
CheckEnvironmentSettings ( ) : void | ||
CheckIfConnectionStringAndProviderNotEmpty ( ) : void | ||
CheckIfSettingExists ( Settings settings ) : bool | ||
GetDatabaseSetting ( ) : |
||
GetExportPathSetting ( ) : |
||
GetLogPathSetting ( ) : |
||
GetSetting ( |
public static Create ( string name, string provider, string database, string logPath, string exportPath ) : |
||
name | string | |
provider | string | |
database | string | |
logPath | string | |
exportPath | string | |
return |
public static CreateTest ( ) : |
||
return |
public GenFormEnvironment ( Environment environment ) : System | ||
environment | Environment | |
return | System |