Class Choice
Represents the Relativity choice 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
[ObjectTypeName("Code")]
public class Choice : NamedArtifact, IHasName
Properties
| Improve this Doc View SourceActive
Gets or sets a value indicating whether this Choice is active.
Declaration
public bool Active { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Color
Gets or sets the object type.
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 |
ObjectType
Gets or sets the object type.
Declaration
[FieldName("Object Type")]
public NamedArtifact ObjectType { get; set; }
Property Value
Type | Description |
---|---|
NamedArtifact |
Order
Gets or sets the order.
Declaration
public int Order { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
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 SourceFillRequiredProperties()
Fills the required properties.
Declaration
public Choice FillRequiredProperties()
Returns
Type | Description |
---|---|
Choice | The same Choice object instance. |