SyncColumnMappingCollection Members

Contains a collection of SyncColumnMapping objects.

The following tables list the members exposed by the SyncColumnMappingCollection type.

Public Constructors

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

Top

Public Properties

(see also Protected Properties )

  Name Description
Public property Count  (Inherited from Collection.)
Public property Item  (Inherited from Collection.)

Top

Protected Properties

  Name Description
Protected property Items  (Inherited from Collection.)

Top

Public Methods

(see also Protected Methods )

  Name Description
Public method Add Overloaded.  
Public method Clear  (Inherited from Collection.)
Public method Contains  (Inherited from Collection.)
Public method CopyTo  (Inherited from Collection.)
Public method Equals  Overloaded. (Inherited from Object.)
Public method GetEnumerator  (Inherited from Collection.)
Public method GetHashCode  (Inherited from Object.)
Public method GetType  (Inherited from Object.)
Public method IndexOf  (Inherited from Collection.)
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.)
Public method Static ReferenceEquals  (Inherited from Object.)
Public method Remove  (Inherited from Collection.)
Public method RemoveAt  (Inherited from Collection.)
Public method ToString  (Inherited from Object.)

Top

Protected Methods

  Name Description
Protected method ClearItems  (Inherited from Collection.)
Protected method Finalize  (Inherited from Object.)
Protected method InsertItem Overloaded. Overridden. Inserts a SyncColumnMapping object into the collection.
Protected method MemberwiseClone  (Inherited from Object.)
Protected method RemoveItem  (Inherited from Collection.)
Protected method SetItem Overloaded.  

Top

Explicit Interface Implementations

  Name Description
Explicit interface implementation Method System.Collections.ICollection.CopyTo  (Inherited from Collection.)
Explicit interface implementation Method System.Collections.IEnumerable.GetEnumerator  (Inherited from Collection.)
Explicit interface implementation Method System.Collections.IList.Add  (Inherited from Collection.)
Explicit interface implementation Method System.Collections.IList.Contains  (Inherited from Collection.)
Explicit interface implementation Method System.Collections.IList.IndexOf  (Inherited from Collection.)
Explicit interface implementation Method System.Collections.IList.Insert  (Inherited from Collection.)
Explicit interface implementation Method System.Collections.IList.Remove  (Inherited from Collection.)
Explicit interface implementation Property System.Collections.Generic.ICollection.IsReadOnly  (Inherited from Collection.)
Explicit interface implementation Property System.Collections.ICollection.IsSynchronized  (Inherited from Collection.)
Explicit interface implementation Property System.Collections.ICollection.SyncRoot  (Inherited from Collection.)
Explicit interface implementation Property System.Collections.IList.IsFixedSize  (Inherited from Collection.)
Explicit interface implementation Property System.Collections.IList.IsReadOnly  (Inherited from Collection.)
Explicit interface implementation Property System.Collections.IList.Item  (Inherited from Collection.)

Top

See Also

Reference

SyncColumnMappingCollection Class
Microsoft.Synchronization.Data.Server Namespace