EquipmentList.OrderBy
This commit is contained in:
@@ -19,6 +19,9 @@ namespace DDUtilityApp.LOGPARSER.DATA
|
||||
/// <summary>MES.FacilityName</summary>
|
||||
public string Facility { get; set; }
|
||||
|
||||
/// <summary>MES.FacilityName</summary>
|
||||
public string OrderByKey { get { return string.IsNullOrEmpty(this.Facility) ? "" : this.Facility.Substring(0, 2); } }
|
||||
|
||||
/// <summary>EIS.Line</summary>
|
||||
public string Line { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user