Click or drag to resize

FormBaseGetCalcMISUName Method (String, String, MccLabel)

미수계정코드이름를 label 컨트롤에 Setting

Namespace:  Mcc.Series.Ui
Assembly:  Mcc.Series.Ui (in Mcc.Series.Ui.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void GetCalcMISUName(
	string misu_cd,
	string aply_ymd,
	MccLabel label
)

Parameters

misu_cd
Type: SystemString
(misu_cd) 미수코드
aply_ymd
Type: SystemString
(aply_ymd) 적용일
label
Type: Mcc.Series.ControlsMccLabel
label
Remarks
미수코드 정보가 없는 경우에는 labal 글씨를 red로 "미수코드정보없음"으로 setting
See Also