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

상속: XRI3SyntaxComponent, XRISubSegment
파일 보기 프로젝트 열기: AArnott/dotnetxri

공개 메소드들

메소드 설명
XRI3SubSegment ( char gcs, XRISubSegment localSubSegment ) : System.Collections.Generic
XRI3SubSegment ( char cs, string uri ) : System.Collections.Generic
XRI3SubSegment ( string value ) : System.Collections.Generic
hasGCS ( ) : bool
hasLCS ( ) : bool
hasLiteral ( ) : bool
hasXRef ( ) : bool
isGlobal ( ) : bool
isLocal ( ) : bool
isPersistent ( ) : bool
isReassignable ( ) : bool

비공개 메소드들

메소드 설명
XRI3SubSegment ( Rule rule ) : System.Collections.Generic
read ( ) : void
reset ( ) : void

메소드 상세

XRI3SubSegment() 공개 메소드

public XRI3SubSegment ( char gcs, XRISubSegment localSubSegment ) : System.Collections.Generic
gcs char
localSubSegment XRISubSegment
리턴 System.Collections.Generic

XRI3SubSegment() 공개 메소드

public XRI3SubSegment ( char cs, string uri ) : System.Collections.Generic
cs char
uri string
리턴 System.Collections.Generic

XRI3SubSegment() 공개 메소드

public XRI3SubSegment ( string value ) : System.Collections.Generic
value string
리턴 System.Collections.Generic

hasGCS() 공개 메소드

public hasGCS ( ) : bool
리턴 bool

hasLCS() 공개 메소드

public hasLCS ( ) : bool
리턴 bool

hasLiteral() 공개 메소드

public hasLiteral ( ) : bool
리턴 bool

hasXRef() 공개 메소드

public hasXRef ( ) : bool
리턴 bool

isGlobal() 공개 메소드

public isGlobal ( ) : bool
리턴 bool

isLocal() 공개 메소드

public isLocal ( ) : bool
리턴 bool

isPersistent() 공개 메소드

public isPersistent ( ) : bool
리턴 bool

isReassignable() 공개 메소드

public isReassignable ( ) : bool
리턴 bool