C# Class Hyena.Query.FileSizeQueryValue

Inheritance: IntegerQueryValue
Exibir arquivo Open project: codebutler/meshwork Class Usage Examples

Public Methods

Method 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

Protected Methods

Method Description
DetermineFactor ( ) : void

Method Details

AppendXml() public method

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

DetermineFactor() protected method

protected DetermineFactor ( ) : void
return void

FileSizeQueryValue() public method

public FileSizeQueryValue ( ) : System
return System

FileSizeQueryValue() public method

public FileSizeQueryValue ( long bytes ) : System
bytes long
return System

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 ( double value, FileSizeFactor factor ) : void
value double
factor FileSizeFactor
return void

ToUserQuery() public method

public ToUserQuery ( ) : string
return string

ToUserQuery() public method

public ToUserQuery ( bool always_decimal ) : string
always_decimal bool
return string