SyncColumnMappingCollection Members
Contains a collection of SyncColumnMapping objects.
The following tables list the members exposed by the SyncColumnMappingCollection type.
Public Constructors
Name | Description | |
---|---|---|
SyncColumnMappingCollection | Initializes a new instance of the SyncColumnMappingCollection class. |
Top
Public Properties
(see also Protected Properties )
Name | Description | |
---|---|---|
Count | (inherited from Collection ) | |
Item | (inherited from Collection ) |
Top
Protected Properties
Name | Description | |
---|---|---|
Items | (inherited from Collection ) |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Add | Overloaded. | |
Clear | (inherited from Collection ) | |
Contains | (inherited from Collection ) | |
CopyTo | (inherited from Collection ) | |
Equals | Overloaded. (inherited from Object ) | |
GetEnumerator | (inherited from Collection ) | |
GetHashCode | (inherited from Object ) | |
GetType | (inherited from Object ) | |
IndexOf | (inherited from Collection ) | |
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 ) | |
ReferenceEquals | (inherited from Object ) | |
Remove | (inherited from Collection ) | |
RemoveAt | (inherited from Collection ) | |
ToString | (inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
ClearItems | (inherited from Collection ) | |
Finalize | (inherited from Object ) | |
InsertItem | Overloaded. | |
MemberwiseClone | (inherited from Object ) | |
RemoveItem | (inherited from Collection ) | |
SetItem | Overloaded. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
System.Collections.ICollection.CopyTo | (inherited from Collection ) | |
System.Collections.IEnumerable.GetEnumerator | (inherited from Collection ) | |
System.Collections.IList.Add | (inherited from Collection ) | |
System.Collections.IList.Contains | (inherited from Collection ) | |
System.Collections.IList.IndexOf | (inherited from Collection ) | |
System.Collections.IList.Insert | (inherited from Collection ) | |
System.Collections.IList.Remove | (inherited from Collection ) | |
System.Collections.Generic.ICollection.IsReadOnly | (inherited from Collection ) | |
System.Collections.ICollection.IsSynchronized | (inherited from Collection ) | |
System.Collections.ICollection.SyncRoot | (inherited from Collection ) | |
System.Collections.IList.IsFixedSize | (inherited from Collection ) | |
System.Collections.IList.IsReadOnly | (inherited from Collection ) | |
System.Collections.IList.Item | (inherited from Collection ) |
Top
See Also
Reference
SyncColumnMappingCollection Class
Microsoft.Synchronization.Data.Server Namespace