C# Class NLite.Data.Common.MethodRepository

Mostra 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_oe static_oe property

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

ExecutorCtor public_oe static_oe property

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

Len public_oe static_oe property

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

Replace public_oe static_oe property

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

Reverse public_oe static_oe property

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

Substring public_oe static_oe property

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

ToLower public_oe static_oe property

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