Add converting primitives and calculators
This commit is contained in:
@@ -15,7 +15,6 @@ namespace StructureHelperCommon.Models.Projects
|
||||
public string FullFileName { get; set; } = string.Empty;
|
||||
public bool IsActual { get; set; } = true;
|
||||
public List<IVisualAnalysis> VisualAnalyses { get; } = new();
|
||||
public bool IsNewFile { get; set; } = true;
|
||||
public string FileName => Path.GetFileName(FullFileName);
|
||||
|
||||
public Project(Guid id)
|
||||
|
||||
Reference in New Issue
Block a user