Show / Hide Table of Contents

Class ApplicationFieldCode

Contains information regarding how to handle certain application fields in Imaging Sets.

Inheritance
System.Object
Artifact
NamedArtifact
ApplicationFieldCode
Implements
IHasName
Inherited Members
NamedArtifact.Name
Artifact.ArtifactID
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 Source

Application

Gets or sets the option identifying the application associated with a field code.

Declaration
public ApplicationType Application { get; set; }
Property Value
Type Description
ApplicationType
| Improve this Doc View Source

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
| Improve this Doc View Source

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>
| Improve this Doc View Source

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
| Improve this Doc View Source

RelativityField

Gets or sets the Relativity field defined for the application field code.

Declaration
public NamedArtifactWithGuids RelativityField { get; set; }
Property Value
Type Description
NamedArtifactWithGuids

Implements

IHasName
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX