Represents a Credential used as a value for Single or Multiple Credential fields in Relativity.
Inheritance Hierarchy
kCura.Relativity.Client.Credential
Namespace: kCura.Relativity.Client
Assembly: kCura.Relativity.Client (in kCura.Relativity.Client.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax
The Credential type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | Credential() |
Creates a new Credential object.
|
![]() | Credential(List<Guid>, String) |
Creates a new Credential object.
|
![]() | Credential(Guid, String) |
Creates a new Credential object.
|
![]() | Credential(Int32, String) |
Creates a new Credential object.
|
![]() | Credential(Int32, List<Guid>, String) |
Creates a new Credential object.
|
![]() | Credential(Int32, Guid, String) |
Creates a new Credential object.
|
Properties
Name | Description | |
---|---|---|
![]() | ArtifactGuids |
Provides a list of GUIDs representing a Credential. Use as an alternative to ArtifactID.
|
![]() | ArtifactID |
Indicates the unique identifier for a Credential. Use as an alternative to ArtifactGuids.
|
![]() | Name |
Indicates the display name of a Credential.
|
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 |
Converts the object to it's string representation, "Credential([ArtifactID], [Name])".
(Overrides Object.ToString().) |
Remarks
See Also