- Assembly
- UnitTest
.dll - Namespace
- Terrasoft
.UnitTest - Base Types
-
- UserConnection
graph BT
Type-->Base0["UserConnection"]
Type["TestUserConnection"]
class Type type-node
Syntax
public class TestUserConnection : UserConnection
Constructors
Name | Summary |
---|---|
TestUserConnection |
Properties
Name | Value | Summary |
---|---|---|
ApplicationCache | ICacheStore | |
ApplicationData | IDataStore | |
DBExecutor | DBExecutor | |
DBSecurityEngine | DBSecurityEngine | |
EntitySchemaManager | EntitySchemaManager | |
IProcessEngine | IProcessEngine | |
LicHelper | LicHelper | |
RequestData | IDataStore | |
SessionCache | ICacheStore | |
SessionData | IDataStore | |
SettingsValues | Dictionary |
|
Try |
bool | |
WorkspaceCache | ICacheStore |
Methods
Extension Methods
Name | Value | Summary |
---|---|---|
AddLicOperation |
void |
From UnitTestUtilities
|
Create |
DBSecurityEngine |
From UnitTestUtilities
|
RevokeLicOperation |
void |
From UnitTestUtilities
|
SetBackingValue |
T |
Sets the backing value.
From ValueExtensions
|
SetupCurrentUser |
void |
From UnitTestUtilities
|
SetupCurrentUser |
void |
From UnitTestUtilities
|
SetupDb |
void |
From UnitTestUtilities
|
Setup |
void |
From UnitTestUtilities
|
SetupSysWorkspace |
SysWorkspace |
From UnitTestUtilities
|
With |
TBuilder |
Adds the specified dictionary to the provided dictionary.
|