-
Notifications
You must be signed in to change notification settings - Fork 0
ChaoticaCourse
UberSnip Developers edited this page Dec 17, 2016
·
2 revisions
- String Title: Course title
- String Description: Course Description
- String ImageSource: /Assets/{source}.png, Loads course image
- ObservableCollection Lessons: Lessons assigned to course
ChaoticaCourse(String __Title, String __Description)
private void NotifyPropertyChanged(String propertyName = "") //Allows app to recognize changes in ObservableCollection
Follow us on Twitter
Like us on Facebook
| Class | Description |
|---|---|
| ChaoticaCourse | Courses, contains list of courses. |
| ChaoticaLesson | Lesson, contains list of lessons. |
| ChaoticaQuestion | Question, examine question. |
| ChaoticaTarget | Target, list of possible answers for question. |
| ChaoticaWord | Words, English Spanish words. |