Internal_HtmlSubwriter.add_build_failures Method
Adds the list of build failures to the output stream for a given date range
Namespace: SobekCM.Library.HTMLAssembly: SobekCM_Library (in SobekCM_Library.dll) Version: 4.10.0.0 (4.10.0.0)
Syntax
C# |
---|
protected internal void add_build_failures(
TextWriter Output,
int FirstMonth,
int FirstYear,
int SecondMonth,
int SecondYear,
Custom_Tracer Tracer
) |
Parameters
- Output
- Type: System.IO..::..TextWriter
Stream to which to write the HTML for this subwriter
- FirstMonth
- Type: System..::..Int32
Month for the first date in the date range
- FirstYear
- Type: System..::..Int32
Year for the first date in the date range
- SecondMonth
- Type: System..::..Int32
Month for the last date in the date range
- SecondYear
- Type: System..::..Int32
Year for the last date in the date range
- Tracer
- Type: SobekCM.Tools..::..Custom_Tracer
Trace object keeps a list of each method executed and important milestones in rendering
See Also