C# Class ME3Explorer.Propertydb.PropertyDB

Inheritance: System.Windows.Forms.Form
ファイルを表示 Open project: ME3Explorer/ME3Explorer Class Usage Examples

Public Properties

Property Type Description
Classes List

Public Methods

Method Description
GenerateLoadSwitch ( string template, ClassDef c ) : string
GenerateProps ( string template, ClassDef c ) : string
GenerateTree ( string template, ClassDef c ) : string
PropertyDB ( ) : System
ReadInt ( FileStream fs ) : int
ReadString ( FileStream fs ) : string
RefreshLists ( ) : void
Sort ( ) : void
UpdateStatus ( ) : void
WriteInt ( int i, FileStream fs ) : void
WriteString ( string s, FileStream fs ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Verwendete Ressourcen bereinigen.

Private Methods

Method Description
InitializeComponent ( ) : void

Erforderliche Methode für die Designerunterstützung. Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden.

listBox1_SelectedIndexChanged ( object sender, EventArgs e ) : void
loadDBToolStripMenuItem_Click ( object sender, EventArgs e ) : void
saveDBToolStripMenuItem_Click ( object sender, EventArgs e ) : void
startScanToolStripMenuItem_Click ( object sender, EventArgs e ) : void
statistiksToolStripMenuItem_Click ( object sender, EventArgs e ) : void
warrantyVoiderMethodToolStripMenuItem_Click ( object sender, EventArgs e ) : void

Method Details

Dispose() protected method

Verwendete Ressourcen bereinigen.
protected Dispose ( bool disposing ) : void
disposing bool True, wenn verwaltete Ressourcen gelöscht werden sollen; andernfalls False.
return void

GenerateLoadSwitch() public method

public GenerateLoadSwitch ( string template, ClassDef c ) : string
template string
c ClassDef
return string

GenerateProps() public method

public GenerateProps ( string template, ClassDef c ) : string
template string
c ClassDef
return string

GenerateTree() public method

public GenerateTree ( string template, ClassDef c ) : string
template string
c ClassDef
return string

PropertyDB() public method

public PropertyDB ( ) : System
return System

ReadInt() public method

public ReadInt ( FileStream fs ) : int
fs System.IO.FileStream
return int

ReadString() public method

public ReadString ( FileStream fs ) : string
fs System.IO.FileStream
return string

RefreshLists() public method

public RefreshLists ( ) : void
return void

Sort() public method

public Sort ( ) : void
return void

UpdateStatus() public method

public UpdateStatus ( ) : void
return void

WriteInt() public method

public WriteInt ( int i, FileStream fs ) : void
i int
fs System.IO.FileStream
return void

WriteString() public method

public WriteString ( string s, FileStream fs ) : void
s string
fs System.IO.FileStream
return void

Property Details

Classes public_oe property

public List Classes
return List