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

파일 보기 프로젝트 열기: sonyarouje/Neo4jD

공개 메소드들

메소드 설명
Add ( BaseConfiguration configuration ) : void
AddAssembly ( Assembly assembly ) : void
AddAssembly ( string assemblyName ) : void
Clear ( ) : void
GetAssemblies ( ) : IList
GetSubEntities ( Type parent ) : IList

메소드 상세

Add() 공개 정적인 메소드

public static Add ( BaseConfiguration configuration ) : void
configuration BaseConfiguration
리턴 void

AddAssembly() 공개 정적인 메소드

public static AddAssembly ( Assembly assembly ) : void
assembly System.Reflection.Assembly
리턴 void

AddAssembly() 공개 정적인 메소드

public static AddAssembly ( string assemblyName ) : void
assemblyName string
리턴 void

Clear() 공개 정적인 메소드

public static Clear ( ) : void
리턴 void

GetAssemblies() 공개 정적인 메소드

public static GetAssemblies ( ) : IList
리턴 IList

GetSubEntities() 공개 정적인 메소드

public static GetSubEntities ( Type parent ) : IList
parent System.Type
리턴 IList