Class Field
Represents the base field object.
Inheritance
Implements
Inherited Members
Namespace: Relativity.Testing.Framework.Models
Assembly: Relativity.Testing.Framework.dll
Syntax
[ObjectTypeName("Field")]
public class Field : NamedArtifact, IHasName
Properties
| Improve this Doc View SourceAllowGroupBy
Gets or sets a value indicating whether this Field is available for grouping in Pivot.
Declaration
public bool AllowGroupBy { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
AllowPivot
Gets or sets a value indicating whether a pivot can be performed on this Field.
Declaration
public bool AllowPivot { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ArtifactTypeName
Gets or sets the artifact type name.
Declaration
public string ArtifactTypeName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FieldType
Gets or sets the type of the field, such as date, fixed-length text, long text, or others.
Declaration
public FieldType FieldType { get; set; }
Property Value
Type | Description |
---|---|
FieldType |
IsIdentifier
Gets or sets a value indicating whether field is identifier.
Declaration
public bool IsIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsRequired
Gets or sets a value indicating whether the user must set a value on this Field.
Declaration
public bool IsRequired { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Linked
Gets or sets a value indicating whether a hyperlink for the field is available for this Field.
Declaration
[FieldName("IsLinked")]
public bool Linked { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ObjectType
Gets or sets the object type.
Declaration
public ObjectType ObjectType { get; set; }
Property Value
Type | Description |
---|---|
ObjectType |
ParentArtifact
Gets or sets the parent artifact.
Declaration
public Artifact ParentArtifact { get; set; }
Property Value
Type | Description |
---|---|
Artifact |
PropagateTo
Gets or sets the PropagateTo Field.
Declaration
public FieldPropagate PropagateTo { get; set; }
Property Value
Type | Description |
---|---|
FieldPropagate |
Width
Gets or sets the number of pixels used for the column width of a field when it is displayed in the view.
Declaration
public virtual string Width { get; set; }
Property Value
Type | Description |
---|---|
System.String |