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

상속: NHibernate.Hql.Ast.ANTLR.Tree.FromElementType
파일 보기 프로젝트 열기: nhibernate/nhibernate-core

공개 메소드들

메소드 설명
ComponentFromElementType ( ComponentJoin fromElement ) : System
GetPropertyMapping ( string propertyName ) : IPropertyMapping
GetPropertyType ( string propertyName, string propertyPath ) : IType
RenderScalarIdentifierSelect ( int i ) : string

보호된 메소드들

메소드 설명
GetBasePropertyMapping ( ) : IPropertyMapping

메소드 상세

ComponentFromElementType() 공개 메소드

public ComponentFromElementType ( ComponentJoin fromElement ) : System
fromElement ComponentJoin
리턴 System

GetBasePropertyMapping() 보호된 메소드

protected GetBasePropertyMapping ( ) : IPropertyMapping
리턴 IPropertyMapping

GetPropertyMapping() 공개 메소드

public GetPropertyMapping ( string propertyName ) : IPropertyMapping
propertyName string
리턴 IPropertyMapping

GetPropertyType() 공개 메소드

public GetPropertyType ( string propertyName, string propertyPath ) : IType
propertyName string
propertyPath string
리턴 IType

RenderScalarIdentifierSelect() 공개 메소드

public RenderScalarIdentifierSelect ( int i ) : string
i int
리턴 string