The WorkspaceGroupID class provides the identifier of a Group object in an associated workspace.
Inheritance Hierarchy
kCura.Relativity.Client.WorkspaceGroupID
Namespace: kCura.Relativity.Client
Assembly: kCura.Relativity.Client (in kCura.Relativity.Client.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax
The WorkspaceGroupID type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | WorkspaceGroupID |
Creates a new WorkspaceGroupID object with the provided Workspace and Group Artifact ID.
|
Properties
Name | Description | |
---|---|---|
![]() | GroupArtifactID |
Gets the unique identifier for this group in the associated workspace.
|
![]() | WorkspaceID |
Gets the workspace identifier for which this group has the associated ID
|
Methods
Name | Description | |
---|---|---|
![]() | Equals |
Compares this to another object for equality based on it's GroupArtifactID and WorkspaceID.
(Overrides Object.Equals(Object).) |
![]() | GetHashCode |
Gets the non-cryptographic hash code for this object based on it's GroupArtifactID and WorkspaceID.
(Overrides Object.GetHashCode().) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString |
Converts the object to it's string representation, "WorkspaceGroupID([GroupArtifactID] in [WorkspaceID])".
(Overrides Object.ToString().) |
See Also