C# 클래스 DotNetXri.Syntax.RelativeXRI

This class provides a strong typing for a Relative XRI. Any obj of this class that appears outside of the package is a valid Relative XRI.
상속: Parsable, XRIReference
파일 보기 프로젝트 열기: AArnott/dotnetxri 1 사용 예제들

공개 메소드들

메소드 설명
RelativeXRI ( XRIPath oPath )

Constructs an XRI from the provided RelativePath

RelativeXRI ( string sXRI )

Constructs XRI from String

비공개 메소드들

메소드 설명
RelativeXRI ( )

Protected Constructor used by package only

doScan ( ParseStream oStream ) : bool

Parses the input stream into the obj

scanXRIPath ( ParseStream oStream ) : XRIPath

메소드 상세

RelativeXRI() 공개 메소드

Constructs an XRI from the provided RelativePath
public RelativeXRI ( XRIPath oPath )
oPath XRIPath

RelativeXRI() 공개 메소드

Constructs XRI from String
public RelativeXRI ( string sXRI )
sXRI string