C# Class DiffBot.DiffBotFrontpageResultModel

Base object for storing the result of a front page query
Afficher le fichier Open project: TheRightChoyce/diffbot-csharp Class Usage Examples

Méthodes publiques

Méthode Description
Create ( string sourceJson ) : DiffBotFrontpageResultModel

Creates a Article model from a json source

DiffBotFrontpageResultModel ( ) : System

Method Details

Create() public méthode

Creates a Article model from a json source
public Create ( string sourceJson ) : DiffBotFrontpageResultModel
sourceJson string
Résultat DiffBotFrontpageResultModel

DiffBotFrontpageResultModel() public méthode

public DiffBotFrontpageResultModel ( ) : System
Résultat System