C# Class SleepHunter.Views.SkillEditorWindow

Inheritance: System.Windows.Window
Show file Open project: ewrogers/SleepHunter4 Class Usage Examples

Public Properties

Property Type Description
IsEditModeProperty System.Windows.DependencyProperty

Public Methods

Method Description
SkillEditorWindow ( ) : System
SkillEditorWindow ( SkillMetadata skill, bool isEditMode = true ) : System

Private Methods

Method Description
GetPlayerClass ( ) : PlayerClass
SetPlayerClass ( PlayerClass playerClass ) : void
ValidateSkill ( ) : bool
Window_Loaded ( object sender, RoutedEventArgs e ) : void
cancelButton_Click ( object sender, RoutedEventArgs e ) : void
okButton_Click ( object sender, RoutedEventArgs e ) : void

Method Details

SkillEditorWindow() public method

public SkillEditorWindow ( ) : System
return System

SkillEditorWindow() public method

public SkillEditorWindow ( SkillMetadata skill, bool isEditMode = true ) : System
skill SleepHunter.Metadata.SkillMetadata
isEditMode bool
return System

Property Details

IsEditModeProperty public static property

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