C# Class EventAI_Creator.DbScriptControl

Mostrar archivo Open project: mangosR2/eventAI_tool Class Usage Examples

Public Methods

Method Description
DbScriptControl ( Event_dataset_script Data, Int32 ID, uint id ) : System
GetEventData ( ) : Event_dataset_script
SetDataFlags ( Int64 flagValue ) : void
SetEventFlags ( Int64 flagValue ) : void

Private Methods

Method Description
DropDownWidth ( ComboBox myCombo ) : int
button_datalong2_Click ( object sender, EventArgs e ) : void
button_delete_event_Click ( object sender, EventArgs e ) : void
button_flags_Click ( object sender, EventArgs e ) : void
comboBoxAction_SelectedIndexChanged ( object sender, EventArgs e ) : void
comboBox_datalong2_SelectedIndexChanged ( object sender, EventArgs e ) : void
comboBox_datalong_SelectedIndexChanged ( object sender, EventArgs e ) : void
eventCheckbox_CheckedChanged ( object sender, EventArgs e ) : void
txtBox_comment_leave ( object sender, EventArgs e ) : void
txtBox_leave ( object sender, EventArgs e ) : void
txtBox_leave_location ( object sender, EventArgs e ) : void

Method Details

DbScriptControl() public method

public DbScriptControl ( Event_dataset_script Data, Int32 ID, uint id ) : System
Data Event_dataset_script
ID Int32
id uint
return System

GetEventData() public method

public GetEventData ( ) : Event_dataset_script
return Event_dataset_script

SetDataFlags() public method

public SetDataFlags ( Int64 flagValue ) : void
flagValue Int64
return void

SetEventFlags() public method

public SetEventFlags ( Int64 flagValue ) : void
flagValue Int64
return void