C2020-003 Added logic to sort the checkoff list using both the Index and (if available) the OrderBy elements.
C2020-003 – Added the OderBy element to the Checkoff item
This commit is contained in:
@@ -1940,6 +1940,14 @@ namespace VEPROMS.CSLA.Library
|
||||
return LazyLoad(ref _Index, "@Index");
|
||||
}
|
||||
}
|
||||
private LazyLoad<float?> _OrderBy; // C2020-003 used to sort list of checkoffs in the combo box
|
||||
public float? OrderBy
|
||||
{
|
||||
get
|
||||
{
|
||||
return LazyLoad(ref _OrderBy, "@OrderBy");
|
||||
}
|
||||
}
|
||||
private LazyLoad<int?> _UIMark;
|
||||
public int? UIMark
|
||||
{
|
||||
|
Reference in New Issue
Block a user