Class FixedLengthTextField
Represents the FixedLength field object.
Implements
Inherited Members
Namespace: Relativity.Testing.Framework.Models
Assembly: Relativity.Testing.Framework.dll
Syntax
public class FixedLengthTextField : Field, IHasName
Constructors
| Improve this Doc View SourceFixedLengthTextField()
Initializes a new instance of the FixedLengthTextField class.
Declaration
public FixedLengthTextField()
Properties
| Improve this Doc View SourceAllowHTML
Gets or sets a value indicating whether HTML formatted text can be displayed in this Field.
Declaration
public bool AllowHTML { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
AllowSortTally
Gets or sets a value indicating whether the document list is sorted on this Field.
Declaration
public bool AllowSortTally { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
FriendlyName
Gets or sets a value indicating user-friendly name for the Field displayed in the Relativity UI.
Declaration
public string FriendlyName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ImportBehavior
Gets or sets a value of the Field indicating how blank values are handled when running an import job through the Relativity Desktop Client.
Declaration
public FieldImportBehavior ImportBehavior { get; set; }
Property Value
Type | Description |
---|---|
FieldImportBehavior |
IncludeInTextIndex
Gets or sets a value indicating whether this Field values are added to the SQL text index for the workspace, making the field searchable via keyword search.
Declaration
public bool IncludeInTextIndex { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsRelational
Gets or sets a value indicating whether the Field is relational.
Declaration
public bool IsRelational { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Length
Gets or sets an integer value indicating the number of characters in this Field.
Declaration
public int Length { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
OpenToAssociations
Gets or sets a value indicating whether this Field information can be displayed on an associated object field.
Declaration
public bool OpenToAssociations { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Order
Gets or sets an integer value of the Field used to indicate the order for the pane icons at the bottom of the Related Items pane.
Declaration
public int Order { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
PaneIcon
Gets or sets a value of the Field indicating an icon displayed in the Related Items pane of the core reviewer interface.
Declaration
public FieldPaneIcon PaneIcon { get; set; }
Property Value
Type | Description |
---|---|
FieldPaneIcon |
Unicode
Gets or sets a value indicating whether this Field can be used Unicode characters.
Declaration
[FieldName("HasUnicode")]
public bool Unicode { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Wrapping
Gets or sets a value indicating whether this Field wraps in this field.
Declaration
public bool Wrapping { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |