C# Класс NStub.Gui.Components.BuildPropertyComponent

Component which holds the application wide BuildDataDictionary BuildProperties.
Наследование: System.ComponentModel.Component
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
GeneratorConfigLoad void
InitializeComponent void
Log void
SetupInstance void

Открытые методы

Метод Описание
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.

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

Приватные методы

Метод Описание
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

Описание методов

BuildPropertyComponent() публичный Метод

Initializes a new instance of the BuildPropertyComponent class.
public BuildPropertyComponent ( ) : System.ComponentModel
Результат System.ComponentModel

BuildPropertyComponent() публичный Метод

Initializes a new instance of the BuildPropertyComponent class.
public BuildPropertyComponent ( IContainer container ) : System.ComponentModel
container IContainer The container.
Результат System.ComponentModel

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

LoadBuildPropertyData() публичный Метод

Loads the build property data.
public LoadBuildPropertyData ( ) : void
Результат void

SaveBuildPropertyData() публичный Метод

Saves the build property data.
public SaveBuildPropertyData ( ) : void
Результат void