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

Afficher le fichier Open project: sonyarouje/Neo4jD Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public CanCast ( string fromClass, string toClass ) : bool
fromClass string
toClass string
Résultat bool

CloneProperties() public méthode

public CloneProperties ( object origin, object destination ) : object
origin object
destination object
Résultat object

GetInstance() public méthode

public GetInstance ( Type type ) : object
type System.Type
Résultat object

InvokePrivateStaticGenericMethod() public méthode

public InvokePrivateStaticGenericMethod ( object obj, string methodName, Type genericType, object args ) : object
obj object
methodName string
genericType System.Type
args object
Résultat object

ReturnInstance() public méthode

public ReturnInstance ( string className ) : Type
className string
Résultat System.Type