C# 클래스 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.
상속: Parsable
파일 보기 프로젝트 열기: AArnott/dotnetxri

보호된 프로퍼티들

프로퍼티 타입 설명
query string

공개 메소드들

메소드 설명
XRIQuery ( string sQuery )

Constructs a XRIQuery from a string. Not implemented.

toIRINormalForm ( ) : string

보호된 메소드들

메소드 설명
setParsedValue ( string sValue ) : void

비공개 메소드들

메소드 설명
XRIQuery ( )
doScan ( ParseStream oStream ) : bool
scanIQueryChars ( string s ) : int

메소드 상세

XRIQuery() 공개 메소드

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

setParsedValue() 보호된 메소드

protected setParsedValue ( string sValue ) : void
sValue string
리턴 void

toIRINormalForm() 공개 메소드

public toIRINormalForm ( ) : string
리턴 string

프로퍼티 상세

query 보호되어 있는 프로퍼티

protected string query
리턴 string