Contains information regarding how to handle certain application fields in Imaging Sets.
Inheritance Hierarchy
Relativity.Imaging.Services.InterfacesApplicationFieldCodeRef
Relativity.Imaging.Services.InterfacesApplicationFieldCode
Namespace: Relativity.Imaging.Services.Interfaces
Assembly: Relativity.Imaging.Services.Interfaces (in Relativity.Imaging.Services.Interfaces.dll) Version: 10.3.0.0 (10.3.0.0)
Syntax
public class ApplicationFieldCode : ApplicationFieldCodeRef public class ApplicationFieldCode : ApplicationFieldCodeRef
The ApplicationFieldCode type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | ApplicationFieldCode |
Properties
Name | Description | |
---|---|---|
![]() | Application |
Gets or sets the option identifying the application associated with a field code.
|
![]() | ArtifactID |
Gets or sets the ArtifactID of the Relativity application field code.
(Inherited from ApplicationFieldCodeRef.) |
![]() | FieldCode |
Gets or sets the field code available in a specific application, such as Microsoft Word, Excel, or Visio.
|
![]() | ImagingProfiles |
Gets or sets the collection of ImagingProfles linked to the current ApplicationFieldCode instance.
|
![]() | Name |
Gets or sets the user-friendly name of the Relativity application field code.
(Inherited from ApplicationFieldCodeRef.) |
![]() | Option |
Gets or sets the option controlling whether the field code is displayed, replaced with a Relativity application field code, or some other action is taken.
|
![]() | RelativityField |
Gets or sets the Relativity field defined for the application field code.
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (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