C# Class Noear.Snacks.OValue

Show file Open project: noear/Snacks Class Usage Examples

Public Properties

Property Type Description
type OValueType

Protected Properties

Property Type Description
_bool bool
_date System.DateTime
_double double
_int int
_long long
_string String

Public Methods

Method Description
getBoolean ( ) : bool
getDate ( ) : System.DateTime
getDouble ( ) : double
getInt ( ) : int
getLong ( ) : long
getString ( ) : String
set ( System.DateTime value ) : void
set ( String value ) : void
set ( bool value ) : void
set ( double value ) : void
set ( int value ) : void
set ( long value ) : void

Private Methods

Method Description
parseDate ( String dateString ) : System.DateTime

Method Details

getBoolean() public method

public getBoolean ( ) : bool
return bool

getDate() public method

public getDate ( ) : System.DateTime
return System.DateTime

getDouble() public method

public getDouble ( ) : double
return double

getInt() public method

public getInt ( ) : int
return int

getLong() public method

public getLong ( ) : long
return long

getString() public method

public getString ( ) : String
return String

set() public method

public set ( System.DateTime value ) : void
value System.DateTime
return void

set() public method

public set ( String value ) : void
value String
return void

set() public method

public set ( bool value ) : void
value bool
return void

set() public method

public set ( double value ) : void
value double
return void

set() public method

public set ( int value ) : void
value int
return void

set() public method

public set ( long value ) : void
value long
return void

Property Details

_bool protected property

protected bool _bool
return bool

_date protected property

protected DateTime,System _date
return System.DateTime

_double protected property

protected double _double
return double

_int protected property

protected int _int
return int

_long protected property

protected long _long
return long

_string protected property

protected String _string
return String

type public property

public OValueType type
return OValueType