C# 클래스 WixSharp.UI.Forms.FeaturesDialog

The logical equivalent of the standard Features dialog. Though it implement slightly different user experience as it has checkboxes bound to the features instead of icons context menu as MSI dialog has.
상속: ManagedForm, IManagedDialog
파일 보기 프로젝트 열기: Eun/WixSharp

공개 프로퍼티들

프로퍼티 타입 설명
UserSelectedItems List

공개 메소드들

메소드 설명
FeaturesDialog ( ) : System

Initializes a new instance of the FeaturesDialog class.

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
BuildFeaturesHierarchy ( ) : void
FeaturesDialog_Load ( object sender, System e ) : void
InitializeComponent ( ) : void

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

SaveUserSelection ( ) : void
back_Click ( object sender, System e ) : void
cancel_Click ( object sender, System e ) : void
featuresTree_AfterCheck ( object sender, TreeViewEventArgs e ) : void
featuresTree_AfterSelect ( object sender, TreeViewEventArgs e ) : void
next_Click ( object sender, System e ) : void
reset_LinkClicked ( object sender, System.Windows.Forms.LinkLabelLinkClickedEventArgs e ) : void

메소드 상세

Dispose() 보호된 메소드

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

FeaturesDialog() 공개 메소드

Initializes a new instance of the FeaturesDialog class.
public FeaturesDialog ( ) : System
리턴 System

프로퍼티 상세

UserSelectedItems 공개적으로 정적으로 프로퍼티

The collection of the features selected by user as the features to be installed.
public static List UserSelectedItems
리턴 List