Chronos Plugins 5.9.0
This documentation covers the plugin interfaces definitions and an example implementation.
|
Simple example how to provide a combobox with standard values for a property. More...
Private Member Functions | |
System.Collections.IEnumerator System.Collections.IEnumerable. | GetEnumerator () |
Private Attributes | |
readonly string[] | mDefGreetings = { DefGreeting, "Howdy!", "Good day!" } |
Simple example how to provide a combobox with standard values for a property.
Definition at line 39 of file MockSimpleTask.cs.
|
private |
Definition at line 44 of file MockSimpleTask.cs.
References MockPlugin.Tasks.ShowSomeGreeting.DefaultGreetingsAttribute.mDefGreetings.
|
private |
Definition at line 42 of file MockSimpleTask.cs.
Referenced by MockPlugin.Tasks.ShowSomeGreeting.DefaultGreetingsAttribute.GetEnumerator().