FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deTenantUserSession Members

The deTenantUserSession type exposes the following members.

Constructors


  Name Description
Public method deTenantUserSession()()()()
Initializes a new instance of the deTenantUserSession class.
Public method deTenantUserSession(String, String, String, String, String, Guid, String, IErrorProvider)
Default constructor for the tenant user session

Methods


  Name Description
Public method clone
Make a copy of the tenant user session
Public method Static member fromJSON
Create tenant user session from json
Public method Static member fromXML
Create tenant user session from xml
Public method toJSON
Create the session from json.
(Inherited from deSession.)
Public method toXML
User session object as XML

Properties


  Name Description
Public property connectionString
Gets or sets the connection string.
(Inherited from deSession.)
Public property culture
Gets or sets the culture.
(Inherited from deSession.)
Public property externalUserName
Gets or sets the name of the external user.
(Inherited from deSession.)
Public property host
Gets or sets the host.
Public property isAdmin
Gets or sets a value indicating whether this instance is admin.
(Inherited from deUserSession.)
Public property isMasterTenant
Is master tenant
(Inherited from deSession.)
Public property isMultiTenant
Is multi tenant
(Inherited from deSession.)
Public property oErrorProvider
Gets or sets the o error provider.
(Inherited from deSession.)
Public property tenantID
Gets or sets the tenant identifier.
Public property tenantMasterConnectionString
Gets or sets the tenant master connection string.
Public property workflowUserID
Gets or sets the workflow user identifier.
(Inherited from deSession.)