FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deServerSession Members

The deServerSession type exposes the following members.

Constructors


  Name Description
Public method deServerSession()()()()
Initializes a new instance of the deServerSession class.
Public method deServerSession(String, String, String, Guid, String, IErrorProvider)
Initializes a new instance of the deServerSession class.

Methods


  Name Description
Public method clone
Clones this instance.
Public method Static member fromJSON
Create server session from json.
Public method Static member fromXML
Froms the XML.
Public method getUserSession
Gets the user session.
Public method toJSON
Create the session from json.
(Inherited from deSession.)
Public method toXML
Server session object as XML

Properties


  Name Description
Public property connectionString
Gets or sets the connection string.
(Inherited from deSession.)
Public property connectionStringKey
Gets or sets the connection key.
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 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 workflowUserID
Gets or sets the workflow user identifier.
(Inherited from deSession.)