TabResponseMessage Class
This structure contains tab information along with the status of the request.
Inheritance Hierarchy
SystemObject
  Talisma.Server.Common.Dtos.LogicalIdentifierTabResponseMessage

Namespace:  Talisma.Server.Common.Dtos.LogicalIdentifier
 

Syntax
C#
[SerializableAttribute]
public class TabResponseMessage

The TabResponseMessage type exposes the following members.

Properties
NameDescription
Public propertyErrorCode
Gets or sets the error code.
Public propertyErrorDescription
Gets or sets the error description.
Public propertyObjectInfo
Gets or sets the object information.
Public propertyTabInformations
Gets or sets the tab informations.
Top
See Also