Метод | Описание | |
---|---|---|
KpiModelRule ( ) : System.Collections.Generic | ||
KpiModelRule ( int cyclomaticComplexity, double maintainabilityIndex, int linesOfCode ) : System.Collections.Generic | ||
Validate ( IModelNode modelTree ) : Task |
public KpiModelRule ( ) : System.Collections.Generic | ||
Результат | System.Collections.Generic |
public KpiModelRule ( int cyclomaticComplexity, double maintainabilityIndex, int linesOfCode ) : System.Collections.Generic | ||
cyclomaticComplexity | int | |
maintainabilityIndex | double | |
linesOfCode | int | |
Результат | System.Collections.Generic |
public Validate ( IModelNode modelTree ) : Task |
||
modelTree | IModelNode | |
Результат | Task |