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
Public method LookupList<T> Initializes a new instance of the LookupList<T> class

Top

Properties

  Name Description
Public property Count Gets the total number of items in the LookupList<T>.
Public property Item Gets or sets the item at the specified index.

Top

Methods

  Name Description
Public method Add Adds the specified entity to the LookupList<T>.
Public method Assign Replaces the entities currently associated with this LookupList<T> with the specified collection.
Public method Clear Removes all entities from this LookupList<T>.
Public method Clone Creates a shallow copy of the LookupList<T>.
Public method Contains Indicates whether a specified entity is in the LookupList<T>.
Public method CopyTo Copies the members of the LookupList<T> to the specified array beginning at the specified array index.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetEnumerator Returns an enumerator that iterates through the LookupList<T>.
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method IndexOf Returns the zero-based index of the first occurrence of the specified entity in the LookupList<T>.
Public method Insert Inserts a specified item into the LookupList<T> at the specified index.
Protected method MemberwiseClone (Inherited from Object.)
Public method Remove Removes the specified item from the LookupList<T>.
Public method RemoveAt Removes the item at the specified zero-based index of the LookupList<T>.
Public method ToString (Inherited from Object.)

Top

Events

  Name Description
Public event OnChanged Raised after a change to this LookupList<T> object.
Public event OnChanging Raised before a change to this LookupList<T> object.

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IEnumerable.GetEnumerator Returns an object that iterates the LookupList<T>.
Explicit interface implemetationPrivate property ICollection<T>.IsReadOnly Not Implemented.

Top

See Also

Reference

LookupList<T> Class

Microsoft.SharePoint.Linq Namespace