C# Class Shaolinq.Persistence.DataRecordMethods

显示文件 Open project: tumtumtum/Shaolinq Class Usage Examples

Public Properties

Property Type Description
GetBooleanMethod System.Reflection.MethodInfo
GetGuidMethod System.Reflection.MethodInfo
GetInt32Method System.Reflection.MethodInfo
GetInt64Method System.Reflection.MethodInfo
GetStringMethod System.Reflection.MethodInfo
GetValueMethod System.Reflection.MethodInfo
IsNullMethod System.Reflection.MethodInfo

Public Methods

Method Description
GetMethod ( string name ) : MethodInfo

Method Details

GetMethod() public static method

public static GetMethod ( string name ) : MethodInfo
name string
return System.Reflection.MethodInfo

Property Details

GetBooleanMethod public_oe static_oe property

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

GetGuidMethod public_oe static_oe property

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

GetInt32Method public_oe static_oe property

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

GetInt64Method public_oe static_oe property

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

GetStringMethod public_oe static_oe property

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

GetValueMethod public_oe static_oe property

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

IsNullMethod public_oe static_oe property

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