Class UserField
Represents the User field object.
Implements
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 UserField : Field, IHasName
Constructors
| Improve this Doc View SourceUserField()
Initializes a new instance of the UserField class.
Declaration
public UserField()
Properties
| Improve this Doc View SourceAllowSortTally
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 |
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 |
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 override string Width { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
| Improve this Doc View SourceWrapping
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 |