Show / Hide Table of Contents

Class YesNoField

Represents the YesNo field object.

Inheritance
System.Object
Artifact
NamedArtifact
Field
YesNoField
Implements
IHasName
Inherited Members
Field.FieldType
Field.ArtifactTypeName
Field.ObjectType
Field.ParentArtifact
Field.AllowPivot
Field.AllowGroupBy
Field.IsRequired
Field.IsIdentifier
Field.Linked
Field.Width
Field.PropagateTo
NamedArtifact.Name
Artifact.ArtifactID
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 YesNoField : Field, IHasName

Constructors

| Improve this Doc View Source

YesNoField()

Initializes a new instance of the YesNoField class.

Declaration
public YesNoField()

Properties

| Improve this Doc View Source

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
| Improve this Doc View Source

NoValue

Gets or sets the no value.

Declaration
[FieldName("DisplayValueFalse")]
public string NoValue { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

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
| Improve this Doc View Source

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
| Improve this Doc View Source

YesValue

Gets or sets the yes value.

Declaration
[FieldName("DisplayValueTrue")]
public string YesValue { get; set; }
Property Value
Type Description
System.String

Implements

IHasName

Extension Methods

FieldExtensions.ToCategoryField(Field)
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX