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