C# 클래스 ME3Explorer.Propertydb.PropertyDB

상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: ME3Explorer/ME3Explorer 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Classes List

공개 메소드들

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

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Verwendete Ressourcen bereinigen.

비공개 메소드들

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

메소드 상세

Dispose() 보호된 메소드

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

GenerateLoadSwitch() 공개 메소드

public GenerateLoadSwitch ( string template, ClassDef c ) : string
template string
c ClassDef
리턴 string

GenerateProps() 공개 메소드

public GenerateProps ( string template, ClassDef c ) : string
template string
c ClassDef
리턴 string

GenerateTree() 공개 메소드

public GenerateTree ( string template, ClassDef c ) : string
template string
c ClassDef
리턴 string

PropertyDB() 공개 메소드

public PropertyDB ( ) : System
리턴 System

ReadInt() 공개 메소드

public ReadInt ( FileStream fs ) : int
fs System.IO.FileStream
리턴 int

ReadString() 공개 메소드

public ReadString ( FileStream fs ) : string
fs System.IO.FileStream
리턴 string

RefreshLists() 공개 메소드

public RefreshLists ( ) : void
리턴 void

Sort() 공개 메소드

public Sort ( ) : void
리턴 void

UpdateStatus() 공개 메소드

public UpdateStatus ( ) : void
리턴 void

WriteInt() 공개 메소드

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

WriteString() 공개 메소드

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

프로퍼티 상세

Classes 공개적으로 프로퍼티

public List Classes
리턴 List