Added edges functions:

Read
Add
Remove
This commit is contained in:
Lucio Maranta
2018-05-02 15:53:05 +00:00
parent cb3c44c895
commit 89ef149dd8
19 changed files with 2107 additions and 367 deletions
@@ -1,4 +1,5 @@
using System.Collections.Generic;
using static CMS_CORE_Library.DataStructures;
namespace CMS_CORE.Demo.Models
{
@@ -23,7 +24,7 @@ namespace CMS_CORE.Demo.Models
public bool IsInUse;
public bool PreAlarm;
public int ShanksId;
public List<Dictionary<string, double>> EdgesData;
public List<EdgesModel> EdgesData;
}
public class ShankDataModel