CPonty / templ-dot-net

A C# report generation engine combining strongly-typed models and annotated .docx templates.
GNU General Public License v2.0
15 stars 6 forks source link

Create settings class #10

Closed CPonty closed 9 years ago

CPonty commented 9 years ago

Properties class containing general settings for a template build.

Passed from Templ to TemplBuilder, and then to Modules.

Optional argument for constructor.

All properties have default values.

Includes:

CPonty commented 9 years ago

^ This has been built as a static class of constants.

Will upgrade to non-static later if needed. That would require code changes to Match class method signatures and whatnot.