The WorkspaceUserID class provides the identifier of a User object in an associated workspace.
Inheritance Hierarchy
kCura.Relativity.Client.WorkspaceUserID
Namespace: kCura.Relativity.Client
Assembly: kCura.Relativity.Client (in kCura.Relativity.Client.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax
The WorkspaceUserID type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | WorkspaceUserID |
Creates a new WorkspaceUserID object with the provided Workspace and User Artifact ID.
|
Properties
Name | Description | |
---|---|---|
![]() | UserArtifactID |
Gets the unique identifier for this user in the associated workspace.
|
![]() | WorkspaceID |
Gets the workspace identifier for which this user has the associated ID
|
Methods
Name | Description | |
---|---|---|
![]() | Equals |
Compares this to another object for equality based on it's UserArtifactID and WorkspaceID.
(Overrides Object.Equals(Object).) |
![]() | GetHashCode |
Gets the non-cryptographic hash code for this object based on it's UserArtifactID 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, "WorkspaceUserID([UserArtifactID] in [WorkspaceID])".
(Overrides Object.ToString().) |
See Also