C# Class Talifun.Commander.Command.Configuration.FileMatchElementPanel

Interaction logic for FileMatchElementPanel.xaml
Inheritance: ElementPanelBase
显示文件 Open project: taliesins/talifun-commander

Private Properties

Property Type Description
BindCommandSettingKeys void
BindConversionTypes void
ConversionTypeComboBoxSelectionChanged void
GetCommandSettings List>.Dictionary
GetProjectElement ProjectElement
OnBindToElement void

Public Methods

Method Description
FileMatchElementPanel ( ) : System.Collections.Generic

Private Methods

Method Description
BindCommandSettingKeys ( string conversionType, string commandSettingKey ) : void
BindConversionTypes ( string conversionType ) : void
ConversionTypeComboBoxSelectionChanged ( object sender, System e ) : void
GetCommandSettings ( System.ComponentModel.Composition.Hosting.ExportProvider container, ProjectElement project ) : List>.Dictionary

This is all the command settings that are related to the file match element.

GetProjectElement ( CommanderSection commanderSettings, FileMatchElement fileMatchElement ) : ProjectElement

Get the project that the file match element belongs too.

OnBindToElement ( object sender, BindToElementEventArgs e ) : void

Method Details

FileMatchElementPanel() public method

public FileMatchElementPanel ( ) : System.Collections.Generic
return System.Collections.Generic