C# Class Utility.MSDN.ForumSnapshot

Afficher le fichier Open project: dream-365/toolkit Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
ExtractUuid ( string value ) : string
Log ( string info ) : void

Method Details

ForumSnapshot() public méthode

public ForumSnapshot ( Community community, string forum ) : Newtonsoft.Json
community Community
forum string
Résultat Newtonsoft.Json

GetData() public méthode

public GetData ( ) : IEnumerable
Résultat IEnumerable

Load() public méthode

public Load ( string fileName ) : void
fileName string
Résultat void

Save() public méthode

public Save ( string fileName ) : void
fileName string
Résultat void

TakeAsync() public méthode

public TakeAsync ( int pageSize ) : System.Threading.Tasks.Task
pageSize int
Résultat System.Threading.Tasks.Task