Click or drag to resize

ConfigManagerClassInsertFormConfig Method

환경설정 데이터 저장

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 InsertFormConfig(
	string system_gb,
	int empl_no,
	string class_nm,
	string xml_data
)

Parameters

system_gb
Type: SystemString
시스템구분
empl_no
Type: SystemInt32
로그인 사번
class_nm
Type: SystemString
클래스 이름
xml_data
Type: SystemString
설정 xml데이터
See Also