C# Class DotNetXri.Syntax.XRIAuthority

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

Protected Properties

Свойство Type Description
moSegment XRISegment

Méthodes publiques

Méthode Description
getLastSubSegment ( ) : XRISubSegment

Returns the last subsegment in the XRI segment

getSubSegmentAt ( int nIndex ) : XRISubSegment

Returns the subsegment at the given index

Méthodes protégées

Méthode Description
XRIAuthority ( )

Protected Constructor used by package only

XRIAuthority ( string sPath )

Constructs XRIAuthority from a String

Method Details

XRIAuthority() protected méthode

Protected Constructor used by package only
protected XRIAuthority ( )

XRIAuthority() protected méthode

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

getLastSubSegment() public méthode

Returns the last subsegment in the XRI segment
public getLastSubSegment ( ) : XRISubSegment
Résultat XRISubSegment

getSubSegmentAt() public méthode

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

Property Details

moSegment protected_oe property

protected XRISegment,DotNetXri.Syntax moSegment
Résultat XRISegment