C# Class BaconographyWP8.Converters.ReifiedSubredditTemplateCollectionConverter

Inheritance: IValueConverter
Show file Open project: Synergex/Baconography

Public Methods

Method Description
Convert ( object value, Type targetType, object parameter, System culture ) : object
ConvertBack ( object value, Type targetType, object parameter, System culture ) : object
redditViewModelCollection_CollectionChanged ( object sender, System e, ObservableCollection adaptedTarget ) : void

Private Methods

Method Description
MapViewModel ( ViewModelBase viewModel ) : PivotItem

Method Details

Convert() public method

public Convert ( object value, Type targetType, object parameter, System culture ) : object
value object
targetType System.Type
parameter object
culture System
return object

ConvertBack() public method

public ConvertBack ( object value, Type targetType, object parameter, System culture ) : object
value object
targetType System.Type
parameter object
culture System
return object

redditViewModelCollection_CollectionChanged() public method

public redditViewModelCollection_CollectionChanged ( object sender, System e, ObservableCollection adaptedTarget ) : void
sender object
e System
adaptedTarget ObservableCollection
return void