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

Mostrar archivo Open project: sonyarouje/Neo4jD

Public Methods

Method Description
Add ( BaseConfiguration configuration ) : void
AddAssembly ( Assembly assembly ) : void
AddAssembly ( string assemblyName ) : void
Clear ( ) : void
GetAssemblies ( ) : IList
GetSubEntities ( Type parent ) : IList

Method Details

Add() public static method

public static Add ( BaseConfiguration configuration ) : void
configuration BaseConfiguration
return void

AddAssembly() public static method

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

AddAssembly() public static method

public static AddAssembly ( string assemblyName ) : void
assemblyName string
return void

Clear() public static method

public static Clear ( ) : void
return void

GetAssemblies() public static method

public static GetAssemblies ( ) : IList
return IList

GetSubEntities() public static method

public static GetSubEntities ( Type parent ) : IList
parent System.Type
return IList