C# Class Docu.Output.BulkPageWriter

Afficher le fichier Open project: cdrnet/docu Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
IsPartial ( string file ) : bool

Method Details

BulkPageWriter() public méthode

public BulkPageWriter ( IPageWriter writer ) : System.Collections.Generic
writer IPageWriter
Résultat System.Collections.Generic

CreatePagesFromDirectory() public méthode

public CreatePagesFromDirectory ( string templatePath, string destination, IList namespaces ) : void
templatePath string
destination string
namespaces IList
Résultat void

SetAssemblies() public méthode

public SetAssemblies ( IEnumerable assemblies ) : void
assemblies IEnumerable
Résultat void