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