LaunchCode logo
  1. Contents
  2. 16. Enumeration Types

16. Enumeration TypesΒΆ

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

Back to top

Page Source