Version

SyncableObservableCollection<T1,T2> Class Properties

For a list of all members of this type, see SyncableObservableCollection<T1,T2> members.

Public Properties
 NameDescription
Public PropertyCompareGets or sets the Compare method used for comparing this collections items with the sync target items.  
Public PropertyCountGets the number of elements actually contained in the Collection. (Inherited from System.Collections.ObjectModel.Collection<T1>)
Public PropertyCreateFromGets or sets the method used for creating items for this collection from the sync target.  
Public PropertyCreateToGets or sets the method used for creating items for the sync target.  
Public PropertyItemGets or sets the element at the specified index. (Inherited from System.Collections.ObjectModel.Collection<T1>)
Public PropertyShouldDetachOnTargetChangeGets or sets whether this collection should detach the sync when the target collection changes.  
Public PropertySyncTargetGets or sets another SyncableObservableColleciton to sync with.  
Protected Properties
 NameDescription
Protected PropertyItemsGets a IList wrapper around the Collection. (Inherited from System.Collections.ObjectModel.Collection<T1>)
See Also