C# Class Goedel.Mesh.MeshPassword

Profile for recording access credentials. Currently this is limited to usernames and passwords but could expand to include other credential forms.
Inheritance: global::Goedel.Protocol.JSONObject
Afficher le fichier Open project: hallambaker/Mathematical-Mesh

Méthodes publiques

Méthode Description
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.

Method Details

Deserialize() public static méthode

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
Résultat void

MeshPassword() public méthode

Default constructor.
public MeshPassword ( ) : System
Résultat System

MeshPassword() public méthode

Construct an instance from a JSON encoded stream.
public MeshPassword ( JSONReader JSONReader ) : System
JSONReader JSONReader Input stream
Résultat System

MeshPassword() public méthode

Construct an instance from a JSON encoded string.
public MeshPassword ( string _String ) : System
_String string Input string
Résultat System

Tag() public méthode

Schema tag.
public Tag ( ) : string
Résultat string