Materials were refactored
This commit is contained in:
@@ -1,11 +1,17 @@
|
||||
using StructureHelperCommon.Infrastructures.Enums;
|
||||
using StructureHelperCommon.Infrastructures.Interfaces;
|
||||
using StructureHelperCommon.Models.Codes;
|
||||
|
||||
namespace StructureHelperCommon.Models.Materials.Libraries
|
||||
{
|
||||
public interface ILibMaterialEntity
|
||||
public interface ILibMaterialEntity : ISaveable
|
||||
{
|
||||
CodeTypes CodeType { get; }
|
||||
ICodeEntity Code { get; set; }
|
||||
string Name { get; }
|
||||
/// <summary>
|
||||
/// Strength of material, Pa
|
||||
/// </summary>
|
||||
double MainStrength { get; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user