C# 클래스 BaconographyPortable.Model.Reddit.ListingHelpers.PostComments

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

공개 메소드들

메소드 설명
GetAdditionalListing ( string after, object>.Dictionary state ) : Task
GetInitialListing ( object>.Dictionary state ) : Task
GetMore ( IEnumerable ids, object>.Dictionary state ) : Task
PostComments ( IBaconProvider baconProvider, string subreddit, string permaLink, string targetName ) : BaconographyPortable.Services
Refresh ( object>.Dictionary state ) : Task

메소드 상세

GetAdditionalListing() 공개 메소드

public GetAdditionalListing ( string after, object>.Dictionary state ) : Task
after string
state object>.Dictionary
리턴 Task

GetInitialListing() 공개 메소드

public GetInitialListing ( object>.Dictionary state ) : Task
state object>.Dictionary
리턴 Task

GetMore() 공개 메소드

public GetMore ( IEnumerable ids, object>.Dictionary state ) : Task
ids IEnumerable
state object>.Dictionary
리턴 Task

PostComments() 공개 메소드

public PostComments ( IBaconProvider baconProvider, string subreddit, string permaLink, string targetName ) : BaconographyPortable.Services
baconProvider IBaconProvider
subreddit string
permaLink string
targetName string
리턴 BaconographyPortable.Services

Refresh() 공개 메소드

public Refresh ( object>.Dictionary state ) : Task
state object>.Dictionary
리턴 Task