C# Class ME3Explorer.AddPropertyDialog

Afficher le fichier Open project: ME3Explorer/ME3Explorer Class Usage Examples

Méthodes publiques

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

Méthodes publiques

Méthode Description
AddPropertyDialog ( ) : System
GetProperty ( string className, List _extantProps, MEGame game ) : string

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
InitializeComponent ( ) : void

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

classListBox_SelectedIndexChanged ( object sender, EventArgs e ) : void
propListBox_DoubleClick ( object sender, EventArgs e ) : void

Method Details

AddPropertyDialog() public méthode

public AddPropertyDialog ( ) : System
Résultat System

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

GetProperty() public static méthode

public static GetProperty ( string className, List _extantProps, MEGame game ) : string
className string
_extantProps List
game MEGame
Résultat string

Property Details

extantProps public_oe property

public List extantProps
Résultat List