C# 클래스 Net.Graph.Neo4JD.EntityMapper.ReflectionHelper

파일 보기 프로젝트 열기: sonyarouje/Neo4jD 1 사용 예제들

공개 메소드들

메소드 설명
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