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

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

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

Метод Описание
GCSAuthority ( )

Protected Constructor used by package only

GCSAuthority ( string sPath )

Constructs GCSAuthority from a String

toIRINormalForm ( ) : string

Serializes the XRIAuthority into IRI-normal from

toURINormalForm ( ) : string

Serializes the XRIAuthority into URI normal from

Приватные методы

Метод Описание
doScan ( ParseStream oStream ) : bool

Parses the input stream into the obj

scanGCSChar ( ParseStream oParseStream ) : bool

Parses the input stream into the GCS Character String

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

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

Protected Constructor used by package only
public GCSAuthority ( )

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

Constructs GCSAuthority from a String
public GCSAuthority ( string sPath )
sPath string

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

Serializes the XRIAuthority into IRI-normal from
public toIRINormalForm ( ) : string
Результат string

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

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