Exemple #1
0
 public webArgs(@string Title = default, slice <@string> Errors = default, long Total = default, slice <@string> SampleTypes = default, slice <@string> Legend = default, map <@string, @string> Help = default, slice <@string> Nodes = default, template.HTML HTMLBody = default, @string TextBody = default, slice <report.TextItem> Top = default, template.JS FlameGraph = default)
 {
     this.Title       = Title;
     this.Errors      = Errors;
     this.Total       = Total;
     this.SampleTypes = SampleTypes;
     this.Legend      = Legend;
     this.Help        = Help;
     this.Nodes       = Nodes;
     this.HTMLBody    = HTMLBody;
     this.TextBody    = TextBody;
     this.Top         = Top;
     this.FlameGraph  = FlameGraph;
 }
 public templateFile(@string Name = default, template.HTML Body = default, double Coverage = default)
 {
     this.Name     = Name;
     this.Body     = Body;
     this.Coverage = Coverage;
 }