C# 클래스 Goedel.Mesh.MeshPassword

Profile for recording access credentials. Currently this is limited to usernames and passwords but could expand to include other credential forms.
상속: global::Goedel.Protocol.JSONObject
파일 보기 프로젝트 열기: hallambaker/Mathematical-Mesh

공개 메소드들

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

Construct an instance from the specified tagged JSONReader stream.

MeshPassword ( ) : System

Default constructor.

MeshPassword ( JSONReader JSONReader ) : System

Construct an instance from a JSON encoded stream.

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

MeshPassword() 공개 메소드

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

MeshPassword() 공개 메소드

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

MeshPassword() 공개 메소드

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

Tag() 공개 메소드

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