Class ChoiceRequest
Representation of a choiceRequest.
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 ChoiceRequest : NamedArtifact, IHasName
Properties
| Improve this Doc View SourceColor
Gets or sets the highlight color. Optional.
Declaration
[FieldName("Highlight Color")]
public ChoiceColor Color { get; set; }
Property Value
Type | Description |
---|---|
ChoiceColor |
Field
Gets or sets the field.
Declaration
[FieldName("Field")]
public NamedArtifact Field { get; set; }
Property Value
Type | Description |
---|---|
NamedArtifact |
Order
Gets or sets the order. Optional.
Declaration
public int Order { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Parent
Gets or sets the parent. Optional.
Declaration
public Artifact Parent { get; set; }
Property Value
Type | Description |
---|---|
Artifact |