C# Класс Net.Graph.Neo4JD.EntityMapper.ReflectionHelper

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
CanCast ( string fromClass, string toClass ) : bool
CloneProperties ( object origin, object destination ) : object
GetInstance ( Type type ) : object
InvokePrivateStaticGenericMethod ( object obj, string methodName, Type genericType, object args ) : object
ReturnInstance ( string className ) : Type

Описание методов

CanCast() публичный Метод

public CanCast ( string fromClass, string toClass ) : bool
fromClass string
toClass string
Результат bool

CloneProperties() публичный Метод

public CloneProperties ( object origin, object destination ) : object
origin object
destination object
Результат object

GetInstance() публичный Метод

public GetInstance ( Type type ) : object
type System.Type
Результат object

InvokePrivateStaticGenericMethod() публичный Метод

public InvokePrivateStaticGenericMethod ( object obj, string methodName, Type genericType, object args ) : object
obj object
methodName string
genericType System.Type
args object
Результат object

ReturnInstance() публичный Метод

public ReturnInstance ( string className ) : Type
className string
Результат System.Type