Click or drag to resize

FormBaseGetCalcDCSUBName Method (String, 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 GetCalcDCSUBName(
	string dc_cd,
	string dc_sub_cd,
	string aply_ymd,
	MccLabel label
)

Parameters

dc_cd
Type: SystemString
(dc_cd) DC코드
dc_sub_cd
Type: SystemString
(dc_sub_cd) 세부할인코드
aply_ymd
Type: SystemString
(aply_ymd) 적용일자
label
Type: Mcc.Series.ControlsMccLabel
LABEL 컨트롤
Remarks
할인코드 정보가 없는 경우에는 labal 글씨를 red로 "할인코드정보없음"으로 setting
See Also