C# Class Dashing.Configuration.ForeignKey

Show file Open project: Polylytics/dashing Class Usage Examples

Public Methods

Method Description
Equals ( object obj ) : bool
ForeignKey ( IMap parentMap, IColumn childColumn, string name = null ) : System
GetHashCode ( ) : int
operator ( ) : bool

Private Methods

Method Description
GenerateName ( ) : string

Method Details

Equals() public method

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

ForeignKey() public method

public ForeignKey ( IMap parentMap, IColumn childColumn, string name = null ) : System
parentMap IMap
childColumn IColumn
name string
return System

GetHashCode() public method

public GetHashCode ( ) : int
return int

operator() public static method

public static operator ( ) : bool
return bool