FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deUserSession Members

The deUserSession type exposes the following members.

Constructors


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

Methods


  Name Description
Public method clone
Clones this instance.
Public method Static member fromJSON
Create user session from json.
Public method Static member fromXML
Froms the 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 isAdmin
Gets or sets a value indicating whether this instance is admin.
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.)