C# Class Eastern.ORID

ファイルを表示 Open project: yojimbo87/Eastern

Public Methods

Method Description
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").

Method Details

ORID() public method

public ORID ( )

ORID() public method

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

ORID() public method

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