C# Class ME3Explorer.AddPropertyDialog

ファイルを表示 Open project: ME3Explorer/ME3Explorer Class Usage Examples

Public Properties

Property Type Description
extantProps List

Public Methods

Method Description
AddPropertyDialog ( ) : System
GetProperty ( string className, List _extantProps, MEGame game ) : string

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method 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 method

public AddPropertyDialog ( ) : 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

GetProperty() public static method

public static GetProperty ( string className, List _extantProps, MEGame game ) : string
className string
_extantProps List
game MEGame
return string

Property Details

extantProps public_oe property

public List extantProps
return List