C# Class FloydPink.Flickr.Downloadr.UI.Behaviors.MultiSelectorBehaviours.SynchronizationManager

A synchronization manager.
Mostrar archivo Open project: flickr-downloadr/flickr-downloadr

Public Methods

Method Description
GetSelectedItemsCollection ( Selector selector ) : IList
StartSynchronizingList ( ) : void

Starts synchronizing the list.

StopSynchronizing ( ) : void

Stops synchronizing the list.

Private Methods

Method Description
SynchronizationManager ( Selector selector ) : System

Initializes a new instance of the SynchronizationManager class.

Method Details

GetSelectedItemsCollection() public static method

public static GetSelectedItemsCollection ( Selector selector ) : IList
selector System.Windows.Controls.Primitives.Selector
return IList

StartSynchronizingList() public method

Starts synchronizing the list.
public StartSynchronizingList ( ) : void
return void

StopSynchronizing() public method

Stops synchronizing the list.
public StopSynchronizing ( ) : void
return void