SyncColumnMappingCollection Class

Contains a collection of SyncColumnMapping objects.

Inheritance Hierarchy

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)

Syntax

'Declaration
Public Class SyncColumnMappingCollection _
    Inherits Collection(Of SyncColumnMapping)
'Usage
Dim instance As SyncColumnMappingCollection
public class SyncColumnMappingCollection : Collection<SyncColumnMapping>
public ref class SyncColumnMappingCollection : public Collection<SyncColumnMapping^>
type SyncColumnMappingCollection =  
    class
        inherit Collection<SyncColumnMapping>
    end
public class SyncColumnMappingCollection extends Collection<SyncColumnMapping>

The SyncColumnMappingCollection type exposes the following members.

Constructors

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

Top

Properties

  Name Description
Public property Count (Inherited from Collection<SyncColumnMapping>.)
Public property Item (Inherited from Collection<SyncColumnMapping>.)
Protected property Items (Inherited from Collection<SyncColumnMapping>.)

Top

Methods

  Name Description
Public method Add(T) (Inherited from Collection<SyncColumnMapping>.)
Public method Add(String, String) Adds a SyncColumnMapping object to the end of the collection when given a server column name and a client column name.
Public method Clear (Inherited from Collection<SyncColumnMapping>.)
Protected method ClearItems (Inherited from Collection<SyncColumnMapping>.)
Public method Contains (Inherited from Collection<SyncColumnMapping>.)
Public method CopyTo (Inherited from Collection<SyncColumnMapping>.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetEnumerator (Inherited from Collection<SyncColumnMapping>.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method IndexOf (Inherited from Collection<SyncColumnMapping>.)
Public method IndexOfClientColumn Searches for a SyncColumnMapping object when given a column name, and returns the zero-based index of the first occurrence within the entire collection.
Public method IndexOfServerColumn Searches for a SyncColumnMapping object when given a column name. Returns the zero-based index of the first occurrence within the entire collection.
Public method Insert (Inherited from Collection<SyncColumnMapping>.)
Protected method InsertItem Inserts a SyncColumnMapping object into the collection at the specified index. (Overrides Collection<T>.InsertItem(Int32, T).)
Protected method MemberwiseClone (Inherited from Object.)
Public method Remove (Inherited from Collection<SyncColumnMapping>.)
Public method RemoveAt (Inherited from Collection<SyncColumnMapping>.)
Protected method RemoveItem (Inherited from Collection<SyncColumnMapping>.)
Protected method SetItem Replaces the SyncColumnMapping object at the specified index. (Overrides Collection<T>.SetItem(Int32, T).)
Public method ToString (Inherited from Object.)

Top

Explicit Interface Implementations

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

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