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 | |
---|---|---|
SyncColumnMappingCollection | Initializes a new instance of the SyncColumnMappingCollection class. |
Top
Properties
Name | Description | |
---|---|---|
Count | (Inherited from Collection<SyncColumnMapping>.) | |
Item | (Inherited from Collection<SyncColumnMapping>.) | |
Items | (Inherited from Collection<SyncColumnMapping>.) |
Top
Methods
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.) |
Top
Explicit Interface Implementations
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>.) |
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.