C# Class Charmed.Sample.ViewModels.WindowsFeedItemViewModel

Inheritance: FeedItemViewModel
Afficher le fichier Open project: brentedwards/Charmed

Méthodes publiques

Méthode Description
LoadState ( Models navigationParameter, object>.Dictionary pageState ) : void
SaveState ( object>.Dictionary pageState ) : void
WindowsFeedItemViewModel ( ISerializer serializer, IStorage storage, ISecondaryPinner secondaryPinner, IShareManager shareManager ) : System

Private Methods

Méthode Description
ShareRequested ( DataPackage dataPackage ) : void

Method Details

LoadState() public méthode

public LoadState ( Models navigationParameter, object>.Dictionary pageState ) : void
navigationParameter Models
pageState object>.Dictionary
Résultat void

SaveState() public méthode

public SaveState ( object>.Dictionary pageState ) : void
pageState object>.Dictionary
Résultat void

WindowsFeedItemViewModel() public méthode

public WindowsFeedItemViewModel ( ISerializer serializer, IStorage storage, ISecondaryPinner secondaryPinner, IShareManager shareManager ) : System
serializer ISerializer
storage IStorage
secondaryPinner ISecondaryPinner
shareManager IShareManager
Résultat System