C# Class BetterExplorer.SDateSearchCriteriaDialog

Interaction logic for SDateSearchCriteriaDialog.xaml
Inheritance: System.Windows.Window
Datei anzeigen Open project: Gainedge/BetterExplorer Class Usage Examples

Public Properties

Property Type Description
Confirm bool

Public Methods

Method Description
GetDateCriteria ( string str, System.DateTime par1, System.DateTime par2 ) : string
SDateSearchCriteriaDialog ( string displayname ) : System

Private Methods

Method Description
button1_Click ( object sender, RoutedEventArgs e ) : void
button2_Click ( object sender, RoutedEventArgs e ) : void
dcfilter_SelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void

Method Details

GetDateCriteria() public method

public GetDateCriteria ( string str, System.DateTime par1, System.DateTime par2 ) : string
str string
par1 System.DateTime
par2 System.DateTime
return string

SDateSearchCriteriaDialog() public method

public SDateSearchCriteriaDialog ( string displayname ) : System
displayname string
return System

Property Details

Confirm public_oe property

public bool Confirm
return bool