[This is preliminary documentation and is subject to change.]
A Prices
| C# | Visual Basic | Visual C++ |
public class Prices : SifKeyedList<Nullable<decimal>, Price>
Public Class Prices _ Inherits SifKeyedList(Of Nullable(Of Decimal), Price)
public ref class Prices : public SifKeyedList<Nullable<Decimal>, Price^>
| All Members | Constructors | Methods | |||
| Icon | Member | Description |
|---|---|---|
| PricesPricesNew()() |
Creates an instance of a Prices
| |
| PricesPricesNew(Price) |
Constructor that accepts values for all mandatory fields
| |
| AddPrice(Nullable<(Of <Decimal>)>, MealStatus, MealTypes, GradeLevels) | Adds the value of the <Price> element. |
Author: Generated by adkgen
Version: 2.0
Since: 1.5r1
| Object | |||||
| Element | |||||
| SifElement | |||||
| SifList<(Of <Price>)> | |||||
| SifKeyedList<(Of <Nullable<(Of <Decimal>)>, Price>)> | |||||
| Prices | |||||