TabRequest Class

Relativity Services API
Represents a request to create or update a Tab in a Workspace.
Inheritance Hierarchy

System.Object
  Relativity.Services.Interfaces.Tab.Models.TabRequest

Namespace:  Relativity.Services.Interfaces.Tab.Models
Assembly:  Relativity.Services.Interfaces (in Relativity.Services.Interfaces.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax

public class TabRequest

The TabRequest type exposes the following members.

Constructors

  NameDescription
Public methodTabRequest()
Initializes an instance of the TabRequest class with all properties set to their default values.
Public methodTabRequest(TabResponse)
Initializes an instance of the TabRequest class with a response object, which is useful for chaining commands.
Top
Properties

  NameDescription
Public propertyArtifactID
Gets or Sets artifact ID of the Tab.
Public propertyIsDefault
Gets or Sets the default flag of the Tab.
Public propertyIsVisible
Gets or Sets the visible flag of the Tab.
Public propertyLink
Gets or Sets the link for the Tab.
Public propertyLinkType
Gets or Sets the link type of the Tab.
Public propertyName
Gets or Sets the name of the Tab.
Public propertyObjectType
Gets or Sets the identifier for object type of the Tab.
Public propertyOrder
Gets or Sets the order of the Tab.
Public propertyParent
Gets or Sets the identifier for parent of the Tab.
Public propertyRelativityApplications
Gets or Sets a list of identifiers of associated Relativity Applications for the Tab.
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference