C# Class NLite.Data.Common.MethodRepository

Show file Open project: netcasewqs/elinq

Public Properties

Property Type Description
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

Public Methods

Method Description
GetConvertMethod ( Type fromType, Type toType ) : MethodInfo

Method Details

GetConvertMethod() public static method

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

Property Details

Concat public static property

public static MethodInfo,System.Reflection Concat
return System.Reflection.MethodInfo

ExecutorCtor public static property

public static ConstructorInfo,System.Reflection ExecutorCtor
return System.Reflection.ConstructorInfo

Len public static property

public static MethodInfo,System.Reflection Len
return System.Reflection.MethodInfo

Replace public static property

public static MethodInfo,System.Reflection Replace
return System.Reflection.MethodInfo

Reverse public static property

public static MethodInfo,System.Reflection Reverse
return System.Reflection.MethodInfo

Substring public static property

public static MethodInfo,System.Reflection Substring
return System.Reflection.MethodInfo

ToLower public static property

public static MethodInfo,System.Reflection ToLower
return System.Reflection.MethodInfo