C# Class NLite.Data.Common.MethodRepository

Afficher le fichier Open project: netcasewqs/elinq

Méthodes publiques

Свойство 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

Méthodes publiques

Méthode Description
GetConvertMethod ( Type fromType, Type toType ) : MethodInfo

Method Details

GetConvertMethod() public static méthode

public static GetConvertMethod ( Type fromType, Type toType ) : MethodInfo
fromType System.Type
toType System.Type
Résultat System.Reflection.MethodInfo

Property Details

Concat public_oe static_oe property

public static MethodInfo,System.Reflection Concat
Résultat System.Reflection.MethodInfo

ExecutorCtor public_oe static_oe property

public static ConstructorInfo,System.Reflection ExecutorCtor
Résultat System.Reflection.ConstructorInfo

Len public_oe static_oe property

public static MethodInfo,System.Reflection Len
Résultat System.Reflection.MethodInfo

Replace public_oe static_oe property

public static MethodInfo,System.Reflection Replace
Résultat System.Reflection.MethodInfo

Reverse public_oe static_oe property

public static MethodInfo,System.Reflection Reverse
Résultat System.Reflection.MethodInfo

Substring public_oe static_oe property

public static MethodInfo,System.Reflection Substring
Résultat System.Reflection.MethodInfo

ToLower public_oe static_oe property

public static MethodInfo,System.Reflection ToLower
Résultat System.Reflection.MethodInfo