C# Class Hyena.Query.TimeSpanQueryValue

Inheritance: IntegerQueryValue
Afficher le fichier Open project: codebutler/meshwork Class Usage Examples

Protected Properties

Свойство Type Description
factor TimeFactor
offset double
ops AliasedObjectSet

Méthodes publiques

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

Méthodes protégées

Méthode Description
DetermineFactor ( ) : void
FactorString ( TimeFactor factor, double count, bool translate ) : string

Method Details

AppendXml() public méthode

public AppendXml ( XmlElement node ) : void
node System.Xml.XmlElement
Résultat void

DetermineFactor() protected méthode

protected DetermineFactor ( ) : void
Résultat void

FactorString() protected méthode

protected FactorString ( TimeFactor factor, double count, bool translate ) : string
factor TimeFactor
count double
translate bool
Résultat string

LoadString() public méthode

public LoadString ( string val ) : void
val string
Résultat void

ParseUserQuery() public méthode

public ParseUserQuery ( string input ) : void
input string
Résultat void

ParseXml() public méthode

public ParseXml ( XmlElement node ) : void
node System.Xml.XmlElement
Résultat void

SetRelativeValue() public méthode

public SetRelativeValue ( double offset, TimeFactor factor ) : void
offset double
factor TimeFactor
Résultat void

SetUserRelativeValue() public méthode

public SetUserRelativeValue ( double offset, TimeFactor factor ) : void
offset double
factor TimeFactor
Résultat void

ToSql() public méthode

public ToSql ( Operator op ) : string
op Operator
Résultat string

ToUserQuery() public méthode

public ToUserQuery ( ) : string
Résultat string

Property Details

factor protected_oe property

protected TimeFactor factor
Résultat TimeFactor

offset protected_oe property

protected double offset
Résultat double

ops protected_oe static_oe property

protected static AliasedObjectSet ops
Résultat AliasedObjectSet