SyncAdapterCollection Class
A collection of SyncAdapter objects.
System.Object
System.Collections.ObjectModel.Collection<SyncAdapter>
Microsoft.Synchronization.Data.Server.SyncAdapterCollection
System.Collections.ObjectModel.Collection<SyncAdapter>
Microsoft.Synchronization.Data.Server.SyncAdapterCollection
Assembly: Microsoft.Synchronization.Data.Server (in Microsoft.Synchronization.Data.Server.dll)
The SyncAdapterCollection type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | SyncAdapterCollection | Initializes a new instance of the SyncAdapterCollection class. |
| Name | Description | |
|---|---|---|
![]() | Count | (Inherited from Collection<SyncAdapter>.) |
![]() | Item[Int32] | (Inherited from Collection<SyncAdapter>.) |
![]() | Item[String] | Gets a SyncAdapter object from the collection when given a table name. |
![]() | Items | (Inherited from Collection<SyncAdapter>.) |
| Name | Description | |
|---|---|---|
![]() | Add | (Inherited from Collection<SyncAdapter>.) |
![]() | Clear | (Inherited from Collection<SyncAdapter>.) |
![]() | ClearItems | (Inherited from Collection<SyncAdapter>.) |
![]() | Contains(String) | Determines whether a specific SyncAdapter object is in the collection when given a table name. |
![]() | Contains(T) | (Inherited from Collection<SyncAdapter>.) |
![]() | CopyTo | (Inherited from Collection<SyncAdapter>.) |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetEnumerator | (Inherited from Collection<SyncAdapter>.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | 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. |
![]() | IndexOf(T) | (Inherited from Collection<SyncAdapter>.) |
![]() | Insert | (Inherited from Collection<SyncAdapter>.) |
![]() | InsertItem | (Inherited from Collection<SyncAdapter>.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | Remove(String) | Removes the first occurrence of a SyncAdapter object from the collection when given a table name. |
![]() | Remove(T) | (Inherited from Collection<SyncAdapter>.) |
![]() | RemoveAt | (Inherited from Collection<SyncAdapter>.) |
![]() | RemoveItem | (Inherited from Collection<SyncAdapter>.) |
![]() | SetItem | (Inherited from Collection<SyncAdapter>.) |
![]() | ToString | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IList.Add | (Inherited from Collection<SyncAdapter>.) |
![]() ![]() | IList.Contains | (Inherited from Collection<SyncAdapter>.) |
![]() ![]() | ICollection.CopyTo | (Inherited from Collection<SyncAdapter>.) |
![]() ![]() | IEnumerable.GetEnumerator | (Inherited from Collection<SyncAdapter>.) |
![]() ![]() | IList.IndexOf | (Inherited from Collection<SyncAdapter>.) |
![]() ![]() | IList.Insert | (Inherited from Collection<SyncAdapter>.) |
![]() ![]() | IList.IsFixedSize | (Inherited from Collection<SyncAdapter>.) |
![]() ![]() | ICollection<T>.IsReadOnly | (Inherited from Collection<SyncAdapter>.) |
![]() ![]() | IList.IsReadOnly | (Inherited from Collection<SyncAdapter>.) |
![]() ![]() | ICollection.IsSynchronized | (Inherited from Collection<SyncAdapter>.) |
![]() ![]() | IList.Item | (Inherited from Collection<SyncAdapter>.) |
![]() ![]() | IList.Remove | (Inherited from Collection<SyncAdapter>.) |
![]() ![]() | ICollection.SyncRoot | (Inherited from Collection<SyncAdapter>.) |
Show:

