C# Class Badlydone.Utilities.DatabaseName

Show file Open project: darionato/PostgreSqlMigrationSqlGenerator Class Usage Examples

Public Methods

Method Description
DatabaseName ( string name ) : System
DatabaseName ( string name, string schema ) : System
Equals ( DatabaseName other ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
Parse ( string name ) : DatabaseName
ToString ( ) : string

Method Details

DatabaseName() public method

public DatabaseName ( string name ) : System
name string
return System

DatabaseName() public method

public DatabaseName ( string name, string schema ) : System
name string
schema string
return System

Equals() public method

public Equals ( DatabaseName other ) : bool
other DatabaseName
return bool

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

Parse() public static method

public static Parse ( string name ) : DatabaseName
name string
return DatabaseName

ToString() public method

public ToString ( ) : string
return string