Class Element
Represents an Element in a CategoryElement of a category. This is normally a field, but might also be other things.
Inheritance
Inherited Members
Namespace: Relativity.Testing.Framework.Models
Assembly: Relativity.Testing.Framework.dll
Syntax
public class ElementProperties
| Improve this Doc View SourceAllowCopyFromPrevious
Gets or sets a value indicating whether to allow copy from previous.
Declaration
public bool AllowCopyFromPrevious { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
AllowHTML
Gets or sets a value indicating whether to allow HTML.
Declaration
public bool AllowHTML { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
Colspan
Gets or sets the colspan.
Declaration
public int Colspan { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Int32 | 
Column
Gets or sets the column.
Declaration
public int Column { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Int32 | 
DisplayName
Gets or sets the DisplayName.
Declaration
public string DisplayName { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String | 
EnableDataGrid
Gets or sets a value indicating whether to enable datagrid.
Declaration
public bool EnableDataGrid { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
FieldCategoryID
Gets or sets the artifactid of the FieldCategory.
Declaration
public int FieldCategoryID { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Int32 | 
FieldId
Gets or sets the artifactid of the Field.
Declaration
public int FieldId { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Int32 | 
FieldType
Gets or sets the FieldType.
Declaration
public FieldType FieldType { get; set; }Property Value
| Type | Description | 
|---|---|
| FieldType | 
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> | 
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 | 
IsRequired
Gets or sets a value indicating whether the field is required.
Declaration
public bool IsRequired { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
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 | 
MaxLength
Gets or sets the max length for text values.
Declaration
public int MaxLength { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Int32 | 
Row
Gets or sets the row.
Declaration
public int Row { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Int32 | 
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 |