C# 클래스 Utility.MSDN.ForumSnapshot

파일 보기 프로젝트 열기: dream-365/toolkit 1 사용 예제들

공개 메소드들

메소드 설명
ForumSnapshot ( Community community, string forum ) : Newtonsoft.Json
GetData ( ) : IEnumerable
Load ( string fileName ) : void
Save ( string fileName ) : void
TakeAsync ( int pageSize ) : System.Threading.Tasks.Task

비공개 메소드들

메소드 설명
ExtractUuid ( string value ) : string
Log ( string info ) : void

메소드 상세

ForumSnapshot() 공개 메소드

public ForumSnapshot ( Community community, string forum ) : Newtonsoft.Json
community Community
forum string
리턴 Newtonsoft.Json

GetData() 공개 메소드

public GetData ( ) : IEnumerable
리턴 IEnumerable

Load() 공개 메소드

public Load ( string fileName ) : void
fileName string
리턴 void

Save() 공개 메소드

public Save ( string fileName ) : void
fileName string
리턴 void

TakeAsync() 공개 메소드

public TakeAsync ( int pageSize ) : System.Threading.Tasks.Task
pageSize int
리턴 System.Threading.Tasks.Task