C# 클래스 DotNetXri.Syntax.XRIFragment

This class provides a strong typing for a XRI Fragment. Any obj of this class that appears outside of the package is a valid XRI Fragment.
상속: Parsable
파일 보기 프로젝트 열기: AArnott/dotnetxri

공개 메소드들

메소드 설명
XRIFragment ( string sFrag )

Constructs a XRIFragment from a string. Not implemented.

setParsedValue ( string sValue ) : void
toIRINormalForm ( ) : string

비공개 메소드들

메소드 설명
XRIFragment ( )
doScan ( ParseStream oStream ) : bool
scanIFragmentChars ( string s ) : int

메소드 상세

XRIFragment() 공개 메소드

Constructs a XRIFragment from a string. Not implemented.
public XRIFragment ( string sFrag )
sFrag string

setParsedValue() 공개 메소드

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

toIRINormalForm() 공개 메소드

public toIRINormalForm ( ) : string
리턴 string