C# Class NHibernate.Persister.Entity.AbstractEntityPersister.PropertyKey

Afficher le fichier Open project: nhibernate/nhibernate-core

Méthodes publiques

Méthode Description
Equals ( object other ) : bool
GetHashCode ( ) : int
PropertyKey ( string column, int tableNumber ) : System

Method Details

Equals() public méthode

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

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

PropertyKey() public méthode

public PropertyKey ( string column, int tableNumber ) : System
column string
tableNumber int
Résultat System