Change ObsCollection to List in Common, write FunctionMaterialCreationVM, remove old UI, binding enums and functions to new UI.
This commit is contained in:
@@ -10,6 +10,7 @@ namespace StructureHelperCommon.Models.Materials
|
||||
{
|
||||
public class MaterialSettings
|
||||
{
|
||||
public int Number { get; set; }
|
||||
public bool IsActive { get; set; }
|
||||
public LimitStates LimitState { get; set; }
|
||||
public CalcTerms CalcTerm { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user