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

A synchronization manager.
Afficher le fichier Open project: flickr-downloadr/flickr-downloadr

Méthodes publiques

Méthode Description
GetSelectedItemsCollection ( Selector selector ) : IList
StartSynchronizingList ( ) : void

Starts synchronizing the list.

StopSynchronizing ( ) : void

Stops synchronizing the list.

Private Methods

Méthode Description
SynchronizationManager ( Selector selector ) : System

Initializes a new instance of the SynchronizationManager class.

Method Details

GetSelectedItemsCollection() public static méthode

public static GetSelectedItemsCollection ( Selector selector ) : IList
selector System.Windows.Controls.Primitives.Selector
Résultat IList

StartSynchronizingList() public méthode

Starts synchronizing the list.
public StartSynchronizingList ( ) : void
Résultat void

StopSynchronizing() public méthode

Stops synchronizing the list.
public StopSynchronizing ( ) : void
Résultat void