C# 클래스 NStub.Gui.Components.BuildPropertyComponent

Component which holds the application wide BuildDataDictionary BuildProperties.
상속: System.ComponentModel.Component
파일 보기 프로젝트 열기: Jedzia/NStub

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