C# Class Orient.Client.ORID

Show file Open project: workshare/OrientDB-NET.binary Class Usage Examples

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
ORID ( )
ORID ( ORID other )
ORID ( short clusterId, long clusterPosition )
ORID ( string orid )
ORID ( string source, int offset )
ToString ( ) : string

Private Methods

Method Description
FastParse ( string s, int &offset ) : long

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

ORID() public method

public ORID ( )

ORID() public method

public ORID ( ORID other )
other ORID

ORID() public method

public ORID ( short clusterId, long clusterPosition )
clusterId short
clusterPosition long

ORID() public method

public ORID ( string orid )
orid string

ORID() public method

public ORID ( string source, int offset )
source string
offset int

ToString() public method

public ToString ( ) : string
return string