Represents a request to create or update a Tab in a Workspace.
Inheritance Hierarchy
Relativity.Services.Interfaces.Tab.Models.TabRequest
Namespace: Relativity.Services.Interfaces.Tab.Models
Assembly: Relativity.Services.Interfaces (in Relativity.Services.Interfaces.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax
The TabRequest type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | TabRequest() |
Initializes an instance of the TabRequest class with all properties set to their default values.
|
![]() | TabRequest(TabResponse) |
Initializes an instance of the TabRequest class with a response object, which is useful for chaining commands.
|
Properties
Name | Description | |
---|---|---|
![]() | ArtifactID |
Gets or Sets artifact ID of the Tab.
|
![]() | IsDefault |
Gets or Sets the default flag of the Tab.
|
![]() | IsVisible |
Gets or Sets the visible flag of the Tab.
|
![]() | Link |
Gets or Sets the link for the Tab.
|
![]() | LinkType |
Gets or Sets the link type of the Tab.
|
![]() | Name |
Gets or Sets the name of the Tab.
|
![]() | ObjectType |
Gets or Sets the identifier for object type of the Tab.
|
![]() | Order |
Gets or Sets the order of the Tab.
|
![]() | Parent |
Gets or Sets the identifier for parent of the Tab.
|
![]() | RelativityApplications |
Gets or Sets a list of identifiers of associated Relativity Applications for 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