C# Class Nimrod.Generator

ファイルを表示 Open project: resgroup/nimrod

Public Methods

Method Description
Generate ( IEnumerable dllPaths, IoOperations ioOperations ) : GeneratorResult
Generator ( bool strictNullCheck ) : System

Private Methods

Method Description
GetFileForNamespaceGroup ( string @namespace, List toTypeScripts ) : FileToWrite
GetTypesToWrite ( IEnumerable assemblies ) : List

Get every type of every method referenced by an action of a web controller.

Method Details

Generate() public method

public Generate ( IEnumerable dllPaths, IoOperations ioOperations ) : GeneratorResult
dllPaths IEnumerable
ioOperations IoOperations
return GeneratorResult

Generator() public method

public Generator ( bool strictNullCheck ) : System
strictNullCheck bool
return System