Table of Contents

Class CoreExtensions

Namespace
Z.BulkOperations.Internal
Assembly
Z.EntityFramework.Extensions.dll
public static class CoreExtensions
Inheritance
CoreExtensions
Inherited Members

Methods

AsEnumerableCore(DataTable)

public static IEnumerable<DataRow> AsEnumerableCore(this DataTable @this)

Parameters

this DataTable

Returns

IEnumerable<DataRow>

GetAssemblyCore(Type)

public static Assembly GetAssemblyCore(this Type @this)

Parameters

this Type

Returns

Assembly

GetConstructorCore(Type, params Type[])

public static ConstructorInfo GetConstructorCore(this Type @this, params Type[] types)

Parameters

this Type
types Type[]

Returns

ConstructorInfo

GetCustomAttributesCore(Type, bool)

public static object[] GetCustomAttributesCore(this Type @this, bool inherit)

Parameters

this Type
inherit bool

Returns

object[]

GetFieldCore(Type, string)

public static FieldInfo GetFieldCore(this Type @this, string propertyName)

Parameters

this Type
propertyName string

Returns

FieldInfo

GetFieldCore(Type, string, BindingFlags)

public static FieldInfo GetFieldCore(this Type @this, string propertyName, BindingFlags bindingAttr)

Parameters

this Type
propertyName string
bindingAttr BindingFlags

Returns

FieldInfo

GetGenericArgumentsCore(Type)

public static Type[] GetGenericArgumentsCore(this Type @this)

Parameters

this Type

Returns

Type[]

GetMethodCore(Type, string)

public static MethodInfo GetMethodCore(this Type @this, string propertyName)

Parameters

this Type
propertyName string

Returns

MethodInfo

GetMethodCore(Type, string, BindingFlags, Binder, Type[], ParameterModifier[])

public static MethodInfo GetMethodCore(this Type @this, string name, BindingFlags bindingAttr, Binder binder, Type[] types, ParameterModifier[] modifiers)

Parameters

this Type
name string
bindingAttr BindingFlags
binder Binder
types Type[]
modifiers ParameterModifier[]

Returns

MethodInfo

GetMethodCore(Type, string, Type[])

public static MethodInfo GetMethodCore(this Type @this, string propertyName, Type[] types)

Parameters

this Type
propertyName string
types Type[]

Returns

MethodInfo

GetMethodsCore(Type)

public static MethodInfo[] GetMethodsCore(this Type @this)

Parameters

this Type

Returns

MethodInfo[]

GetPropertiesCore(Type)

public static PropertyInfo[] GetPropertiesCore(this Type @this)

Parameters

this Type

Returns

PropertyInfo[]

GetPropertyCore(Type, string)

public static PropertyInfo GetPropertyCore(this Type @this, string propertyName)

Parameters

this Type
propertyName string

Returns

PropertyInfo

GetPropertyCore(Type, string, BindingFlags)

public static PropertyInfo GetPropertyCore(this Type @this, string propertyName, BindingFlags bindingAttr)

Parameters

this Type
propertyName string
bindingAttr BindingFlags

Returns

PropertyInfo

GetSchemaTable_Core(DbDataReader)

public static DataTable GetSchemaTable_Core(this DbDataReader reader)

Parameters

reader DbDataReader

Returns

DataTable

GetSchemaTable_Core(IDataReader)

public static DataTable GetSchemaTable_Core(this IDataReader reader)

Parameters

reader IDataReader

Returns

DataTable

IndexOf_InvariantCulture_Core(string, string)

public static int IndexOf_InvariantCulture_Core(this string s, string text)

Parameters

s string
text string

Returns

int

IsClassCore(Type)

public static bool IsClassCore(this Type @this)

Parameters

this Type

Returns

bool

IsEnumCore(Type)

public static bool IsEnumCore(this Type @this)

Parameters

this Type

Returns

bool

IsGenericTypeCore(Type)

public static bool IsGenericTypeCore(this Type @this)

Parameters

this Type

Returns

bool

IsOfTypeName(Type, string)

public static bool IsOfTypeName(this Type @this, string name)

Parameters

this Type
name string

Returns

bool

StartsWith_InvariantCulture_Core(string, string)

public static bool StartsWith_InvariantCulture_Core(this string s, string text)

Parameters

s string
text string

Returns

bool

ToLower_InvariantCulture_Core(string)

public static string ToLower_InvariantCulture_Core(this string s)

Parameters

s string

Returns

string