C# Class BaconographyWP8.Converters.ReifiedAlbumItemConverter

Inheritance: IValueConverter
Afficher le fichier Open project: Synergex/Baconography

Méthodes publiques

Свойство Type Description
CancelSource System.Threading.CancellationTokenSource

Méthodes publiques

Méthode Description
Convert ( object value, Type targetType, object parameter, System culture ) : object
ConvertBack ( object value, Type targetType, object parameter, System culture ) : object
MapPictureVM ( ViewModelBase vm ) : UIElement

Private Methods

Méthode Description
AddInitial ( IEnumerable viewModels, ObservableCollection boundControls ) : void
MapViewModel ( ViewModelBase viewModel ) : Task

Method Details

Convert() public méthode

public Convert ( object value, Type targetType, object parameter, System culture ) : object
value object
targetType System.Type
parameter object
culture System
Résultat object

ConvertBack() public méthode

public ConvertBack ( object value, Type targetType, object parameter, System culture ) : object
value object
targetType System.Type
parameter object
culture System
Résultat object

MapPictureVM() public static méthode

public static MapPictureVM ( ViewModelBase vm ) : UIElement
vm ViewModelBase
Résultat System.Windows.UIElement

Property Details

CancelSource public_oe static_oe property

public static CancellationTokenSource,System.Threading CancelSource
Résultat System.Threading.CancellationTokenSource