Skip to content

ChaoticaCourse

UberSnip Developers edited this page Dec 17, 2016 · 2 revisions

Class:ChaoticaCourse


  • String Title: Course title
  • String Description: Course Description
  • String ImageSource: /Assets/{source}.png, Loads course image
  • ObservableCollection Lessons: Lessons assigned to course

ChaoticaCourse


ChaoticaCourse(String __Title, String __Description)

private void NotifyPropertyChanged(String propertyName = "") //Allows app to recognize changes in ObservableCollection

Clone this wiki locally