Add localized maintenances description
This commit is contained in:
@@ -6,13 +6,13 @@ namespace Step.Model.ConfigModels
|
||||
public class MaintenanceConfigModel
|
||||
{
|
||||
public int Id { get; set; }
|
||||
public Dictionary<string, string> LocalizedNames { get; set; }
|
||||
public Dictionary<string, string> LocalizedName { get; set; }
|
||||
public TimeSpan Intervall { get; set; }
|
||||
public DateTime Deadline { get; set; }
|
||||
public string Type { get; set; }
|
||||
public int CouterId { get; set; }
|
||||
public string Title { get; set; }
|
||||
public string Description { get; set; }
|
||||
public Dictionary<string, string> LocalizedDescription { get; set; }
|
||||
public string UnitOfMeasure { get; set; }
|
||||
}
|
||||
}
|
||||
@@ -155,6 +155,7 @@ namespace Step.Model
|
||||
|
||||
// ID prefix
|
||||
public const string MAINTENANCE_PREFIX_ID = "maint_";
|
||||
public const string MAINTENANCE_DESC_PREFIX_ID = "maint_desc_";
|
||||
public const string SOFTKEY_PREFIX_ID = "softkey_";
|
||||
public const string ALARM_PREFIX = "alarm_";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user