Represents a key or reference to a Field object and the value currently assigned to it.
Inheritance Hierarchy
Relativity.Services.Objects.DataContracts.FieldRefValuePair
Namespace: Relativity.Services.Objects.DataContracts
Assembly: Relativity.Services.Interfaces (in Relativity.Services.Interfaces.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax
The FieldRefValuePair type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| FieldRefValuePair | Initializes a new instance of the FieldRefValuePair class |
Properties
| Name | Description | |
|---|---|---|
| Field |
Gets or sets a FieldRef object.
| |
| Value |
Gets or sets the value assigned to a field.
|
Methods
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
Remarks
| FieldType | Expected value type |
|---|---|
| Fixed-Length Text | string |
| Long Text | string |
| Date | DateTime |
| Whole Number | int? |
| Decimal | decimal? |
| Currency | decimal? |
| Yes/No | bool? |
| Single Choice | ChoiceRef |
| Multiple Choice | IEnumerable< ChoiceRef> |
| User | User(The ArtifactID must be set on this object.) |
| File | FileRef |
| Single Object | RelativityObjectRef |
| Multiple Object | IEnumerable< RelativityObjectRef> |
See Also