Represent an instance of a processing custodian.
Inheritance Hierarchy
Relativity.Processing.Services.ProcessingCustodianRef
Relativity.Processing.Services.ProcessingCustodian
Namespace: Relativity.Processing.Services
Assembly: Relativity.Processing.Services.Interfaces (in Relativity.Processing.Services.Interfaces.dll) Version: b44b4b567bbab080f9f68472e841682bf13da2db
Syntax
The ProcessingCustodian type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| ProcessingCustodian() |
Person default Constructor
| |
| ProcessingCustodian(Int32) |
Person constructor
|
Properties
| Name | Description | |
|---|---|---|
| ArtifactID |
Custodian Artifact ID
(Inherited from ProcessingCustodianRef.) | |
| Classification |
The Custodian classifications.
| |
| CustodianType |
The Custodian type. Either Person or Other.
| |
| DocumentNumberingPrefix |
Document numbering prefix
| |
| FirstName |
First name
| |
| LastName |
Last name
| |
| Name |
This corresponds to FullName in the Relativity Custodian object.
(Inherited from ProcessingCustodianRef.) | |
| Notes |
Notes
|
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 | Returns a string that represents the current object. (Inherited from Object.) |
See Also