Serves as the base class for ProcessingProfile instances.
Inheritance Hierarchy
Relativity.Processing.Services.ProcessingProfileRef
Relativity.Processing.Services.ProcessingProfile
Namespace: Relativity.Processing.Services
Assembly: Relativity.Processing.Services.Interfaces (in Relativity.Processing.Services.Interfaces.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax
The ProcessingProfileRef type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | ProcessingProfileRef() |
Initializes a new instance of the ProcessingProfileRef.
|
![]() | ProcessingProfileRef(Int32) |
Initializes a new instance of the ProcessingProfileRef by using the specified Artifact ID.
|
![]() | ProcessingProfileRef(Int32, String) |
Initializes a new instance of the ProcessingProfileRef by using the specified Artifact ID and user-friendly name.
|
Properties
Name | Description | |
---|---|---|
![]() | ArtifactID |
Gets or set the Artifact ID of the processing profile.
|
![]() | IsNew |
Gets a Boolean value indicating whether the processing set is new.
|
![]() | Name |
Gets or sets the user-friendly name of the processing profile.
|
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