C# 클래스 BaconographyPortable.ViewModel.MoreViewModel

상속: ViewModelBase
파일 보기 프로젝트 열기: Synergex/Baconography

공개 메소드들

메소드 설명
MoreViewModel ( IBaconProvider baconProvider, IEnumerable ids, string targetName, string subreddit, Action loadMore, CommentViewModel parent, int depth, bool oddNesting ) : BaconographyPortable.Messages
Touch ( ) : void

비공개 메소드들

메소드 설명
TriggerLoadImpl ( ) : void

메소드 상세

MoreViewModel() 공개 메소드

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
리턴 BaconographyPortable.Messages

Touch() 공개 메소드

public Touch ( ) : void
리턴 void