LookupList<T> Members
Include Protected Members
Include Inherited Members
Represents the values of a Microsoft SharePoint Foundation lookup field (column) that allows multiple values.
The LookupList<T> type exposes the following members.
Constructors
Name | Description | |
---|---|---|
LookupList<T> | Initializes a new instance of the LookupList<T> class |
Top
Properties
Name | Description | |
---|---|---|
Count | Gets the total number of items in the LookupList<T>. | |
Item | Gets or sets the item at the specified index. |
Top
Methods
Name | Description | |
---|---|---|
Add | Adds the specified entity to the LookupList<T>. | |
Assign | Replaces the entities currently associated with this LookupList<T> with the specified collection. | |
Clear | Removes all entities from this LookupList<T>. | |
Clone | Creates a shallow copy of the LookupList<T>. | |
Contains | Indicates whether a specified entity is in the LookupList<T>. | |
CopyTo | Copies the members of the LookupList<T> to the specified array beginning at the specified array index. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator | Returns an enumerator that iterates through the LookupList<T>. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
IndexOf | Returns the zero-based index of the first occurrence of the specified entity in the LookupList<T>. | |
Insert | Inserts a specified item into the LookupList<T> at the specified index. | |
MemberwiseClone | (Inherited from Object.) | |
Remove | Removes the specified item from the LookupList<T>. | |
RemoveAt | Removes the item at the specified zero-based index of the LookupList<T>. | |
ToString | (Inherited from Object.) |
Top
Events
Name | Description | |
---|---|---|
OnChanged | Raised after a change to this LookupList<T> object. | |
OnChanging | Raised before a change to this LookupList<T> object. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IEnumerable.GetEnumerator | Returns an object that iterates the LookupList<T>. | |
ICollection<T>.IsReadOnly | Not Implemented. |
Top