C# Класс DotNetXri.Syntax.XRIPath

This base class provides a strong typing for a XRI Path. Any obj of this class that appears outside of the package is a valid XRI Path.
Наследование: Parsable
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
moSegments IList

Защищенные свойства (Protected)

Свойство Тип Описание
mbAllowColon bool

Открытые методы

Метод Описание
getNumSegments ( ) : int

getSegmentAt ( int nIndex ) : XRISegment

Returns the XRISegmentVal at the given index

getSegmentIterator ( ) : IEnumerator

toIRINormalForm ( ) : string

Serializes Relative Path into IRI normal from

toURINormalForm ( ) : string

Serializes Relative Path into URI normal from

Защищенные методы

Метод Описание
XRIPath ( ) : System.Collections.Generic
XRIPath ( string sVal ) : System.Collections.Generic
scanXRISegments ( ParseStream oPathStream ) : void

Parses the input stream into XRISegmentVals

Описание методов

XRIPath() защищенный Метод

protected XRIPath ( ) : System.Collections.Generic
Результат System.Collections.Generic

XRIPath() защищенный Метод

protected XRIPath ( string sVal ) : System.Collections.Generic
sVal string
Результат System.Collections.Generic

getNumSegments() публичный Метод

public getNumSegments ( ) : int
Результат int

getSegmentAt() публичный Метод

Returns the XRISegmentVal at the given index
public getSegmentAt ( int nIndex ) : XRISegment
nIndex int The index of the XRISegmentVal to return
Результат XRISegment

getSegmentIterator() публичный Метод

public getSegmentIterator ( ) : IEnumerator
Результат IEnumerator

scanXRISegments() защищенный Метод

Parses the input stream into XRISegmentVals
protected scanXRISegments ( ParseStream oPathStream ) : void
oPathStream ParseStream The input stream to scan from
Результат void

toIRINormalForm() публичный Метод

Serializes Relative Path into IRI normal from
public toIRINormalForm ( ) : string
Результат string

toURINormalForm() публичный Метод

Serializes Relative Path into URI normal from
public toURINormalForm ( ) : string
Результат string

Описание свойств

mbAllowColon защищенное свойство

protected bool mbAllowColon
Результат bool

moSegments публичное свойство

public IList moSegments
Результат IList