Show / Hide Table of Contents

Class ChoiceRequest

Representation of a choiceRequest.

Inheritance
System.Object
Artifact
NamedArtifact
ChoiceRequest
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
public class ChoiceRequest : NamedArtifact, IHasName

Properties

| Improve this Doc View Source

Color

Gets or sets the highlight color. Optional.

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

Order

Gets or sets the order. Optional.

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

Parent

Gets or sets the parent. Optional.

Declaration
public Artifact Parent { get; set; }
Property Value
Type Description
Artifact

Implements

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