C# 클래스 DotNetXri.Syntax.XRIAuthority

This class provides a base class for all types of XRIAuthority elements.
상속: AuthorityPath
파일 보기 프로젝트 열기: AArnott/dotnetxri 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
moSegment XRISegment

공개 메소드들

메소드 설명
getLastSubSegment ( ) : XRISubSegment

Returns the last subsegment in the XRI segment

getSubSegmentAt ( int nIndex ) : XRISubSegment

Returns the subsegment at the given index

보호된 메소드들

메소드 설명
XRIAuthority ( )

Protected Constructor used by package only

XRIAuthority ( string sPath )

Constructs XRIAuthority from a String

메소드 상세

XRIAuthority() 보호된 메소드

Protected Constructor used by package only
protected XRIAuthority ( )

XRIAuthority() 보호된 메소드

Constructs XRIAuthority from a String
protected XRIAuthority ( string sPath )
sPath string

getLastSubSegment() 공개 메소드

Returns the last subsegment in the XRI segment
public getLastSubSegment ( ) : XRISubSegment
리턴 XRISubSegment

getSubSegmentAt() 공개 메소드

Returns the subsegment at the given index
public getSubSegmentAt ( int nIndex ) : XRISubSegment
nIndex int The index of the subsegment to return
리턴 XRISubSegment

프로퍼티 상세

moSegment 보호되어 있는 프로퍼티

protected XRISegment,DotNetXri.Syntax moSegment
리턴 XRISegment