B2021-066: Procedure Level PC/PC in tree view

This commit is contained in:
2021-07-14 15:27:56 +00:00
parent 1363170e8a
commit 0dd4889e5c
7 changed files with 130 additions and 2 deletions

View File

@@ -162,6 +162,12 @@ namespace VEPROMS.CSLA.Library
{
_Xp[group, item] = newvalue;
}
public int GetItemId()
{
if (_Procedure != null) return _Procedure.ItemID;
if (_ProcedureInfo != null) return _ProcedureInfo.ItemID;
return -1;
}
#endregion
#region Local Properties
[Category("General")]