C# Class HYPDM.WinUI.AddObjectParams.FrmAddParms

Mostra file Open project: huayancreate/HYPDM

Protected Properties

Property Type Description
isHaveValue bool
maxcolumns int
pkColName string
pkValue string
tableName string

Public Methods

Method Description
FrmAddParms ( string tblName, string Value, string ColName ) : System

Protected Methods

Method Description
CreateParams ( Control ctl ) : void
CreateParams1 ( Control ctl ) : void

Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
CreateLabel ( DataRow p_dr, int x, int y ) : Label
CreatePanel ( DataRow p_dr, int x, int y, String p_value ) : Panel
CreateText ( DataRow p_dr, int x, int y, String p_value ) : TextBox
FrmAddParms_Load ( object sender, EventArgs e ) : void
GetMaxColNum ( DataRow p_dr ) : void
GetMaxCountForProperties ( ) : int
GetProperties ( ) : DataTable
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

InsertOrUpDateExtPro ( ) : void
SaveColumnAndValue ( PDM_Params p_params, String p_ProValue ) : void
btnAddNewParams_Click ( object sender, EventArgs e ) : void
btnSubmit_Click ( object sender, EventArgs e ) : void

Method Details

CreateParams() protected method

protected CreateParams ( Control ctl ) : void
ctl Control
return void

CreateParams1() protected method

protected CreateParams1 ( Control ctl ) : void
ctl Control 容器
return void

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

FrmAddParms() public method

public FrmAddParms ( string tblName, string Value, string ColName ) : System
tblName string 主表名称
Value string 表的主键值
ColName string 表的主键栏位名称
return System

Property Details

isHaveValue protected_oe property

protected bool isHaveValue
return bool

maxcolumns protected_oe property

protected int maxcolumns
return int

pkColName protected_oe property

protected string pkColName
return string

pkValue protected_oe property

protected string pkValue
return string

tableName protected_oe property

protected string tableName
return string