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
파일 보기 프로젝트 열기: AArnott/dotnetxri 1 사용 예제들

공개 메소드들

메소드 설명
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