SectionTemlate was added

This commit is contained in:
Evgeny Redikultsev
2022-12-20 21:37:38 +05:00
parent d240968f29
commit 487cc66c39
36 changed files with 631 additions and 44 deletions

View File

@@ -11,6 +11,7 @@ namespace StructureHelperLogics.NdmCalculations.Analyses
/// <summary>
/// True if result of calculation is valid
/// </summary>
bool IsValid { get; }
bool IsValid { get; set; }
string Desctription { get; set; }
}
}