C# 클래스 NHibernate.Persister.Entity.AbstractEntityPersister.PropertyKey

파일 보기 프로젝트 열기: nhibernate/nhibernate-core

공개 메소드들

메소드 설명
Equals ( object other ) : bool
GetHashCode ( ) : int
PropertyKey ( string column, int tableNumber ) : System

메소드 상세

Equals() 공개 메소드

public Equals ( object other ) : bool
other object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

PropertyKey() 공개 메소드

public PropertyKey ( string column, int tableNumber ) : System
column string
tableNumber int
리턴 System