C# Class MassEffect.NativesEditor.Dialogs.ChangeObjectIdDialog

Interaction logic for ChangeObjectIdDialog.xaml
Datei anzeigen Open project: ME3Explorer/ME3Explorer

Public Properties

Property Type Description
ContentTextProperty System.Windows.DependencyProperty
HeaderTextProperty System.Windows.DependencyProperty
ObjectIdProperty System.Windows.DependencyProperty

Public Methods

Method Description
ChangeObjectIdDialog ( ) : System
ChangeObjectIdDialog ( string contentText = null, string headerText = null, string dialogTitle = null ) : System

Private Methods

Method Description
CancelButton_OnClick ( object sender, RoutedEventArgs e ) : void
ChangeObjectIdDialog_OnContentRendered ( object sender, EventArgs e ) : void
OkButton_OnClick ( object sender, RoutedEventArgs e ) : void

Method Details

ChangeObjectIdDialog() public method

public ChangeObjectIdDialog ( ) : System
return System

ChangeObjectIdDialog() public method

public ChangeObjectIdDialog ( string contentText = null, string headerText = null, string dialogTitle = null ) : System
contentText string
headerText string
dialogTitle string
return System

Property Details

ContentTextProperty public_oe static_oe property

public static DependencyProperty,System.Windows ContentTextProperty
return System.Windows.DependencyProperty

HeaderTextProperty public_oe static_oe property

public static DependencyProperty,System.Windows HeaderTextProperty
return System.Windows.DependencyProperty

ObjectIdProperty public_oe static_oe property

public static DependencyProperty,System.Windows ObjectIdProperty
return System.Windows.DependencyProperty