C# Class Orient.Client.ORID

Afficher le fichier Open project: workshare/OrientDB-NET.binary Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
FastParse ( string s, int &offset ) : long

Method Details

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

ORID() public méthode

public ORID ( )

ORID() public méthode

public ORID ( ORID other )
other ORID

ORID() public méthode

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

ORID() public méthode

public ORID ( string orid )
orid string

ORID() public méthode

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

ToString() public méthode

public ToString ( ) : string
Résultat string