C# 클래스 NLite.Data.Common.MethodRepository

파일 보기 프로젝트 열기: netcasewqs/elinq

공개 프로퍼티들

프로퍼티 타입 설명
Concat System.Reflection.MethodInfo
ExecutorCtor System.Reflection.ConstructorInfo
Len System.Reflection.MethodInfo
Replace System.Reflection.MethodInfo
Reverse System.Reflection.MethodInfo
Substring System.Reflection.MethodInfo
ToLower System.Reflection.MethodInfo

공개 메소드들

메소드 설명
GetConvertMethod ( Type fromType, Type toType ) : MethodInfo

메소드 상세

GetConvertMethod() 공개 정적인 메소드

public static GetConvertMethod ( Type fromType, Type toType ) : MethodInfo
fromType System.Type
toType System.Type
리턴 System.Reflection.MethodInfo

프로퍼티 상세

Concat 공개적으로 정적으로 프로퍼티

public static MethodInfo,System.Reflection Concat
리턴 System.Reflection.MethodInfo

ExecutorCtor 공개적으로 정적으로 프로퍼티

public static ConstructorInfo,System.Reflection ExecutorCtor
리턴 System.Reflection.ConstructorInfo

Len 공개적으로 정적으로 프로퍼티

public static MethodInfo,System.Reflection Len
리턴 System.Reflection.MethodInfo

Replace 공개적으로 정적으로 프로퍼티

public static MethodInfo,System.Reflection Replace
리턴 System.Reflection.MethodInfo

Reverse 공개적으로 정적으로 프로퍼티

public static MethodInfo,System.Reflection Reverse
리턴 System.Reflection.MethodInfo

Substring 공개적으로 정적으로 프로퍼티

public static MethodInfo,System.Reflection Substring
리턴 System.Reflection.MethodInfo

ToLower 공개적으로 정적으로 프로퍼티

public static MethodInfo,System.Reflection ToLower
리턴 System.Reflection.MethodInfo