Customer Project

An customer project

            classDiagram
      namespace Users {
        class _Users_CustomerProject_yaml["Customer Project"]
        class _Users_Customer_yaml["Customer"]
        class _Users_Project_yaml["Project"]
        class CustomerProjectsItems["CustomerProjectsItems"]
      }
      _Users_Customer_yaml o--" N" _Users_CustomerProject_yaml :customerProjects
      _Users_Project_yaml <|-- _Users_CustomerProject_yaml 
      CustomerProjectsItems ..> _Users_CustomerProject_yaml :projectId
      click _Users_CustomerProject_yaml href "./CustomerProject.yaml.html" "Customer Project"
      click _Users_Customer_yaml href "./Customer.yaml.html" "Customer"
      click _Users_Project_yaml href "./Project.yaml.html" "Project"
      click CustomerProjectsItems href "./User.yaml.html" "User"
          

Properties

Property Type Description
projectId* String The id of the project
projectName* String The name of the project
projectDescription* String The description of the project

Links