Holds response information returned from a request.
Inheritance Hierarchy
Relativity.Services.Interfaces.Shared.Models.ObjectIdentifier
Relativity.Services.Interfaces.Shared.Models.DisplayableObjectIdentifier
Relativity.Services.Interfaces.Tab.Models.TabResponse
Namespace: Relativity.Services.Interfaces.Tab.Models
Assembly: Relativity.Services.Interfaces (in Relativity.Services.Interfaces.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax
The TabResponse type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | TabResponse | Initializes a new instance of the TabResponse class |
Properties
Name | Description | |
---|---|---|
![]() | Actions |
Gets the list of RESTful actions available for the Tab.
|
![]() | ArtifactID | (Inherited from ObjectIdentifier.) |
![]() | CreatedBy |
Gets the name and id of who created the Tab.
|
![]() | CreatedOn |
Gets the time the Tab was created.
|
![]() | Guids | (Inherited from ObjectIdentifier.) |
![]() | IsDefault |
Gets the default flag value of the Tab.
|
![]() | IsVisible |
Gets the visible flag value of the Tab.
|
![]() | LastModifiedBy |
Gets the name and id of who last modified the Tab.
|
![]() | LastModifiedOn |
Gets the time the Tab was last modified.
|
![]() | Link |
Gets the link of the Tab.
|
![]() | LinkType |
Gets the link type of the Tab
|
![]() | Meta |
Gets the meta data associated with the Tab.
|
![]() | Name | (Inherited from DisplayableObjectIdentifier.) |
![]() | ObjectType |
Gets the name and artifact id of the object type for the Tab.
|
![]() | Order |
Gets the order of the Tab.
|
![]() | Parent |
Gets the name and artifact id of the parent tab for the Tab.
|
![]() | RelativityApplications |
Gets the list of all Relativity applications contain the Tab.
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also