C# Class Utility.MSDN.ForumSnapshot

ファイルを表示 Open project: dream-365/toolkit Class Usage Examples

Public Methods

Method Description
ForumSnapshot ( Community community, string forum ) : Newtonsoft.Json
GetData ( ) : IEnumerable
Load ( string fileName ) : void
Save ( string fileName ) : void
TakeAsync ( int pageSize ) : System.Threading.Tasks.Task

Private Methods

Method Description
ExtractUuid ( string value ) : string
Log ( string info ) : void

Method Details

ForumSnapshot() public method

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

GetData() public method

public GetData ( ) : IEnumerable
return IEnumerable

Load() public method

public Load ( string fileName ) : void
fileName string
return void

Save() public method

public Save ( string fileName ) : void
fileName string
return void

TakeAsync() public method

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