ObjectResponseMessage Class
The structure contains object information along with the status of the request.
Inheritance Hierarchy
SystemObject
  Talisma.Server.Common.Dtos.LogicalIdentifierObjectResponseMessage

Namespace:  Talisma.Server.Common.Dtos.LogicalIdentifier
 

Syntax
C#
[SerializableAttribute]
public class ObjectResponseMessage

The ObjectResponseMessage type exposes the following members.

Properties
NameDescription
Public propertyErrorCode
Gets or sets the error code.
Public propertyErrorDescription
Gets or sets the error description.
Public propertyObjectInformations
Gets or sets the object informations.
Top
See Also