UserResponseMessage Class
This structure contains user information along with the status of the request.
Inheritance Hierarchy
SystemObject
  Talisma.Server.Common.Dtos.LogicalIdentifierUserResponseMessage

Namespace:  Talisma.Server.Common.Dtos.LogicalIdentifier
 

Syntax
C#
[SerializableAttribute]
public class UserResponseMessage

The UserResponseMessage type exposes the following members.

Properties
NameDescription
Public propertyErrorCode
Gets or sets the error code.
Public propertyErrorDescription
Gets or sets the error description.
Public propertyUserInformations
Gets or sets the user information.
Top
See Also