C# Class FluidDB.FluidDBGUID

Type safe way of passing ID's around. Also allows complete abstraction from implementation for user.
ファイルを表示 Open project: ntoll/FluidDB.NET Class Usage Examples

Private Properties

Property Type Description
FluidDBGUID System

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
ToString ( ) : string

Public method for getting ID string

Private Methods

Method Description
FluidDBGUID ( string id ) : System

Creates a new encapsulated object string

Method Details

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

ToString() public method

Public method for getting ID string
public ToString ( ) : string
return string