Search
DataSourceTracker Methods
 


 Public Methods

  Name Description

AddProperties

 

AddProperty

Overloaded.  

CreateTracker

Overloaded.  

ReadSourceItems

Fills the target list with items corresponding to the source items. Attaches event listeners so the items are kept synchronized.

ReadTargetItems

Fills the source list with items corresponding to the target items. Attaches event listeners so the items are kept synchronized.

SetSourceType

Specifies what type of items should be created in the source collection when an item is added to the target collection.

SetTargetFactory

Sets the factory used to create items in the target collection or remove existing items from there.

SetTargetType

Specifies what type of items should be created in the target collection when an item is added to the source collection.

 See Also