C# Class Goedel.Persistence.LogEntry

Record persistence entries in a log format.
Inheritance: global::Goedel.Protocol.JSONObject
Exibir arquivo Open project: hallambaker/Mathematical-Mesh Class Usage Examples

Public Methods

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

Construct an instance from the specified tagged JSONReader stream.

LogEntry ( ) : System

Default constructor.

LogEntry ( JSONReader JSONReader ) : System

Construct an instance from a JSON encoded stream.

LogEntry ( 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

LogEntry() public method

Default constructor.
public LogEntry ( ) : System
return System

LogEntry() public method

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

LogEntry() public method

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

Tag() public method

Schema tag.
public Tag ( ) : string
return string