C# Class FluidDB.FluidDBGUID

Type safe way of passing ID's around. Also allows complete abstraction from implementation for user.
Afficher le fichier Open project: ntoll/FluidDB.NET Class Usage Examples

Private Properties

Свойство Type Description
FluidDBGUID System

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
ToString ( ) : string

Public method for getting ID string

Private Methods

Méthode Description
FluidDBGUID ( string id ) : System

Creates a new encapsulated object string

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

ToString() public méthode

Public method for getting ID string
public ToString ( ) : string
Résultat string