deAPIBase Members
The deAPIBase type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
|
|
deAPIBase(String, String, IErrorProvider) |
Initializes a new instance of the deAPIBase class.
|
|
|
deAPIBase(String, String, String) |
Initializes a new instance of the deAPIBase class.
|
|
|
deAPIBase(deUserSession) |
Initializes a new instance of the deAPIBase class.
|
Methods
| Name | Description | |
|---|---|---|
|
|
getCurrentUser |
Gets the current user.
|
|
|
getProperties |
Gets the properties.
|
|
|
getProperty(String) |
get property value
|
|
|
getProperty<(Of <<'(T>)>>)(String) |
Gets the property.
|
|
|
getTenant |
Returns the current tenant
|
|
|
getTenantID |
Returns tenant id
|
|
|
getUserSession |
Gets the user session.
|
Fields
| Name | Description | |
|---|---|---|
|
|
m_isMasterTenant |
Is master tenant
|
|
|
m_isMultiTenant |
Is multi-tenant option used
|
|
|
m_oTenant |
The tenant
|
|
|
m_oUserSession |
The m o user session
|
|
|
m_sError |
Error message store
|
Properties
| Name | Description | |
|---|---|---|
|
|
connectionString |
gets the connection string for the database
|
|
|
errorMsg |
return last error message
|
|
|
externalUserID |
Gets the external user identifier.
|
|
|
isMasterTenant |
return if the session is for the master tenant
|
|
|
isMultiTenant |
returns if the API is being used on multi-tenant mode
|
|
|
oErrorProvider |
Gets the o error provider.
|
|
|
tenantMasterConnectionString |
gets the tenant master database connection string
|
|
|
workflowUserID |
returns the user id
|

