[성현모] TRA HEX 값 표기 수정
This commit is contained in:
@ -0,0 +1,31 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using SystemX.Product.TRA.UIControl;
|
||||
using static SystemX.Product.ALIS.UI.View.ViewCfg;
|
||||
|
||||
namespace SystemX.Product.ALIS.Interface
|
||||
{
|
||||
public interface IChildController
|
||||
{
|
||||
void SetOverview();
|
||||
|
||||
void SetDetailOverview();
|
||||
|
||||
void SetHistoryView();
|
||||
|
||||
void SetSummaryView();
|
||||
|
||||
void CallDetailOverView();
|
||||
|
||||
void AnnounceContentsType(eContents GetType);
|
||||
|
||||
bool GetOverviewMergeState();
|
||||
|
||||
SelectedDataCollection GetSelectDataOverView(int nDataValue = int.MaxValue);
|
||||
|
||||
void SetNgHistView(eContents GetCallType);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user