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

Show file Open project: nhibernate/nhibernate-core

Public Methods

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

Method Details

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

PropertyKey() public method

public PropertyKey ( string column, int tableNumber ) : System
column string
tableNumber int
return System