C# Class DineroPortableClientSDK.DineroEntity

Represents a Dinero entity which can be parsed from JSON and written as a JSON string.
Inheritance: IDineroParsable
Show file Open project: DineroRegnskab/dinero-csharp-sdk

Public Methods

Method Description
JSonify ( ) : string

JSONifies the entity.

Load ( string json ) : void

Loads up the entity's properties from the JSON string.

Method Details

JSonify() public method

JSONifies the entity.
public JSonify ( ) : string
return string

Load() public method

Loads up the entity's properties from the JSON string.
public Load ( string json ) : void
json string A JSON string representing the entity
return void