Added RT Module read method
This commit is contained in:
@@ -626,11 +626,11 @@ namespace CMS_CORE_Library.Models
|
||||
|
||||
public class ModuleBlock
|
||||
{
|
||||
public ushort Id { get; set; } = 0;
|
||||
public uint ActualDelay { get; set; } = 0;
|
||||
public uint ActualDuration { get; set; } = 0;
|
||||
public uint EstimatedDelay { get; set; } = 0;
|
||||
public uint EstimatedDuration { get; set; } = 0;
|
||||
public short Id { get; set; } = 0;
|
||||
public int ActualDelay { get; set; } = 0;
|
||||
public int ActualDuration { get; set; } = 0;
|
||||
public int EstimatedDelay { get; set; } = 0;
|
||||
public int EstimatedDuration { get; set; } = 0;
|
||||
public List<ushort> PrecedingId { get; set; } = new List<ushort>();
|
||||
public bool Visible { get; set; } = false;
|
||||
public bool Running { get; set; } = false;
|
||||
|
||||
Reference in New Issue
Block a user