Describes the value and behavior used to update a MultiChoice field.
Inheritance Hierarchy
kCura.Relativity.Client.MultiChoiceUpdateValue
Namespace: kCura.Relativity.Client
Assembly: kCura.Relativity.Client (in kCura.Relativity.Client.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax
The MultiChoiceUpdateValue type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | MultiChoiceUpdateValue() |
Default constructor for the Field class. It creates an empty object.
|
![]() | MultiChoiceUpdateValue(List<List<Guid>>) |
Creates a new MultiChoiceUpdateValue object.
|
![]() | MultiChoiceUpdateValue(List<Guid>) |
Creates a new MultiChoiceUpdateValue object.
|
![]() | MultiChoiceUpdateValue(List<Int32>) |
Creates a new MultiChoiceUpdateValue object.
|
![]() | MultiChoiceUpdateValue(MultiChoiceUpdateBehavior) |
Creates a new MultiChoiceUpdateValue object.
|
![]() | MultiChoiceUpdateValue(List<List<Guid>>, MultiChoiceUpdateBehavior) |
Creates a new MultiChoiceUpdateValue object.
|
![]() | MultiChoiceUpdateValue(List<Guid>, MultiChoiceUpdateBehavior) |
Creates a new MultiChoiceUpdateValue object.
|
![]() | MultiChoiceUpdateValue(List<Int32>, MultiChoiceUpdateBehavior) |
Creates a new MultiChoiceUpdateValue object.
|
Properties
Name | Description | |
---|---|---|
![]() | Behavior |
Provides the MultiChoiceUpdateBehavior Enum indicating the behavior (Replace or Merge) used to update a Field.
|
![]() | Value |
Indicates the value applied to MultiChoice Field.
|
![]() | ValueAsGuid |
Provides a list of identifiers for new choice values used for updating a MultiChoice Field. Each List of GUID must represent a Choice Artifact.
|
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
See Also