FieldCollection Members

Include Protected Members
Include Inherited Members

NOTE: This API is now obsolete.

Represents a collection of fields returned by a business application.

The FieldCollection type exposes the following members.

Constructors

  Name Description
Public method FieldCollection() Obsolete. Creates a field collection.
Public method FieldCollection(Int32) Obsolete. Creates a field collection with a specified number of fields.

Top

Properties

  Name Description
Public property Capacity (Inherited from List<Field>.)
Public property Count (Inherited from List<Field>.)
Public property Item (Inherited from List<Field>.)

Top

Methods

  Name Description
Public method Add (Inherited from List<Field>.)
Public method AddRange (Inherited from List<Field>.)
Public method AsReadOnly (Inherited from List<Field>.)
Public method BinarySearch(T) (Inherited from List<Field>.)
Public method BinarySearch(T, IComparer<T>) (Inherited from List<Field>.)
Public method BinarySearch(Int32, Int32, T, IComparer<T>) (Inherited from List<Field>.)
Public method Clear (Inherited from List<Field>.)
Public method Contains (Inherited from List<Field>.)
Public method ConvertAll<TOutput> (Inherited from List<Field>.)
Public method CopyTo([]) (Inherited from List<Field>.)
Public method CopyTo([], Int32) (Inherited from List<Field>.)
Public method CopyTo(Int32, [], Int32, Int32) (Inherited from List<Field>.)
Public method Equals (Inherited from Object.)
Public method Exists (Inherited from List<Field>.)
Protected method Finalize (Inherited from Object.)
Public method Find (Inherited from List<Field>.)
Public method FindAll (Inherited from List<Field>.)
Public method FindIndex(Predicate<T>) (Inherited from List<Field>.)
Public method FindIndex(Int32, Predicate<T>) (Inherited from List<Field>.)
Public method FindIndex(Int32, Int32, Predicate<T>) (Inherited from List<Field>.)
Public method FindLast (Inherited from List<Field>.)
Public method FindLastIndex(Predicate<T>) (Inherited from List<Field>.)
Public method FindLastIndex(Int32, Predicate<T>) (Inherited from List<Field>.)
Public method FindLastIndex(Int32, Int32, Predicate<T>) (Inherited from List<Field>.)
Public method ForEach (Inherited from List<Field>.)
Public method GetEnumerator (Inherited from List<Field>.)
Public method GetHashCode (Inherited from Object.)
Public method GetRange (Inherited from List<Field>.)
Public method GetType (Inherited from Object.)
Public method IndexOf(T) (Inherited from List<Field>.)
Public method IndexOf(T, Int32) (Inherited from List<Field>.)
Public method IndexOf(T, Int32, Int32) (Inherited from List<Field>.)
Public method Insert (Inherited from List<Field>.)
Public method InsertRange (Inherited from List<Field>.)
Public method LastIndexOf(T) (Inherited from List<Field>.)
Public method LastIndexOf(T, Int32) (Inherited from List<Field>.)
Public method LastIndexOf(T, Int32, Int32) (Inherited from List<Field>.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Remove (Inherited from List<Field>.)
Public method RemoveAll (Inherited from List<Field>.)
Public method RemoveAt (Inherited from List<Field>.)
Public method RemoveRange (Inherited from List<Field>.)
Public method Reverse() (Inherited from List<Field>.)
Public method Reverse(Int32, Int32) (Inherited from List<Field>.)
Public method Sort() (Inherited from List<Field>.)
Public method Sort(IComparer<T>) (Inherited from List<Field>.)
Public method Sort(Comparison<T>) (Inherited from List<Field>.)
Public method Sort(Int32, Int32, IComparer<T>) (Inherited from List<Field>.)
Public method ToArray (Inherited from List<Field>.)
Public method ToString (Inherited from Object.)
Public method TrimExcess (Inherited from List<Field>.)
Public method TrueForAll (Inherited from List<Field>.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IList.Add (Inherited from List<Field>.)
Explicit interface implemetationPrivate method IList.Contains (Inherited from List<Field>.)
Explicit interface implemetationPrivate method ICollection.CopyTo (Inherited from List<Field>.)
Explicit interface implemetationPrivate method IEnumerable<T>.GetEnumerator (Inherited from List<Field>.)
Explicit interface implemetationPrivate method IEnumerable.GetEnumerator (Inherited from List<Field>.)
Explicit interface implemetationPrivate method IList.IndexOf (Inherited from List<Field>.)
Explicit interface implemetationPrivate method IList.Insert (Inherited from List<Field>.)
Explicit interface implemetationPrivate property IList.IsFixedSize (Inherited from List<Field>.)
Explicit interface implemetationPrivate property ICollection<T>.IsReadOnly (Inherited from List<Field>.)
Explicit interface implemetationPrivate property IList.IsReadOnly (Inherited from List<Field>.)
Explicit interface implemetationPrivate property ICollection.IsSynchronized (Inherited from List<Field>.)
Explicit interface implemetationPrivate property IList.Item (Inherited from List<Field>.)
Explicit interface implemetationPrivate method IList.Remove (Inherited from List<Field>.)
Explicit interface implemetationPrivate property ICollection.SyncRoot (Inherited from List<Field>.)

Top

See Also

Reference

FieldCollection Class

Microsoft.Office.Server.ApplicationRegistry.MetadataModel Namespace