WorkspaceGroupID Class

Relativity Services API
The WorkspaceGroupID class provides the identifier of a Group object in an associated workspace.
Inheritance Hierarchy

System.Object
  kCura.Relativity.Client.WorkspaceGroupID

Namespace:  kCura.Relativity.Client
Assembly:  kCura.Relativity.Client (in kCura.Relativity.Client.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax

public class WorkspaceGroupID

The WorkspaceGroupID type exposes the following members.

Constructors

  NameDescription
Public methodWorkspaceGroupID
Creates a new WorkspaceGroupID object with the provided Workspace and Group Artifact ID.
Top
Properties

  NameDescription
Public propertyGroupArtifactID
Gets the unique identifier for this group in the associated workspace.
Public propertyWorkspaceID
Gets the workspace identifier for which this group has the associated ID
Top
Methods

  NameDescription
Public methodEquals
Compares this to another object for equality based on it's GroupArtifactID and WorkspaceID.
(Overrides Object.Equals(Object).)
Public methodGetHashCode
Gets the non-cryptographic hash code for this object based on it's GroupArtifactID and WorkspaceID.
(Overrides Object.GetHashCode().)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Converts the object to it's string representation, "WorkspaceGroupID([GroupArtifactID] in [WorkspaceID])".
(Overrides Object.ToString().)
Top
See Also

Reference