SIFWorks ADK 2.0
Price Constructor (value, mealStatus, mealType, gradeLevels)
NamespacesEdustructures.SifWorks.FoodPricePricePriceNew(Nullable<(Of <Decimal>)>, MealStatus, MealTypes, GradeLevels)

[This is preliminary documentation and is subject to change.]

Constructor that accepts values for all mandatory fields
Declaration Syntax
C#Visual BasicVisual 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
)
Parameters
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.

Assembly: Edustructures.SifWorks.SdoAll (Module: Edustructures.SifWorks.SdoAll) Version: 2.0.0.10