C# 클래스 NHibernate.Linq.Functions.ToStringRuntimeMethodHqlGenerator

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

공개 메소드들

메소드 설명
GetMethodGenerator ( MethodInfo method ) : IHqlGeneratorForMethod
SupportsMethod ( MethodInfo method ) : bool

메소드 상세

GetMethodGenerator() 공개 메소드

public GetMethodGenerator ( MethodInfo method ) : IHqlGeneratorForMethod
method System.Reflection.MethodInfo
리턴 IHqlGeneratorForMethod

SupportsMethod() 공개 메소드

public SupportsMethod ( MethodInfo method ) : bool
method System.Reflection.MethodInfo
리턴 bool