Table of Contents

Class RepositoryExtention

Namespace
HeBianGu.Systems.Repository
Assembly
HeBianGu.Systems.Repository.dll
public static class RepositoryExtention
Inheritance
RepositoryExtention
Inherited Members

Methods

GetRepository(Type, out string)

public static IRepository GetRepository(this Type modelType, out string error)

Parameters

modelType Type
error string

Returns

IRepository

InvokeMethod<T>(Type, string, params object[])

public static Task<T> InvokeMethod<T>(this Type type, string methodName, params object[] parameters)

Parameters

type Type
methodName string
parameters object[]

Returns

Task<T>

Type Parameters

T