C# 클래스 EventAI_Creator.DbScriptControl

파일 보기 프로젝트 열기: mangosR2/eventAI_tool 1 사용 예제들

공개 메소드들

메소드 설명
DbScriptControl ( Event_dataset_script Data, Int32 ID, uint id ) : System
GetEventData ( ) : Event_dataset_script
SetDataFlags ( Int64 flagValue ) : void
SetEventFlags ( Int64 flagValue ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

DbScriptControl() 공개 메소드

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

GetEventData() 공개 메소드

public GetEventData ( ) : Event_dataset_script
리턴 Event_dataset_script

SetDataFlags() 공개 메소드

public SetDataFlags ( Int64 flagValue ) : void
flagValue Int64
리턴 void

SetEventFlags() 공개 메소드

public SetEventFlags ( Int64 flagValue ) : void
flagValue Int64
리턴 void