C# Class Depressurizer.GameDBEntryDialog

Inheritance: System.Windows.Forms.Form
显示文件 Open project: Theo47/depressurizer Class Usage Examples

Public Properties

Property Type Description
Game Depressurizer.GameDBEntry

Public Methods

Method Description
GameDBEntryDialog ( ) : System
GameDBEntryDialog ( Depressurizer.GameDBEntry game ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
GameDBEntryForm_Load ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

InitializeFields ( Depressurizer.GameDBEntry entry = null ) : void
SaveToGame ( ) : bool
SplitAndTrim ( string s ) : List
ValidateEntries ( int &id, int &parent ) : bool
cmdCancel_Click ( object sender, EventArgs e ) : void
cmdSave_Click ( object sender, EventArgs e ) : void

Method Details

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

GameDBEntryDialog() public method

public GameDBEntryDialog ( ) : System
return System

GameDBEntryDialog() public method

public GameDBEntryDialog ( Depressurizer.GameDBEntry game ) : System
game Depressurizer.GameDBEntry
return System

Property Details

Game public_oe property

public GameDBEntry,Depressurizer Game
return Depressurizer.GameDBEntry