C# Class Goedel.Mesh.MeshItem

An entry in the Mesh linked logchain.
Inheritance: global::Goedel.Protocol.JSONObject
Show file Open project: hallambaker/Mathematical-Mesh

Public Methods

Method Description
Deserialize ( JSONReader JSONReader, JSONObject &Out ) : void

Construct an instance from the specified tagged JSONReader stream.

MeshItem ( ) : System

Default constructor.

MeshItem ( JSONReader JSONReader ) : System

Construct an instance from a JSON encoded stream.

MeshItem ( string _String ) : System

Construct an instance from a JSON encoded string.

Tag ( ) : string

Schema tag.

Method Details

Deserialize() public static method

Construct an instance from the specified tagged JSONReader stream.
public static Deserialize ( JSONReader JSONReader, JSONObject &Out ) : void
JSONReader JSONReader Input stream
Out JSONObject The created object
return void

MeshItem() public method

Default constructor.
public MeshItem ( ) : System
return System

MeshItem() public method

Construct an instance from a JSON encoded stream.
public MeshItem ( JSONReader JSONReader ) : System
JSONReader JSONReader Input stream
return System

MeshItem() public method

Construct an instance from a JSON encoded string.
public MeshItem ( string _String ) : System
_String string Input string
return System

Tag() public method

Schema tag.
public Tag ( ) : string
return string