コード例 #1
0
 public Alert(Analyzer analyzer, Classification classification, DetectTime detectTime,
              AnalyzerTime analyzerTime, Source[] source, Target[] target, Assessment assessment,
              OverflowAlert overflowAlert, AdditionalData[] additionalData, string messageId)
     : this(analyzer, classification, detectTime, analyzerTime, source, target, assessment, additionalData, messageId)
 {
     this.overflowAlert = overflowAlert;
 }
コード例 #2
0
 public Alert(Analyzer analyzer, Classification classification, DetectTime detectTime,
     AnalyzerTime analyzerTime, Source[] source, Target[] target, Assessment assessment,
     OverflowAlert overflowAlert, AdditionalData[] additionalData, string messageId)
     : this(analyzer, classification, detectTime, analyzerTime, source, target, assessment, additionalData, messageId)
 {
     this.overflowAlert = overflowAlert;
 }
コード例 #3
0
 public Alert(Analyzer analyzer, Classification classification, OverflowAlert overflowAlert) : this(analyzer, classification)
 {
     this.overflowAlert = overflowAlert;
 }
コード例 #4
0
 public Alert(Analyzer analyzer, Classification classification, OverflowAlert overflowAlert)
     : this(analyzer, classification)
 {
     this.overflowAlert = overflowAlert;
 }