C# 클래스 DotNetXri.Syntax.Xri3.Impl.XRI3Reference

상속: XRI3SyntaxComponent, XRIReference
파일 보기 프로젝트 열기: AArnott/dotnetxri 1 사용 예제들

공개 메소드들

메소드 설명
XRI3Reference ( XRIReference xriReference, XRISyntaxComponent xriPart ) : System
XRI3Reference ( XRIReference xriReference, string xriPart ) : System
XRI3Reference ( string value ) : System
hasAuthority ( ) : bool
hasFragment ( ) : bool
hasPath ( ) : bool
hasQuery ( ) : bool
hasScheme ( ) : bool
isValidXRI ( ) : bool
toIRINormalForm ( ) : string
toXRI ( ) : XRI
toXRI3 ( ) : XRI3

비공개 메소드들

메소드 설명
XRI3Reference ( Rule rule ) : System
read ( ) : void
reset ( ) : void

메소드 상세

XRI3Reference() 공개 메소드

public XRI3Reference ( XRIReference xriReference, XRISyntaxComponent xriPart ) : System
xriReference XRIReference
xriPart XRISyntaxComponent
리턴 System

XRI3Reference() 공개 메소드

public XRI3Reference ( XRIReference xriReference, string xriPart ) : System
xriReference XRIReference
xriPart string
리턴 System

XRI3Reference() 공개 메소드

public XRI3Reference ( string value ) : System
value string
리턴 System

hasAuthority() 공개 메소드

public hasAuthority ( ) : bool
리턴 bool

hasFragment() 공개 메소드

public hasFragment ( ) : bool
리턴 bool

hasPath() 공개 메소드

public hasPath ( ) : bool
리턴 bool

hasQuery() 공개 메소드

public hasQuery ( ) : bool
리턴 bool

hasScheme() 공개 메소드

public hasScheme ( ) : bool
리턴 bool

isValidXRI() 공개 메소드

public isValidXRI ( ) : bool
리턴 bool

toIRINormalForm() 공개 메소드

public toIRINormalForm ( ) : string
리턴 string

toXRI() 공개 메소드

public toXRI ( ) : XRI
리턴 XRI

toXRI3() 공개 메소드

public toXRI3 ( ) : XRI3
리턴 XRI3