C# Class BaconographyPortable.ViewModel.MoreViewModel

Inheritance: ViewModelBase
Datei anzeigen Open project: Synergex/Baconography

Public Methods

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

Private Methods

Method Description
TriggerLoadImpl ( ) : void

Method Details

MoreViewModel() public method

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
return BaconographyPortable.Messages

Touch() public method

public Touch ( ) : void
return void