Added fields to maintenances model and config
This commit is contained in:
@@ -212,7 +212,9 @@ namespace Step.Config
|
||||
Intervall = TimeSpan.FromMinutes(Convert.ToDouble(x.Element("interval").Value)),
|
||||
Deadline = DateTime.Parse(x.Element("deadline").Value),
|
||||
Type = x.Element("type").Value,
|
||||
CouterId = Convert.ToInt32(x.Element("counterId").Value)
|
||||
CouterId = Convert.ToInt32(x.Element("counterId").Value),
|
||||
Description = x.Element("description").Value,
|
||||
UnitOfMeasure = x.Element("unitOfMeasure").Value
|
||||
})
|
||||
.ToList();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user