C# Class Net.Graph.Neo4JD.EntityMapper.ReflectionHelper

Mostrar archivo Open project: sonyarouje/Neo4jD Class Usage Examples

Public Methods

Method Description
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

Method Details

CanCast() public method

public CanCast ( string fromClass, string toClass ) : bool
fromClass string
toClass string
return bool

CloneProperties() public method

public CloneProperties ( object origin, object destination ) : object
origin object
destination object
return object

GetInstance() public method

public GetInstance ( Type type ) : object
type System.Type
return object

InvokePrivateStaticGenericMethod() public method

public InvokePrivateStaticGenericMethod ( object obj, string methodName, Type genericType, object args ) : object
obj object
methodName string
genericType System.Type
args object
return object

ReturnInstance() public method

public ReturnInstance ( string className ) : Type
className string
return System.Type