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