C# Class KiwiDb.JsonDb.Index.IndexValue

Afficher le fichier Open project: jlarsson/KiwiDB Class Usage Examples

Méthodes publiques

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

Méthode Description
IndexValue ( IndexValueType type, object value ) : System

Method Details

IndexValue() public méthode

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

IndexValue() public méthode

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

IndexValue() public méthode

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

IndexValue() public méthode

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

IndexValue() public méthode

public IndexValue ( string value ) : System
value string
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string