C# Class Epicor_Integration.Item_Master

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

Méthodes publiques

Свойство Type Description
SerialMask string
SerialPrefix string
_Class string
_Description string
_Group string
_PartNumber string
_Planner string
_Type string
_Weight decimal

Méthodes publiques

Méthode Description
Description_txt_Leave ( object sender, EventArgs e ) : void
Item_Master ( ) : System
Item_Master ( PartData Part ) : System
Item_Master ( string PartNumber, string Description, decimal Weight ) : System
Item_Master ( string PartNumber, string Description, decimal Weight, string Group, string Class, string Type, string Planner ) : System
Partnumber_txt_Leave ( object sender, EventArgs e ) : void
TS_Click ( object sender, EventArgs e ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
AllToUpper ( ) : void
InitializeComponent ( ) : void

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

Item_Master_Load ( object sender, EventArgs e ) : void
LoadData ( PartDataSet pdata ) : void
UpdateDataSet ( PartDataSet Pdata, DataViewRowState RowState ) : PartDataSet
UpdateFormSet ( string Pnum ) : void
addwhse_btn_Click ( object sender, EventArgs e ) : void
bflush_chk_CheckedChanged ( object sender, EventArgs e ) : void
cancelbtn_Click ( object sender, EventArgs e ) : void
copy_btn_Click ( object sender, EventArgs e ) : void
savebtn_Click ( object sender, EventArgs e ) : void
trackserial_CheckedChanged ( object sender, EventArgs e ) : void
type_cbo_SelectedIndexChanged ( object sender, EventArgs e ) : void

Method Details

Description_txt_Leave() public méthode

public Description_txt_Leave ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

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

Item_Master() public méthode

public Item_Master ( ) : System
Résultat System

Item_Master() public méthode

public Item_Master ( PartData Part ) : System
Part PartData
Résultat System

Item_Master() public méthode

public Item_Master ( string PartNumber, string Description, decimal Weight ) : System
PartNumber string
Description string
Weight decimal
Résultat System

Item_Master() public méthode

public Item_Master ( string PartNumber, string Description, decimal Weight, string Group, string Class, string Type, string Planner ) : System
PartNumber string
Description string
Weight decimal
Group string
Class string
Type string
Planner string
Résultat System

Partnumber_txt_Leave() public méthode

public Partnumber_txt_Leave ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

TS_Click() public méthode

public TS_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

Property Details

SerialMask public_oe property

public string SerialMask
Résultat string

SerialPrefix public_oe property

public string SerialPrefix
Résultat string

_Class public_oe property

public string _Class
Résultat string

_Description public_oe property

public string _Description
Résultat string

_Group public_oe property

public string _Group
Résultat string

_PartNumber public_oe property

public string _PartNumber
Résultat string

_Planner public_oe property

public string _Planner
Résultat string

_Type public_oe property

public string _Type
Résultat string

_Weight public_oe property

public decimal _Weight
Résultat decimal