C# Class SenseNet.Search.Parser.QueryFieldValue

显示文件 Open project: maxpavlov/FlexNet Class Usage Examples

Private Properties

Property Type Description
QueryFieldValue System

Public Methods

Method 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

Method Description
QueryFieldValue ( string stringValue, SnLucLexer token, bool isPhrase ) : System

Method Details

Set() public method

public Set ( Double value ) : void
value Double
return void

Set() public method

public Set ( Int32 value ) : void
value System.Int32
return void

Set() public method

public Set ( System.Int64 value ) : void
value System.Int64
return void

Set() public method

public Set ( System.Single value ) : void
value System.Single
return void

Set() public method

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

ToString() public method

public ToString ( ) : string
return string