C# Class DND_Monster.AddSavedTrait

Inheritance: System.Windows.Forms.Form
显示文件 Open project: FallenWyvern/DnD-Monster-Generator Class Usage Examples

Public Properties

Property Type Description
OGLCreatureAdd string
ability Ability
action Ability
legendary Legendary
reaction Ability

Public Methods

Method Description
AddSavedTrait ( ) : System
SelectItem ( object sender, EventArgs e ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
AddSavedTrait_FormClosing ( object sender, FormClosingEventArgs e ) : void
AddSavedTrait_Load ( object sender, EventArgs e ) : void
FilterResults ( ) : void
InitializeComponent ( ) : void

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

button1_Click ( object sender, EventArgs e ) : void
button2_Click ( object sender, EventArgs e ) : void
comboBox5_Click ( object sender, EventArgs e ) : void
comboBox5_SelectedIndexChanged ( object sender, EventArgs e ) : void
comboBox5_TextChanged ( object sender, EventArgs e ) : void
tabControl1_Selecting ( object sender, System.Windows.Forms.TabControlCancelEventArgs e ) : void

Method Details

AddSavedTrait() public method

public AddSavedTrait ( ) : System
return System

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

SelectItem() public method

public SelectItem ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

Property Details

OGLCreatureAdd public_oe property

public string OGLCreatureAdd
return string

ability public_oe property

public Ability,DND_Monster ability
return Ability

action public_oe property

public Ability,DND_Monster action
return Ability

legendary public_oe property

public Legendary,DND_Monster legendary
return Legendary

reaction public_oe property

public Ability,DND_Monster reaction
return Ability