LaunchCode logo
  1. Contents
  2. 16. Enumeration Types

16. Enumeration TypesΒΆ

  • 16.1. Introduction to Enums
    • 16.1.1. Creating an Enum Type
    • 16.1.2. Enum Examples
    • 16.1.3. Adding Properties to Enums
    • 16.1.4. Check Your Understanding
  • 16.2. Enums in Model Classes
    • 16.2.1. Enum Types in Models - Video
    • 16.2.2. Enum Types in Models - Text
      • 16.2.2.1. Create an Enum Class
      • 16.2.2.2. Add an Enum Field
      • 16.2.2.3. Add an Enum Property to a Model Class
      • 16.2.2.4. Pass Enum Values Through the Controller
      • 16.2.2.5. Use Enum Value in a Select Element
      • 16.2.2.6. Use Enum Properties to Display Information
    • 16.2.3. Check Your Understanding
  • 16.3. Exercises: Enum Practice
  • ← 15.6. Studio: Spa User Validation
  • 16.1. Introduction to Enums →

Back to top

Page Source