LogOnResultData Class

The data transfer object for returning a log on response, represents a LogOnResult.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsLogOnResultData

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
[DataContractAttribute]
public class LogOnResultData

The LogOnResultData type exposes the following members.

Constructors
  NameDescription
Public methodLogOnResultData
Initializes a new instance of the LogOnResultData class
Top
Properties
  NameDescription
Public propertyAdditionalDetails
Gets additional details about the authentication failure.
Public propertyLogOnFailureReason
Gets the reason why authentication failed.
Public propertyMessage
Gets a friendly message describing the failure reason.
Public propertySessionId
Gets or sets the session ID. This represents the Session, but is converted to ID for better transfer.
Top
Methods
  NameDescription
Public methodStatic memberToDataContractMappings
The mapping between LogOnResult and LogOnResultData.
Top
See Also