C# 클래스 Goedel.Persistence.LogEntry

Record persistence entries in a log format.
상속: global::Goedel.Protocol.JSONObject
파일 보기 프로젝트 열기: hallambaker/Mathematical-Mesh 1 사용 예제들

공개 메소드들

메소드 설명
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.

메소드 상세

Deserialize() 공개 정적인 메소드

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
리턴 void

LogEntry() 공개 메소드

Default constructor.
public LogEntry ( ) : System
리턴 System

LogEntry() 공개 메소드

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

LogEntry() 공개 메소드

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

Tag() 공개 메소드

Schema tag.
public Tag ( ) : string
리턴 string