SyncColumnMappingCollection Class
Contains a collection of SyncColumnMapping objects.
System.Object
System.Collections.ObjectModel.Collection<SyncColumnMapping>
Microsoft.Synchronization.Data.Server.SyncColumnMappingCollection
System.Collections.ObjectModel.Collection<SyncColumnMapping>
Microsoft.Synchronization.Data.Server.SyncColumnMappingCollection
Assembly: Microsoft.Synchronization.Data.Server (in Microsoft.Synchronization.Data.Server.dll)
The SyncColumnMappingCollection type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | SyncColumnMappingCollection | Initializes a new instance of the SyncColumnMappingCollection class. |
| Name | Description | |
|---|---|---|
![]() | Count | (Inherited from Collection<SyncColumnMapping>.) |
![]() | Item | (Inherited from Collection<SyncColumnMapping>.) |
![]() | Items | (Inherited from Collection<SyncColumnMapping>.) |
| Name | Description | |
|---|---|---|
![]() | Add(T) | (Inherited from Collection<SyncColumnMapping>.) |
![]() | Add(String, String) | Adds a SyncColumnMapping object to the end of the collection when given a server column name and a client column name. |
![]() | Clear | (Inherited from Collection<SyncColumnMapping>.) |
![]() | ClearItems | (Inherited from Collection<SyncColumnMapping>.) |
![]() | Contains | (Inherited from Collection<SyncColumnMapping>.) |
![]() | CopyTo | (Inherited from Collection<SyncColumnMapping>.) |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetEnumerator | (Inherited from Collection<SyncColumnMapping>.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | IndexOf | (Inherited from Collection<SyncColumnMapping>.) |
![]() | 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. |
![]() | IndexOfServerColumn | Searches for a SyncColumnMapping object when given a column name. Returns the zero-based index of the first occurrence within the entire collection. |
![]() | Insert | (Inherited from Collection<SyncColumnMapping>.) |
![]() | InsertItem | Inserts a SyncColumnMapping object into the collection at the specified index. (Overrides Collection<T>.InsertItem(Int32, T).) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | Remove | (Inherited from Collection<SyncColumnMapping>.) |
![]() | RemoveAt | (Inherited from Collection<SyncColumnMapping>.) |
![]() | RemoveItem | (Inherited from Collection<SyncColumnMapping>.) |
![]() | SetItem | Replaces the SyncColumnMapping object at the specified index. (Overrides Collection<T>.SetItem(Int32, T).) |
![]() | ToString | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IList.Add | (Inherited from Collection<SyncColumnMapping>.) |
![]() ![]() | IList.Contains | (Inherited from Collection<SyncColumnMapping>.) |
![]() ![]() | ICollection.CopyTo | (Inherited from Collection<SyncColumnMapping>.) |
![]() ![]() | IEnumerable.GetEnumerator | (Inherited from Collection<SyncColumnMapping>.) |
![]() ![]() | IList.IndexOf | (Inherited from Collection<SyncColumnMapping>.) |
![]() ![]() | IList.Insert | (Inherited from Collection<SyncColumnMapping>.) |
![]() ![]() | IList.IsFixedSize | (Inherited from Collection<SyncColumnMapping>.) |
![]() ![]() | ICollection<T>.IsReadOnly | (Inherited from Collection<SyncColumnMapping>.) |
![]() ![]() | IList.IsReadOnly | (Inherited from Collection<SyncColumnMapping>.) |
![]() ![]() | ICollection.IsSynchronized | (Inherited from Collection<SyncColumnMapping>.) |
![]() ![]() | IList.Item | (Inherited from Collection<SyncColumnMapping>.) |
![]() ![]() | IList.Remove | (Inherited from Collection<SyncColumnMapping>.) |
![]() ![]() | ICollection.SyncRoot | (Inherited from Collection<SyncColumnMapping>.) |
Show:

