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 FieldLayoutRelationProperties
| Improve this Doc View SourceFieldArtifactID
Gets or sets the artifact id of the field.
Declaration
public int FieldArtifactID { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Int32 | 
LayoutID
Gets or sets the artifact id of the layout.
Declaration
public int LayoutID { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Int32 |