Added edges functions:
Read Add Remove
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user