C# Class EventAI_Creator.DbScriptControl

Afficher le fichier Open project: mangosR2/eventAI_tool Class Usage Examples

Méthodes publiques

Méthode 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

Méthode 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 méthode

public DbScriptControl ( Event_dataset_script Data, Int32 ID, uint id ) : System
Data Event_dataset_script
ID Int32
id uint
Résultat System

GetEventData() public méthode

public GetEventData ( ) : Event_dataset_script
Résultat Event_dataset_script

SetDataFlags() public méthode

public SetDataFlags ( Int64 flagValue ) : void
flagValue Int64
Résultat void

SetEventFlags() public méthode

public SetEventFlags ( Int64 flagValue ) : void
flagValue Int64
Résultat void