C# Class Docu.Output.BulkPageWriter

Exibir arquivo Open project: cdrnet/docu Class Usage Examples

Public Methods

Method Description
BulkPageWriter ( IPageWriter writer ) : System.Collections.Generic
CreatePagesFromDirectory ( string templatePath, string destination, IList namespaces ) : void
SetAssemblies ( IEnumerable assemblies ) : void

Private Methods

Method Description
IsPartial ( string file ) : bool

Method Details

BulkPageWriter() public method

public BulkPageWriter ( IPageWriter writer ) : System.Collections.Generic
writer IPageWriter
return System.Collections.Generic

CreatePagesFromDirectory() public method

public CreatePagesFromDirectory ( string templatePath, string destination, IList namespaces ) : void
templatePath string
destination string
namespaces IList
return void

SetAssemblies() public method

public SetAssemblies ( IEnumerable assemblies ) : void
assemblies IEnumerable
return void