C# Class Noear.Snacks.ONode

Afficher le fichier Open project: noear/Snacks Class Usage Examples

Méthodes publiques

Свойство Type Description
BOOL_USE01 bool
NULL_DEFAULT String
TIME_FORMAT_ACTION FormatHanlder

Méthodes publiques

Méthode Description
ONode ( ) : System
ONode ( System.DateTime value ) : System
ONode ( String value ) : System
ONode ( bool value ) : System
ONode ( double value ) : System
ONode ( int value ) : System
ONode ( long value ) : System
add ( ) : ONode
add ( ONode value ) : ONode
contains ( String key ) : System.Boolean
count ( ) : int
get ( String key ) : ONode
get ( int index ) : ONode
getBoolean ( ) : bool
getDate ( ) : System.DateTime
getDouble ( ) : double
getInt ( ) : int
getLong ( ) : long
getString ( ) : String
load ( String ops ) : ONode
remove ( String key ) : bool
set ( String key, ONode value ) : ONode
this ( string key ) : ONode
toJson ( ) : String
toXml ( ) : String
tryLoad ( String ops ) : ONode

Method Details

ONode() public méthode

public ONode ( ) : System
Résultat System

ONode() public méthode

public ONode ( System.DateTime value ) : System
value System.DateTime
Résultat System

ONode() public méthode

public ONode ( String value ) : System
value String
Résultat System

ONode() public méthode

public ONode ( bool value ) : System
value bool
Résultat System

ONode() public méthode

public ONode ( double value ) : System
value double
Résultat System

ONode() public méthode

public ONode ( int value ) : System
value int
Résultat System

ONode() public méthode

public ONode ( long value ) : System
value long
Résultat System

add() public méthode

public add ( ) : ONode
Résultat ONode

add() public méthode

public add ( ONode value ) : ONode
value ONode
Résultat ONode

contains() public méthode

public contains ( String key ) : System.Boolean
key String
Résultat System.Boolean

count() public méthode

public count ( ) : int
Résultat int

get() public méthode

public get ( String key ) : ONode
key String
Résultat ONode

get() public méthode

public get ( int index ) : ONode
index int
Résultat ONode

getBoolean() public méthode

public getBoolean ( ) : bool
Résultat bool

getDate() public méthode

public getDate ( ) : System.DateTime
Résultat System.DateTime

getDouble() public méthode

public getDouble ( ) : double
Résultat double

getInt() public méthode

public getInt ( ) : int
Résultat int

getLong() public méthode

public getLong ( ) : long
Résultat long

getString() public méthode

public getString ( ) : String
Résultat String

load() public static méthode

public static load ( String ops ) : ONode
ops String
Résultat ONode

remove() public méthode

public remove ( String key ) : bool
key String
Résultat bool

set() public méthode

public set ( String key, ONode value ) : ONode
key String
value ONode
Résultat ONode

this() public méthode

public this ( string key ) : ONode
key string
Résultat ONode

toJson() public méthode

public toJson ( ) : String
Résultat String

toXml() public méthode

public toXml ( ) : String
Résultat String

tryLoad() public static méthode

public static tryLoad ( String ops ) : ONode
ops String
Résultat ONode

Property Details

BOOL_USE01 public_oe static_oe property

public static bool BOOL_USE01
Résultat bool

NULL_DEFAULT public_oe static_oe property

public static String NULL_DEFAULT
Résultat String

TIME_FORMAT_ACTION public_oe static_oe property

public static FormatHanlder TIME_FORMAT_ACTION
Résultat FormatHanlder