Class ApplicationFieldCode
Contains information regarding how to handle certain application fields in Imaging Sets.
Implements
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Relativity.Testing.Framework.Models
Assembly: Relativity.Testing.Framework.dll
Syntax
public class ApplicationFieldCode : NamedArtifact, IHasName
Properties
| Improve this Doc View SourceApplication
Gets or sets the option identifying the application associated with a field code.
Declaration
public ApplicationType Application { get; set; }
Property Value
Type | Description |
---|---|
ApplicationType |
FieldCode
Gets or sets the field code available in a specific application, such as Microsoft Word, Excel, or Visio.
Declaration
public string FieldCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ImagingProfiles
Gets or sets the collection of ImagingProfles linked to the current ApplicationFieldCode instance.
Declaration
public IEnumerable<NamedArtifact> ImagingProfiles { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<NamedArtifact> |
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.
Declaration
public ApplicationFieldCodeOption Option { get; set; }
Property Value
Type | Description |
---|---|
ApplicationFieldCodeOption |
RelativityField
Gets or sets the Relativity field defined for the application field code.
Declaration
public NamedArtifactWithGuids RelativityField { get; set; }
Property Value
Type | Description |
---|---|
NamedArtifactWithGuids |