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