C# Class DotNetXri.Syntax.XRIAuthority

This class provides a base class for all types of XRIAuthority elements.
Inheritance: AuthorityPath
Mostrar archivo Open project: AArnott/dotnetxri Class Usage Examples

Protected Properties

Property Type Description
moSegment XRISegment

Public Methods

Method Description
getLastSubSegment ( ) : XRISubSegment

Returns the last subsegment in the XRI segment

getSubSegmentAt ( int nIndex ) : XRISubSegment

Returns the subsegment at the given index

Protected Methods

Method Description
XRIAuthority ( )

Protected Constructor used by package only

XRIAuthority ( string sPath )

Constructs XRIAuthority from a String

Method Details

XRIAuthority() protected method

Protected Constructor used by package only
protected XRIAuthority ( )

XRIAuthority() protected method

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

getLastSubSegment() public method

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

getSubSegmentAt() public method

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

Property Details

moSegment protected_oe property

protected XRISegment,DotNetXri.Syntax moSegment
return XRISegment