MultiCredentialFieldValueList Class

Relativity Services API
A list of Choice objects for use in FieldValue objects, which tracks changes to itself, and defines a MultiChoiceUpdateBehavior.
Inheritance Hierarchy

System.Object
  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

public class MultiCredentialFieldValueList : FieldValueList<Credential>

The MultiCredentialFieldValueList type exposes the following members.

Constructors

  NameDescription
Public methodMultiCredentialFieldValueList()
Create a new MultiChoiceFieldValueList.
Public methodMultiCredentialFieldValueList(Credential[])
Create a new MultiChoiceFieldValueList.
Public methodMultiCredentialFieldValueList(IEnumerable<Credential>)
Create a new MultiChoiceFieldValueList.
Top
Properties

  NameDescription
Public propertyCount (Inherited from FieldValueList<T>.)
Public propertyIsReadOnly (Inherited from FieldValueList<T>.)
Public propertyIsUpdated
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>.)
Public propertyItem
Gets or sets the value of the item at the specified index.
(Inherited from FieldValueList<T>.)
Public propertyUpdateBehavior
A list of User objects for use in FieldValue objects, which tracks changes to itself, and defines a MultiUpdateBehavior.
Top
Methods

  NameDescription
Public methodAdd (Inherited from FieldValueList<T>.)
Public methodClear (Inherited from FieldValueList<T>.)
Public methodContains (Inherited from FieldValueList<T>.)
Public methodCopyTo (Inherited from FieldValueList<T>.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndexOf (Inherited from FieldValueList<T>.)
Public methodInsert (Inherited from FieldValueList<T>.)
Public methodRemove (Inherited from FieldValueList<T>.)
Public methodRemoveAt (Inherited from FieldValueList<T>.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Operators

  NameDescription
Public operatorStatic memberImplicit(List<Credential> to MultiCredentialFieldValueList)
An operator that will implicitly convert Lists to FieldValueLists when needed.
Public operatorStatic memberImplicit(MultiCredentialFieldValueList to List<Credential>)
An operator that will implicitly convert FieldValueLists to Lists when needed.
Top
See Also

Reference