C# 클래스 Goedel.Mesh.MeshNetwork

Describe network configuration information.
상속: global::Goedel.Protocol.JSONObject
파일 보기 프로젝트 열기: hallambaker/Mathematical-Mesh

공개 메소드들

메소드 설명
Deserialize ( JSONReader JSONReader, JSONObject &Out ) : void

Construct an instance from the specified tagged JSONReader stream.

MeshNetwork ( ) : System

Default constructor.

MeshNetwork ( JSONReader JSONReader ) : System

Construct an instance from a JSON encoded stream.

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

MeshNetwork() 공개 메소드

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

MeshNetwork() 공개 메소드

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

MeshNetwork() 공개 메소드

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

Tag() 공개 메소드

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