C# 클래스 Eastern.ORID

파일 보기 프로젝트 열기: yojimbo87/Eastern

공개 메소드들

메소드 설명
ORID ( )
ORID ( short clusterID, long clusterPosition )

Creates ORID reference with given cluster ID and position.

ORID ( string oridString )

Creates ORID reference from given string (in the form of "#clusterID:clusterPosition").

메소드 상세

ORID() 공개 메소드

public ORID ( )

ORID() 공개 메소드

Creates ORID reference with given cluster ID and position.
public ORID ( short clusterID, long clusterPosition )
clusterID short
clusterPosition long

ORID() 공개 메소드

Creates ORID reference from given string (in the form of "#clusterID:clusterPosition").
public ORID ( string oridString )
oridString string