Ejemplo n.º 1
0
 public Alert(Analyzer analyzer, Classification classification, DetectTime detectTime,
              AnalyzerTime analyzerTime, Source[] source, Target[] target, Assessment assessment,
              ToolAlert toolAlert, AdditionalData[] additionalData, string messageId)
     : this(analyzer, classification, detectTime, analyzerTime, source, target, assessment, additionalData, messageId)
 {
     this.toolAlert = toolAlert;
 }
Ejemplo n.º 2
0
 public Alert(Analyzer analyzer, Classification classification, DetectTime detectTime,
     AnalyzerTime analyzerTime, Source[] source, Target[] target, Assessment assessment,
     ToolAlert toolAlert, AdditionalData[] additionalData, string messageId)
     : this(analyzer, classification, detectTime, analyzerTime, source, target, assessment, additionalData, messageId)
 {
     this.toolAlert = toolAlert;
 }
Ejemplo n.º 3
0
 public Alert(Analyzer analyzer, Classification classification, ToolAlert toolAlert) : this(analyzer, classification)
 {
     this.toolAlert = toolAlert;
 }
Ejemplo n.º 4
0
 public Alert(Analyzer analyzer, Classification classification, ToolAlert toolAlert)
     : this(analyzer, classification)
 {
     this.toolAlert = toolAlert;
 }