C# Class Dashing.Configuration.ForeignKey

Afficher le fichier Open project: Polylytics/dashing Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
GenerateName ( ) : string

Method Details

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

ForeignKey() public méthode

public ForeignKey ( IMap parentMap, IColumn childColumn, string name = null ) : System
parentMap IMap
childColumn IColumn
name string
Résultat System

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

operator() public static méthode

public static operator ( ) : bool
Résultat bool