C# Class Hyena.Query.TimeSpanQueryValue

Inheritance: IntegerQueryValue
Mostra file Open project: codebutler/meshwork Class Usage Examples

Protected Properties

Property Type Description
factor TimeFactor
offset double
ops AliasedObjectSet

Public Methods

Method Description
AppendXml ( XmlElement node ) : void
LoadString ( string val ) : void
ParseUserQuery ( string input ) : void
ParseXml ( XmlElement node ) : void
SetRelativeValue ( double offset, TimeFactor factor ) : void
SetUserRelativeValue ( double offset, TimeFactor factor ) : void
ToSql ( Operator op ) : string
ToUserQuery ( ) : string

Protected Methods

Method Description
DetermineFactor ( ) : void
FactorString ( TimeFactor factor, double count, bool translate ) : string

Method Details

AppendXml() public method

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

DetermineFactor() protected method

protected DetermineFactor ( ) : void
return void

FactorString() protected method

protected FactorString ( TimeFactor factor, double count, bool translate ) : string
factor TimeFactor
count double
translate bool
return string

LoadString() public method

public LoadString ( string val ) : void
val 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

SetRelativeValue() public method

public SetRelativeValue ( double offset, TimeFactor factor ) : void
offset double
factor TimeFactor
return void

SetUserRelativeValue() public method

public SetUserRelativeValue ( double offset, TimeFactor factor ) : void
offset double
factor TimeFactor
return void

ToSql() public method

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

ToUserQuery() public method

public ToUserQuery ( ) : string
return string

Property Details

factor protected_oe property

protected TimeFactor factor
return TimeFactor

offset protected_oe property

protected double offset
return double

ops protected_oe static_oe property

protected static AliasedObjectSet ops
return AliasedObjectSet