Show / Hide Table of Contents

Class FieldRefValuePair

Represents a key or reference to a Field object and the value currently assigned to it.

Inheritance
System.Object
FieldRefValuePair
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.Api.ObjectManagement
Assembly: Relativity.Testing.Framework.Api.dll
Syntax
public class FieldRefValuePair
Remarks
FieldTypeExpected value type
Fixed-Length Textstring
Long Textstring
DateDateTime
Whole Numberint?
Decimaldecimal?
Currencydecimal?
Yes/Nobool?
Single ChoiceChoiceRef
Multiple ChoiceIEnumerable< ChoiceRef>
UserUser(The ArtifactID must be set on this object.)
FileFileRef
Single ObjectRelativityObjectRef
Multiple ObjectIEnumerable< RelativityObjectRef>

Properties

| Improve this Doc View Source

Field

Gets or sets a FieldRef object.

Declaration
public FieldRef Field { get; set; }
Property Value
Type Description
FieldRef
| Improve this Doc View Source

Value

Gets or sets the value assigned to a field.

Declaration
public object Value { get; set; }
Property Value
Type Description
System.Object
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX