C# Class Hyena.Query.FileSizeQueryValue

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

Méthodes publiques

Méthode Description
AppendXml ( XmlElement node ) : void
FileSizeQueryValue ( ) : System
FileSizeQueryValue ( long bytes ) : System
ParseUserQuery ( string input ) : void
ParseXml ( XmlElement node ) : void
SetValue ( double value, FileSizeFactor factor ) : void
ToUserQuery ( ) : string
ToUserQuery ( bool always_decimal ) : string

Méthodes protégées

Méthode Description
DetermineFactor ( ) : void

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

FileSizeQueryValue() public méthode

public FileSizeQueryValue ( ) : System
Résultat System

FileSizeQueryValue() public méthode

public FileSizeQueryValue ( long bytes ) : System
bytes long
Résultat System

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

SetValue() public méthode

public SetValue ( double value, FileSizeFactor factor ) : void
value double
factor FileSizeFactor
Résultat void

ToUserQuery() public méthode

public ToUserQuery ( ) : string
Résultat string

ToUserQuery() public méthode

public ToUserQuery ( bool always_decimal ) : string
always_decimal bool
Résultat string