C# Class RATools.ViewModels.TriggerViewModel

Inheritance: ViewModelBase
ファイルを表示 Open project: Jamiras/RATools Class Usage Examples

Public Methods

Method Description
TriggerViewModel ( string label, Achievement achievement, NumberFormat numberFormat, IDictionary notes ) : Jamiras.Commands
TriggerViewModel ( string label, string definition, NumberFormat numberFormat, IDictionary notes ) : Jamiras.Commands

Private Methods

Method Description
CreateAchievement ( string definition ) : Achievement

Method Details

TriggerViewModel() public method

public TriggerViewModel ( string label, Achievement achievement, NumberFormat numberFormat, IDictionary notes ) : Jamiras.Commands
label string
achievement Achievement
numberFormat NumberFormat
notes IDictionary
return Jamiras.Commands

TriggerViewModel() public method

public TriggerViewModel ( string label, string definition, NumberFormat numberFormat, IDictionary notes ) : Jamiras.Commands
label string
definition string
numberFormat NumberFormat
notes IDictionary
return Jamiras.Commands