SyncColumnMappingCollection Class

Contains a collection of SyncColumnMapping objects.

System.Object
  System.Collections.ObjectModel.Collection(Of SyncColumnMapping)
    Microsoft.Synchronization.Data.Server.SyncColumnMappingCollection

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

'Declaration
Public Class SyncColumnMappingCollection _
	Inherits Collection(Of SyncColumnMapping)
'Usage
Dim instance As SyncColumnMappingCollection

The SyncColumnMappingCollection type exposes the following members.

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

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

  NameDescription
Public methodAdd(T) (Inherited from Collection(Of 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(Of SyncColumnMapping).)
Protected methodClearItems (Inherited from Collection(Of SyncColumnMapping).)
Public methodContains (Inherited from Collection(Of SyncColumnMapping).)
Public methodCopyTo (Inherited from Collection(Of SyncColumnMapping).)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetEnumerator (Inherited from Collection(Of SyncColumnMapping).)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodIndexOf (Inherited from Collection(Of 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(Of SyncColumnMapping).)
Protected methodInsertItemInserts a SyncColumnMapping object into the collection at the specified index. (Overrides Collection(Of T).InsertItem(Int32, T).)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRemove (Inherited from Collection(Of SyncColumnMapping).)
Public methodRemoveAt (Inherited from Collection(Of SyncColumnMapping).)
Protected methodRemoveItem (Inherited from Collection(Of SyncColumnMapping).)
Protected methodSetItemReplaces the SyncColumnMapping object at the specified index. (Overrides Collection(Of T).SetItem(Int32, T).)
Public methodToString (Inherited from Object.)
Top

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