C# 클래스 NHibernate.Hql.Ast.ANTLR.Tree.ComponentJoin

상속: NHibernate.Hql.Ast.ANTLR.Tree.FromElement
파일 보기 프로젝트 열기: nhibernate/nhibernate-core 1 사용 예제들

공개 메소드들

메소드 설명
ComponentJoin ( FromClause fromClause, NHibernate.Hql.Ast.ANTLR.Tree.FromElement origin, string alias, string componentPath, NHibernate.Type.ComponentType componentType ) : System
GetDisplayText ( ) : string
GetIdentityColumn ( ) : string

메소드 상세

ComponentJoin() 공개 메소드

public ComponentJoin ( FromClause fromClause, NHibernate.Hql.Ast.ANTLR.Tree.FromElement origin, string alias, string componentPath, NHibernate.Type.ComponentType componentType ) : System
fromClause FromClause
origin NHibernate.Hql.Ast.ANTLR.Tree.FromElement
alias string
componentPath string
componentType NHibernate.Type.ComponentType
리턴 System

GetDisplayText() 공개 메소드

public GetDisplayText ( ) : string
리턴 string

GetIdentityColumn() 공개 메소드

public GetIdentityColumn ( ) : string
리턴 string