C# Class HYPDM.WinUI.ProductsAndParts.Products.StructAddForm

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: huayancreate/HYPDM Class Usage Examples

Méthodes publiques

Méthode Description
StructAddForm ( PDM_STRUCT p_struct, string p_assobjectId, Enum_AssOpType p_assoPType ) : System
initControl ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
InitializeComponent ( ) : void

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

addSortNum ( ) : void
bt_cancel_Click ( object sender, EventArgs e ) : void
btn_save_Click ( object sender, EventArgs e ) : void
initEdit ( ) : void
initInsert ( ) : void
initReplace ( ) : void
initSave ( ) : void

Method Details

Dispose() protected méthode

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

StructAddForm() public méthode

public StructAddForm ( PDM_STRUCT p_struct, string p_assobjectId, Enum_AssOpType p_assoPType ) : System
p_struct PDM_STRUCT
p_assobjectId string
p_assoPType Enum_AssOpType
Résultat System

initControl() public méthode

public initControl ( ) : void
Résultat void