C# Class Marten.Generation.TableColumn

Mostrar archivo Open project: JasperFx/marten Class Usage Examples

Public Methods

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

Protected Methods

Method Description
Equals ( TableColumn other ) : bool

Method Details

Equals() protected method

protected Equals ( TableColumn other ) : bool
other TableColumn
return bool

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

RawType() public method

public RawType ( ) : string
return string

TableColumn() public method

public TableColumn ( string name, string type ) : System
name string
type string
return System

ToDeclaration() public method

public ToDeclaration ( int length ) : string
length int
return string

ToString() public method

public ToString ( ) : string
return string