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 (26.2.0.1000)
Syntax
[DataContractAttribute]
public class LogOnResultData

The LogOnResultData type exposes the following members.

Constructors
 NameDescription
Public methodLogOnResultDataInitializes a new instance of the LogOnResultData class
Top
Properties
 NameDescription
Public propertyAdditionalDetailsGets additional details about the authentication failure.
Public propertyData Gets additional data associated with the authentication operation.
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