C# Class DotNetXri.Syntax.XRIQuery

This class provides a strong typing for a XRI Query. Any obj of this class that appears outside of the package is a valid XRI Query.
Inheritance: Parsable
Mostrar archivo Open project: AArnott/dotnetxri

Protected Properties

Property Type Description
query string

Public Methods

Method Description
XRIQuery ( string sQuery )

Constructs a XRIQuery from a string. Not implemented.

toIRINormalForm ( ) : string

Protected Methods

Method Description
setParsedValue ( string sValue ) : void

Private Methods

Method Description
XRIQuery ( )
doScan ( ParseStream oStream ) : bool
scanIQueryChars ( string s ) : int

Method Details

XRIQuery() public method

Constructs a XRIQuery from a string. Not implemented.
public XRIQuery ( string sQuery )
sQuery string

setParsedValue() protected method

protected setParsedValue ( string sValue ) : void
sValue string
return void

toIRINormalForm() public method

public toIRINormalForm ( ) : string
return string

Property Details

query protected_oe property

protected string query
return string