C# Class Hyena.Query.IntegerQueryValue

Inheritance: QueryValue
Show file Open project: codebutler/meshwork Class Usage Examples

Public Properties

Property Type Description
Equal Operator
GreaterThan Operator
GreaterThanEqual Operator
LessThan Operator
LessThanEqual Operator
NotEqual Operator

Protected Properties

Property Type Description
operators AliasedObjectSet
value long

Public Methods

Method Description
LoadString ( string input ) : void
ParseUserQuery ( string input ) : void
ParseXml ( XmlElement node ) : void
SetValue ( int value ) : void
SetValue ( long value ) : void
ToSql ( Operator op ) : string

Method Details

LoadString() public method

public LoadString ( string input ) : void
input string
return void

ParseUserQuery() public method

public ParseUserQuery ( string input ) : void
input string
return void

ParseXml() public method

public ParseXml ( XmlElement node ) : void
node System.Xml.XmlElement
return void

SetValue() public method

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

SetValue() public method

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

ToSql() public method

public ToSql ( Operator op ) : string
op Operator
return string

Property Details

Equal public static property

public static Operator,Hyena.Query Equal
return Operator

GreaterThan public static property

public static Operator,Hyena.Query GreaterThan
return Operator

GreaterThanEqual public static property

public static Operator,Hyena.Query GreaterThanEqual
return Operator

LessThan public static property

public static Operator,Hyena.Query LessThan
return Operator

LessThanEqual public static property

public static Operator,Hyena.Query LessThanEqual
return Operator

NotEqual public static property

public static Operator,Hyena.Query NotEqual
return Operator

operators protected static property

protected static AliasedObjectSet operators
return AliasedObjectSet

value protected property

protected long value
return long