C# Class ME3Explorer.Propertydb.PropertyDB

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: ME3Explorer/ME3Explorer Class Usage Examples

Méthodes publiques

Свойство Type Description
Classes List

Méthodes publiques

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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Verwendete Ressourcen bereinigen.

Private Methods

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

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

GenerateLoadSwitch() public méthode

public GenerateLoadSwitch ( string template, ClassDef c ) : string
template string
c ClassDef
Résultat string

GenerateProps() public méthode

public GenerateProps ( string template, ClassDef c ) : string
template string
c ClassDef
Résultat string

GenerateTree() public méthode

public GenerateTree ( string template, ClassDef c ) : string
template string
c ClassDef
Résultat string

PropertyDB() public méthode

public PropertyDB ( ) : System
Résultat System

ReadInt() public méthode

public ReadInt ( FileStream fs ) : int
fs System.IO.FileStream
Résultat int

ReadString() public méthode

public ReadString ( FileStream fs ) : string
fs System.IO.FileStream
Résultat string

RefreshLists() public méthode

public RefreshLists ( ) : void
Résultat void

Sort() public méthode

public Sort ( ) : void
Résultat void

UpdateStatus() public méthode

public UpdateStatus ( ) : void
Résultat void

WriteInt() public méthode

public WriteInt ( int i, FileStream fs ) : void
i int
fs System.IO.FileStream
Résultat void

WriteString() public méthode

public WriteString ( string s, FileStream fs ) : void
s string
fs System.IO.FileStream
Résultat void

Property Details

Classes public_oe property

public List Classes
Résultat List