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

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

공개 메소드들

메소드 설명
ComponentPropertyMapping ( ComponentFromElementType fromElementType ) : System
ToColumns ( string propertyName ) : string[]
ToColumns ( string alias, string propertyName ) : string[]
ToType ( string propertyName ) : IType
TryToType ( string propertyName, IType &type ) : bool

비공개 메소드들

메소드 설명
GetPropertyPath ( string propertyName ) : string

메소드 상세

ComponentPropertyMapping() 공개 메소드

public ComponentPropertyMapping ( ComponentFromElementType fromElementType ) : System
fromElementType ComponentFromElementType
리턴 System

ToColumns() 공개 메소드

public ToColumns ( string propertyName ) : string[]
propertyName string
리턴 string[]

ToColumns() 공개 메소드

public ToColumns ( string alias, string propertyName ) : string[]
alias string
propertyName string
리턴 string[]

ToType() 공개 메소드

public ToType ( string propertyName ) : IType
propertyName string
리턴 IType

TryToType() 공개 메소드

public TryToType ( string propertyName, IType &type ) : bool
propertyName string
type IType
리턴 bool