Show / Hide Table of Contents

Class Choice

Represents the Relativity choice object.

Inheritance
System.Object
Artifact
NamedArtifact
Choice
Implements
IHasName
Inherited Members
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
[ObjectTypeName("Code")]
public class Choice : NamedArtifact, IHasName

Properties

| Improve this Doc View Source

Active

Gets or sets a value indicating whether this Choice is active.

Declaration
public bool Active { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

Color

Gets or sets the object type.

Declaration
[FieldName("Highlight Color")]
public ChoiceColor Color { get; set; }
Property Value
Type Description
ChoiceColor
| Improve this Doc View Source

Field

Gets or sets the field.

Declaration
[FieldName("Field")]
public NamedArtifact Field { get; set; }
Property Value
Type Description
NamedArtifact
| Improve this Doc View Source

ObjectType

Gets or sets the object type.

Declaration
[FieldName("Object Type")]
public NamedArtifact ObjectType { get; set; }
Property Value
Type Description
NamedArtifact
| Improve this Doc View Source

Order

Gets or sets the order.

Declaration
public int Order { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

Parent

Gets or sets the parent.

Declaration
[FieldName("Parent Artifact Name")]
public NamedArtifact Parent { get; set; }
Property Value
Type Description
NamedArtifact

Methods

| Improve this Doc View Source

FillRequiredProperties()

Fills the required properties.

Declaration
public Choice FillRequiredProperties()
Returns
Type Description
Choice

The same Choice object instance.

Implements

IHasName
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX