Show / Hide Table of Contents

Class Element

Represents an Element in a CategoryElement of a category. This is normally a field, but might also be other things.

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

Properties

| Improve this Doc View Source

AllowCopyFromPrevious

Gets or sets a value indicating whether to allow copy from previous.

Declaration
public bool AllowCopyFromPrevious { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

AllowHTML

Gets or sets a value indicating whether to allow HTML.

Declaration
public bool AllowHTML { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

Colspan

Gets or sets the colspan.

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

Column

Gets or sets the column.

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

DisplayName

Gets or sets the DisplayName.

Declaration
public string DisplayName { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

EnableDataGrid

Gets or sets a value indicating whether to enable datagrid.

Declaration
public bool EnableDataGrid { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

FieldCategoryID

Gets or sets the artifactid of the FieldCategory.

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

FieldId

Gets or sets the artifactid of the Field.

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

FieldType

Gets or sets the FieldType.

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

Guids

Gets or sets the guids associated with the field.

Declaration
public List<Guid> Guids { get; set; }
Property Value
Type Description
System.Collections.Generic.List<System.Guid>
| Improve this Doc View Source

IsReadOnly

Gets or sets a value indicating whether the field is read only.

Declaration
public bool IsReadOnly { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsRequired

Gets or sets a value indicating whether the field is required.

Declaration
public bool IsRequired { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsSystem

Gets or sets a value indicating whether the field is a system field.

Declaration
public bool IsSystem { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

MaxLength

Gets or sets the max length for text values.

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

Row

Gets or sets the row.

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

ShowNameColumn

Gets or sets a value indicating whether to show the column name.

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