MultiUserFieldValueList Class

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

System.Object
  kCura.Relativity.Client.DTOs.FieldValueList<User>
    kCura.Relativity.Client.DTOs.MultiUserFieldValueList

Namespace:  kCura.Relativity.Client.DTOs
Assembly:  kCura.Relativity.Client (in kCura.Relativity.Client.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax

public class MultiUserFieldValueList : FieldValueList<User>

The MultiUserFieldValueList type exposes the following members.

Constructors

  NameDescription
Public methodMultiUserFieldValueList()
Create a new MultiUserFieldValueList.
Public methodMultiUserFieldValueList(User[])
Create a new MultiUserFieldValueList.
Public methodMultiUserFieldValueList(IEnumerable<User>)
Create a new MultiUserFieldValueList.
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
How the update should be run, either as a Replace, an Add (Merge), or a Remove
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(MultiUserFieldValueList to List<User>)
An operator that will implicitly convert FieldValueLists to Lists when needed.
Public operatorStatic memberImplicit(List<User> to MultiUserFieldValueList)
An operator that will implicitly convert Lists to FieldValueLists when needed.
Top
See Also

Reference