Class JsonPresenter
A presenter to format the Modifications of a comparison run to JSON Data.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: inetsoftware.Pdfc.Presenter
Assembly: inetsoftware.Pdfc.dll
Syntax
public class JsonPresenter : BasePresenter
Constructors
JsonPresenter()
Creates the presenter
Declaration
public JsonPresenter()
Methods
GetJson()
Return the JSON Data as String
Declaration
public string GetJson()
Returns
Type | Description |
---|---|
System.String | JSON Data |