Skip to content
This repository was archived by the owner on May 7, 2022. It is now read-only.

joshayoung/xamarin-courses-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Xamarin Courses App

Diagram Version 1:

Diagram V1

  skinparam class {
    BackgroundColor aliceblue
    ArrowColor blue
    BorderColor blue
  }

  @startuml
    hide circle
    skinparam linetype ortho

    entity "Course" as c {
      +Id : string
      --
      +Title : string
      --
      +Length : float
      --
      +Students : List<int>
      --
      +Type : CourseType
    }

    entity "CourseType" as ct {
      Seminar
      Lab
      Independent Study
      Lecture
      Discussion
    }

    entity "Student" as s {
      +Id : int
      --
      +Name : string
      --
      +Age : int
      --
      +Major : string
    }

    c::CourseType ||..|| ct
    c::Students |o..|{ s
  @enduml

Resources:

Pull-to-refresh with Xamarin.Forms RefreshView

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages