![]() |
Flexberry ORM 4.0.0
|
Открытые члены | |
void | Dispose () |
Deletes the temporary databases and perform other cleaning. Подробнее... | |
Защищенные члены | |
BaseIntegratedTest (string tempDbNamePrefix) | |
Initializes a new instance of the BaseIntegratedTest class. Подробнее... | |
virtual MSSQLDataService | CreateMssqlDataService (string connectionString) |
Creates the MSSQLDataService instance for temp database. Подробнее... | |
virtual PostgresDataService | CreatePostgresDataService (string connectionString) |
Creates the PostgresDataService instance for temp database. Подробнее... | |
virtual OracleDataService | CreateOracleDataService (string connectionString) |
Creates the OracleDataService instance for temp database. Подробнее... | |
virtual void | Dispose (bool disposing) |
Deletes the temporary databases and perform other cleaning. Подробнее... | |
Свойства | |
virtual string | MssqlScript [get] |
virtual string | PostgresScript [get] |
virtual string | OracleScript [get] |
IEnumerable< IDataService > | DataServices [get] |
Data services for temp databases. Подробнее... | |
|
inlineprotected |
Initializes a new instance of the BaseIntegratedTest class.
tempDbNamePrefix | Prefix for temp database name. |
|
inlineprotectedvirtual |
Creates the MSSQLDataService instance for temp database.
connectionString | The connection string. |
Переопределяется в ICSSoft.STORMNET.Business.Audit.IntegratedTests.BaseAuditServiceTest.
|
inlineprotectedvirtual |
Creates the OracleDataService instance for temp database.
connectionString | The connection string. |
Переопределяется в ICSSoft.STORMNET.Business.Audit.IntegratedTests.BaseAuditServiceTest.
|
inlineprotectedvirtual |
Creates the PostgresDataService instance for temp database.
connectionString | The connection string. |
Переопределяется в ICSSoft.STORMNET.Business.Audit.IntegratedTests.BaseAuditServiceTest.
|
inlineprotectedvirtual |
Deletes the temporary databases and perform other cleaning.
disposing | Flag: indicates whether method is calling from "Dispose()" or not. |
|
inline |
Deletes the temporary databases and perform other cleaning.
|
getprotected |
Data services for temp databases.