Show / Hide Table of Contents

Class FieldLayoutRelation

Represents a relation between a field and layout.

Inheritance
System.Object
FieldLayoutRelation
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 FieldLayoutRelation

Properties

| Improve this Doc View Source

FieldArtifactID

Gets or sets the artifact id of the field.

Declaration
public int FieldArtifactID { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

LayoutID

Gets or sets the artifact id of the layout.

Declaration
public int LayoutID { get; set; }
Property Value
Type Description
System.Int32
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX