C# Class KiwiDb.JsonDb.Index.IndexValue

Exibir arquivo Open project: jlarsson/KiwiDB Class Usage Examples

Public Methods

Method Description
IndexValue ( System.DateTime value ) : System
IndexValue ( bool value ) : System
IndexValue ( double value ) : System
IndexValue ( int value ) : System
IndexValue ( string value ) : System
ToString ( ) : string

Private Methods

Method Description
IndexValue ( IndexValueType type, object value ) : System

Method Details

IndexValue() public method

public IndexValue ( System.DateTime value ) : System
value System.DateTime
return System

IndexValue() public method

public IndexValue ( bool value ) : System
value bool
return System

IndexValue() public method

public IndexValue ( double value ) : System
value double
return System

IndexValue() public method

public IndexValue ( int value ) : System
value int
return System

IndexValue() public method

public IndexValue ( string value ) : System
value string
return System

ToString() public method

public ToString ( ) : string
return string