SyncAdapterCollection Class

A collection of SyncAdapter objects.

System.Object
  System.Collections.ObjectModel.Collection<SyncAdapter>
    Microsoft.Synchronization.Data.Server.SyncAdapterCollection

Namespace:  Microsoft.Synchronization.Data.Server
Assembly:  Microsoft.Synchronization.Data.Server (in Microsoft.Synchronization.Data.Server.dll)

public sealed class SyncAdapterCollection : Collection<SyncAdapter>

The SyncAdapterCollection type exposes the following members.

  NameDescription
Public methodSyncAdapterCollectionInitializes a new instance of the SyncAdapterCollection class.
Top

  NameDescription
Public propertyCount (Inherited from Collection<SyncAdapter>.)
Public propertyItem[Int32] (Inherited from Collection<SyncAdapter>.)
Public propertyItem[String]Gets a SyncAdapter object from the collection when given a table name.
Protected propertyItems (Inherited from Collection<SyncAdapter>.)
Top

  NameDescription
Public methodAdd (Inherited from Collection<SyncAdapter>.)
Public methodClear (Inherited from Collection<SyncAdapter>.)
Protected methodClearItems (Inherited from Collection<SyncAdapter>.)
Public methodContains(String)Determines whether a specific SyncAdapter object is in the collection when given a table name.
Public methodContains(T) (Inherited from Collection<SyncAdapter>.)
Public methodCopyTo (Inherited from Collection<SyncAdapter>.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetEnumerator (Inherited from Collection<SyncAdapter>.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodIndexOf(String)Searches for a SyncAdapter object when given a table name, and returns the zero-based index of the first occurrence within the entire collection.
Public methodIndexOf(T) (Inherited from Collection<SyncAdapter>.)
Public methodInsert (Inherited from Collection<SyncAdapter>.)
Protected methodInsertItem (Inherited from Collection<SyncAdapter>.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRemove(String)Removes the first occurrence of a SyncAdapter object from the collection when given a table name.
Public methodRemove(T) (Inherited from Collection<SyncAdapter>.)
Public methodRemoveAt (Inherited from Collection<SyncAdapter>.)
Protected methodRemoveItem (Inherited from Collection<SyncAdapter>.)
Protected methodSetItem (Inherited from Collection<SyncAdapter>.)
Public methodToString (Inherited from Object.)
Top

  NameDescription
Explicit interface implemetationPrivate methodIList.Add (Inherited from Collection<SyncAdapter>.)
Explicit interface implemetationPrivate methodIList.Contains (Inherited from Collection<SyncAdapter>.)
Explicit interface implemetationPrivate methodICollection.CopyTo (Inherited from Collection<SyncAdapter>.)
Explicit interface implemetationPrivate methodIEnumerable.GetEnumerator (Inherited from Collection<SyncAdapter>.)
Explicit interface implemetationPrivate methodIList.IndexOf (Inherited from Collection<SyncAdapter>.)
Explicit interface implemetationPrivate methodIList.Insert (Inherited from Collection<SyncAdapter>.)
Explicit interface implemetationPrivate propertyIList.IsFixedSize (Inherited from Collection<SyncAdapter>.)
Explicit interface implemetationPrivate propertyICollection<T>.IsReadOnly (Inherited from Collection<SyncAdapter>.)
Explicit interface implemetationPrivate propertyIList.IsReadOnly (Inherited from Collection<SyncAdapter>.)
Explicit interface implemetationPrivate propertyICollection.IsSynchronized (Inherited from Collection<SyncAdapter>.)
Explicit interface implemetationPrivate propertyIList.Item (Inherited from Collection<SyncAdapter>.)
Explicit interface implemetationPrivate methodIList.Remove (Inherited from Collection<SyncAdapter>.)
Explicit interface implemetationPrivate propertyICollection.SyncRoot (Inherited from Collection<SyncAdapter>.)
Top

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: