SyncAdapterCollection Class

A collection of SyncAdapter objects.

Inheritance Hierarchy

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)

Syntax

'Declaration
Public NotInheritable Class SyncAdapterCollection _
    Inherits Collection(Of SyncAdapter)
'Usage
Dim instance As SyncAdapterCollection
public sealed class SyncAdapterCollection : Collection<SyncAdapter>
public ref class SyncAdapterCollection sealed : public Collection<SyncAdapter^>
[<SealedAttribute>]
type SyncAdapterCollection =  
    class
        inherit Collection<SyncAdapter>
    end
public final class SyncAdapterCollection extends Collection<SyncAdapter>

The SyncAdapterCollection type exposes the following members.

Constructors

  Name Description
Public method SyncAdapterCollection Initializes a new instance of the SyncAdapterCollection class.

Top

Properties

  Name Description
Public property Count (Inherited from Collection<SyncAdapter>.)
Public property Item[Int32] (Inherited from Collection<SyncAdapter>.)
Public property Item[String] Gets a SyncAdapter object from the collection when given a table name.
Protected property Items (Inherited from Collection<SyncAdapter>.)

Top

Methods

  Name Description
Public method Add (Inherited from Collection<SyncAdapter>.)
Public method Clear (Inherited from Collection<SyncAdapter>.)
Protected method ClearItems (Inherited from Collection<SyncAdapter>.)
Public method Contains(String) Determines whether a specific SyncAdapter object is in the collection when given a table name.
Public method Contains(T) (Inherited from Collection<SyncAdapter>.)
Public method CopyTo (Inherited from Collection<SyncAdapter>.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetEnumerator (Inherited from Collection<SyncAdapter>.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method IndexOf(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 method IndexOf(T) (Inherited from Collection<SyncAdapter>.)
Public method Insert (Inherited from Collection<SyncAdapter>.)
Protected method InsertItem (Inherited from Collection<SyncAdapter>.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Remove(String) Removes the first occurrence of a SyncAdapter object from the collection when given a table name.
Public method Remove(T) (Inherited from Collection<SyncAdapter>.)
Public method RemoveAt (Inherited from Collection<SyncAdapter>.)
Protected method RemoveItem (Inherited from Collection<SyncAdapter>.)
Protected method SetItem (Inherited from Collection<SyncAdapter>.)
Public method ToString (Inherited from Object.)

Top

Explicit Interface Implementations

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

Top

Thread Safety

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

See Also

Reference

Microsoft.Synchronization.Data.Server Namespace