C# Class DiffBot.DiffBotFrontpageResultModel

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

Public Methods

Method Description
Create ( string sourceJson ) : DiffBotFrontpageResultModel

Creates a Article model from a json source

DiffBotFrontpageResultModel ( ) : System

Method Details

Create() public method

Creates a Article model from a json source
public Create ( string sourceJson ) : DiffBotFrontpageResultModel
sourceJson string
return DiffBotFrontpageResultModel

DiffBotFrontpageResultModel() public method

public DiffBotFrontpageResultModel ( ) : System
return System