C# Class DiffBot.DiffBotArticleResultModel

Base object for storing all the results of an article request
Mostrar archivo Open project: TheRightChoyce/diffbot-csharp Class Usage Examples

Public Methods

Method Description
Create ( string sourceJson ) : DiffBotArticleResultModel

Creates a Article model from a json source

DiffBotArticleResultModel ( ) : System

Method Details

Create() public method

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

DiffBotArticleResultModel() public method

public DiffBotArticleResultModel ( ) : System
return System