Méthode |
Description |
|
DeserializeFromFile ( string path, Variant &result ) : bool |
|
|
DeserializeFromJsonFile ( string path ) : Variant |
|
|
GetObjectData ( SerializationInfo info, StreamingContext context ) : void |
|
|
SerializeToFile ( string path ) : void |
|
|
SerializeToJson ( ) : JToken |
|
|
SetValue ( System.DateTime dateTime ) : void |
|
|
SetValue ( IList array ) : void |
|
|
SetValue ( JToken json ) : void |
|
|
SetValue ( Variant v ) : void |
|
|
SetValue ( VariantMap value ) : void |
|
|
SetValue ( bool v ) : void |
|
|
SetValue ( byte v ) : void |
|
|
SetValue ( double v ) : void |
|
|
SetValue ( int v ) : void |
|
|
SetValue ( int year, int month, int day ) : void |
|
|
SetValue ( int hour, int min, int sec, int m ) : void |
|
|
SetValue ( int year, int month, int day, int hour, int min, int sec, int m ) : void |
|
|
SetValue ( long v ) : void |
|
|
SetValue ( object o = null ) : void |
|
|
SetValue ( sbyte v ) : void |
|
|
SetValue ( short v ) : void |
|
|
SetValue ( string v ) : void |
|
|
SetValue ( uint v ) : void |
|
|
SetValue ( ulong v ) : void |
|
|
SetValue ( ushort v ) : void |
|
|
Variant ( ) : System |
|
|
Variant ( System.DateTime dateTime ) : System |
|
|
Variant ( IList array ) : System |
|
|
Variant ( JToken json ) : System |
|
|
Variant ( SerializationInfo info, StreamingContext context ) : System |
|
|
Variant ( Variant v ) : System |
|
|
Variant ( VariantMap value ) : System |
|
|
Variant ( bool v ) : System |
|
|
Variant ( byte v ) : System |
|
|
Variant ( double v ) : System |
|
|
Variant ( int v ) : System |
|
|
Variant ( int year, int month, int day ) : System |
|
|
Variant ( int hour, int min, int sec, int m ) : System |
|
|
Variant ( int year, int month, int day, int hour, int min, int sec, int m ) : System |
|
|
Variant ( long v ) : System |
|
|
Variant ( sbyte v ) : System |
|
|
Variant ( short v ) : System |
|
|
Variant ( string v ) : System |
|
|
Variant ( uint v ) : System |
|
|
Variant ( ulong v ) : System |
|
|
Variant ( ushort v ) : System |
|
|
operator ( ) : bool |
|
|
this ( ) : Variant |
|
|
this ( int index ) : Variant |
|
|
this ( string key ) : Variant |
|
|