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
Afficher le fichier Open project: AArnott/dotnetxri

Protected Properties

Свойство Type Description
query string

Méthodes publiques

Méthode Description
XRIQuery ( string sQuery )

Constructs a XRIQuery from a string. Not implemented.

toIRINormalForm ( ) : string

Méthodes protégées

Méthode Description
setParsedValue ( string sValue ) : void

Private Methods

Méthode Description
XRIQuery ( )
doScan ( ParseStream oStream ) : bool
scanIQueryChars ( string s ) : int

Method Details

XRIQuery() public méthode

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

setParsedValue() protected méthode

protected setParsedValue ( string sValue ) : void
sValue string
Résultat void

toIRINormalForm() public méthode

public toIRINormalForm ( ) : string
Résultat string

Property Details

query protected_oe property

protected string query
Résultat string