C# Class SenseNet.Search.Parser.QueryFieldValue

Afficher le fichier Open project: maxpavlov/FlexNet Class Usage Examples

Private Properties

Свойство Type Description
QueryFieldValue System

Méthodes publiques

Méthode Description
Set ( Double value ) : void
Set ( Int32 value ) : void
Set ( System.Int64 value ) : void
Set ( System.Single value ) : void
Set ( String value ) : void
ToString ( ) : string

Private Methods

Méthode Description
QueryFieldValue ( string stringValue, SnLucLexer token, bool isPhrase ) : System

Method Details

Set() public méthode

public Set ( Double value ) : void
value Double
Résultat void

Set() public méthode

public Set ( Int32 value ) : void
value System.Int32
Résultat void

Set() public méthode

public Set ( System.Int64 value ) : void
value System.Int64
Résultat void

Set() public méthode

public Set ( System.Single value ) : void
value System.Single
Résultat void

Set() public méthode

public Set ( String value ) : void
value String
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string