SyncColumnMappingCollection Class

Contains a collection of SyncColumnMapping objects.

System.Object
  System.Collections.ObjectModel.Collection<SyncColumnMapping>
    Microsoft.Synchronization.Data.Server.SyncColumnMappingCollection

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

public class SyncColumnMappingCollection : Collection<SyncColumnMapping>

The SyncColumnMappingCollection type exposes the following members.

  NameDescription
Public methodSyncColumnMappingCollectionInitializes a new instance of the SyncColumnMappingCollection class.
Top

  NameDescription
Public propertyCount (Inherited from Collection<SyncColumnMapping>.)
Public propertyItem (Inherited from Collection<SyncColumnMapping>.)
Protected propertyItems (Inherited from Collection<SyncColumnMapping>.)
Top

  NameDescription
Public methodAdd(T) (Inherited from Collection<SyncColumnMapping>.)
Public methodAdd(String, String)Adds a SyncColumnMapping object to the end of the collection when given a server column name and a client column name.
Public methodClear (Inherited from Collection<SyncColumnMapping>.)
Protected methodClearItems (Inherited from Collection<SyncColumnMapping>.)
Public methodContains (Inherited from Collection<SyncColumnMapping>.)
Public methodCopyTo (Inherited from Collection<SyncColumnMapping>.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetEnumerator (Inherited from Collection<SyncColumnMapping>.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodIndexOf (Inherited from Collection<SyncColumnMapping>.)
Public methodIndexOfClientColumnSearches for a SyncColumnMapping object when given a column name, and returns the zero-based index of the first occurrence within the entire collection.
Public methodIndexOfServerColumnSearches for a SyncColumnMapping object when given a column name. Returns the zero-based index of the first occurrence within the entire collection.
Public methodInsert (Inherited from Collection<SyncColumnMapping>.)
Protected methodInsertItemInserts a SyncColumnMapping object into the collection at the specified index. (Overrides Collection<T>.InsertItem(Int32, T).)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRemove (Inherited from Collection<SyncColumnMapping>.)
Public methodRemoveAt (Inherited from Collection<SyncColumnMapping>.)
Protected methodRemoveItem (Inherited from Collection<SyncColumnMapping>.)
Protected methodSetItemReplaces the SyncColumnMapping object at the specified index. (Overrides Collection<T>.SetItem(Int32, T).)
Public methodToString (Inherited from Object.)
Top

  NameDescription
Explicit interface implemetationPrivate methodIList.Add (Inherited from Collection<SyncColumnMapping>.)
Explicit interface implemetationPrivate methodIList.Contains (Inherited from Collection<SyncColumnMapping>.)
Explicit interface implemetationPrivate methodICollection.CopyTo (Inherited from Collection<SyncColumnMapping>.)
Explicit interface implemetationPrivate methodIEnumerable.GetEnumerator (Inherited from Collection<SyncColumnMapping>.)
Explicit interface implemetationPrivate methodIList.IndexOf (Inherited from Collection<SyncColumnMapping>.)
Explicit interface implemetationPrivate methodIList.Insert (Inherited from Collection<SyncColumnMapping>.)
Explicit interface implemetationPrivate propertyIList.IsFixedSize (Inherited from Collection<SyncColumnMapping>.)
Explicit interface implemetationPrivate propertyICollection<T>.IsReadOnly (Inherited from Collection<SyncColumnMapping>.)
Explicit interface implemetationPrivate propertyIList.IsReadOnly (Inherited from Collection<SyncColumnMapping>.)
Explicit interface implemetationPrivate propertyICollection.IsSynchronized (Inherited from Collection<SyncColumnMapping>.)
Explicit interface implemetationPrivate propertyIList.Item (Inherited from Collection<SyncColumnMapping>.)
Explicit interface implemetationPrivate methodIList.Remove (Inherited from Collection<SyncColumnMapping>.)
Explicit interface implemetationPrivate propertyICollection.SyncRoot (Inherited from Collection<SyncColumnMapping>.)
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: