C# Класс NLite.Data.Common.MethodRepository

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
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