C# Class Marten.Generation.TableColumn

Afficher le fichier Open project: JasperFx/marten Class Usage Examples

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
RawType ( ) : string
TableColumn ( string name, string type ) : System
ToDeclaration ( int length ) : string
ToString ( ) : string

Méthodes protégées

Méthode Description
Equals ( TableColumn other ) : bool

Method Details

Equals() protected méthode

protected Equals ( TableColumn other ) : bool
other TableColumn
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

RawType() public méthode

public RawType ( ) : string
Résultat string

TableColumn() public méthode

public TableColumn ( string name, string type ) : System
name string
type string
Résultat System

ToDeclaration() public méthode

public ToDeclaration ( int length ) : string
length int
Résultat string

ToString() public méthode

public ToString ( ) : string
Résultat string