C# Class HybridDb.Config.Column

Afficher le fichier Open project: asgerhallas/HybridDb Class Usage Examples

Méthodes publiques

Méthode Description
Column ( string name, Type type, int length = null, object defaultValue = null, bool isPrimaryKey = false ) : System
Equals ( object obj ) : bool
GetHashCode ( ) : int
ToString ( ) : string

Méthodes protégées

Méthode Description
Equals ( Column other ) : bool

Method Details

Column() public méthode

public Column ( string name, Type type, int length = null, object defaultValue = null, bool isPrimaryKey = false ) : System
name string
type System.Type
length int
defaultValue object
isPrimaryKey bool
Résultat System

Equals() protected méthode

protected Equals ( Column other ) : bool
other Column
Résultat bool

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 ToString ( ) : string
Résultat string