[This is preliminary documentation and is subject to change.]
Constructor that accepts values for all mandatory fields
| C# | Visual Basic | Visual C++ |
public Price( Nullable<decimal> value, MealStatus mealStatus, MealTypes mealType, GradeLevels gradeLevels )
Public Sub New ( _ value As Nullable(Of Decimal), _ mealStatus As MealStatus, _ mealType As MealTypes, _ gradeLevels As GradeLevels _ )
public: Price ( Nullable<Decimal> value, MealStatus^ mealStatus, MealTypes^ mealType, GradeLevels^ gradeLevels )
- value (Nullable<(Of <Decimal>)>)
- The price value
- mealStatus (MealStatus)
- This gives information about a student's meal status.
- mealType (MealTypes)
- This gives information about a meal type
- gradeLevels (GradeLevels)
- Refer to section 5.1.12 GradeLevels.