C# Class BaconographyPortable.ViewModel.MoreViewModel

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

Méthodes publiques

Méthode Description
MoreViewModel ( IBaconProvider baconProvider, IEnumerable ids, string targetName, string subreddit, Action loadMore, CommentViewModel parent, int depth, bool oddNesting ) : BaconographyPortable.Messages
Touch ( ) : void

Private Methods

Méthode Description
TriggerLoadImpl ( ) : void

Method Details

MoreViewModel() public méthode

public MoreViewModel ( IBaconProvider baconProvider, IEnumerable ids, string targetName, string subreddit, Action loadMore, CommentViewModel parent, int depth, bool oddNesting ) : BaconographyPortable.Messages
baconProvider IBaconProvider
ids IEnumerable
targetName string
subreddit string
loadMore Action
parent CommentViewModel
depth int
oddNesting bool
Résultat BaconographyPortable.Messages

Touch() public méthode

public Touch ( ) : void
Résultat void