A list of String objects for use in FieldValue objects, which tracks changes to itself, and defines a MultiUpdateBehavior.
Inheritance Hierarchy
kCura.Relativity.Client.DTOs.FieldValueList<String>
kCura.Relativity.Client.DTOs.MultiLineStringList
Namespace: kCura.Relativity.Client.DTOs
Assembly: kCura.Relativity.Client (in kCura.Relativity.Client.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax
The MultiLineStringList type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | MultiLineStringList() |
Create a new MultiStringFieldValueList.
|
![]() | MultiLineStringList(IEnumerable<String>) |
Create a new MultiStringFieldValueList.
|
![]() | MultiLineStringList(String[]) |
Create a new MultiStringFieldValueList.
|
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>.) |
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<String> to MultiLineStringList) |
An operator that will implicitly convert Lists to MultiLineStringLists when needed.
|
![]() ![]() | Implicit(MultiLineStringList to List<String>) |
An operator that will implicitly convert MultiLineStringLists to Lists when needed.
|
See Also