Click or drag to resize

ResultLogin Class

Used to return status information from login-related method calls.
Inheritance Hierarchy
SystemObject
  SeniorSystemsWS.EntityResultLogin

Namespace:  SeniorSystemsWS.Entity
Assembly:  SeniorSystemsWS.Entity (in SeniorSystemsWS.Entity.dll) Version: 937.0.0.0 (937.0.0.33)
Syntax
public class ResultLogin

The ResultLogin type exposes the following members.

Properties
  NameDescription
Public propertyAuthKey
Gets or sets the authorization key token.
Public propertyEntityNo
Gets or sets the entity number.
Public propertyErrorType
A list of errors returned from the method call.
Public propertyLDAPUserAuthenticated
Gets or sets whether the currently logged in user was LDAP authenticated.
Public propertyMessage
Gets or sets the additional error message text.
Public propertyStatus
Gets or sets the return status.
Top
See Also