A list of Choice objects for use in FieldValue objects, which tracks changes to itself, and defines a MultiChoiceUpdateBehavior.
Inheritance Hierarchy
kCura.Relativity.Client.DTOs.FieldValueList<Credential>
kCura.Relativity.Client.DTOs.MultiCredentialFieldValueList
Namespace: kCura.Relativity.Client.DTOs
Assembly: kCura.Relativity.Client (in kCura.Relativity.Client.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax
The MultiCredentialFieldValueList type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | MultiCredentialFieldValueList() |
Create a new MultiChoiceFieldValueList.
|
![]() | MultiCredentialFieldValueList(Credential[]) |
Create a new MultiChoiceFieldValueList.
|
![]() | MultiCredentialFieldValueList(IEnumerable<Credential>) |
Create a new MultiChoiceFieldValueList.
|
Properties
Name | Description | |
---|---|---|
![]() | Count |
Indicates the number of elements contained in the FieldValueList<T>.
(Inherited from FieldValueList<T>.) |
![]() | IsReadOnly |
Gets a value indicating whether the FieldValueList<T> is read-only.
(Inherited from FieldValueList<T>.) |
![]() | IsUpdated |
This property indicates whether this list has been updated, and needs to be sent back to the server when used in a request.
(Inherited from FieldValueList<T>.) |
![]() | Item |
Gets or sets the value of the item at the specified index.
(Inherited from FieldValueList<T>.) |
![]() | UpdateBehavior |
A list of User objects for use in FieldValue objects, which tracks changes to itself, and defines a MultiUpdateBehavior.
|
Methods
Name | Description | |
---|---|---|
![]() | Add |
Adds an item to the FieldValueList<T>.
(Inherited from FieldValueList<T>.) |
![]() | Clear |
Removes all items from the FieldValueList<T>.
(Inherited from FieldValueList<T>.) |
![]() | Contains |
Determines whether the FieldValueList<T>
contains a specific value.
(Inherited from FieldValueList<T>.) |
![]() | CopyTo |
Copies the elements of the FieldValueList<T> to an Array, starting at a particular Array index.
(Inherited from FieldValueList<T>.) |
![]() | 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.) |
![]() | IndexOf |
Determines the index of a specific item in the FieldValueList<T>.
(Inherited from FieldValueList<T>.) |
![]() | Insert |
Inserts an item to the FieldValueList<T> at the specified index.
(Inherited from FieldValueList<T>.) |
![]() | Remove |
Removes the first occurrence of a specific object from the FieldValueList<T>.
(Inherited from FieldValueList<T>.) |
![]() | RemoveAt |
Removes the FieldValueList<T> item at the specified index.
(Inherited from FieldValueList<T>.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Operators
Name | Description | |
---|---|---|
![]() ![]() | Implicit(List<Credential> to MultiCredentialFieldValueList) |
An operator that will implicitly convert Lists to FieldValueLists when needed.
|
![]() ![]() | Implicit(MultiCredentialFieldValueList to List<Credential>) |
An operator that will implicitly convert FieldValueLists to Lists when needed.
|
See Also