C# Class NStub.Gui.Components.BuildPropertyComponent

Component which holds the application wide BuildDataDictionary BuildProperties.
Inheritance: System.ComponentModel.Component
显示文件 Open project: Jedzia/NStub

Private Properties

Property Type Description
GeneratorConfigLoad void
InitializeComponent void
Log void
SetupInstance void

Public Methods

Method Description
BuildPropertyComponent ( ) : System.ComponentModel

Initializes a new instance of the BuildPropertyComponent class.

BuildPropertyComponent ( IContainer container ) : System.ComponentModel

Initializes a new instance of the BuildPropertyComponent class.

LoadBuildPropertyData ( ) : void

Loads the build property data.

SaveBuildPropertyData ( ) : void

Saves the build property data.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
GeneratorConfigLoad ( IBuildDataDictionary properties ) : void
InitializeComponent ( ) : void

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

Log ( string text ) : void
SetupInstance ( ) : void

Method Details

BuildPropertyComponent() public method

Initializes a new instance of the BuildPropertyComponent class.
public BuildPropertyComponent ( ) : System.ComponentModel
return System.ComponentModel

BuildPropertyComponent() public method

Initializes a new instance of the BuildPropertyComponent class.
public BuildPropertyComponent ( IContainer container ) : System.ComponentModel
container IContainer The container.
return System.ComponentModel

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

LoadBuildPropertyData() public method

Loads the build property data.
public LoadBuildPropertyData ( ) : void
return void

SaveBuildPropertyData() public method

Saves the build property data.
public SaveBuildPropertyData ( ) : void
return void