[This is preliminary documentation and is subject to change.]
A Statements
| C# | Visual Basic | Visual C++ |
public class Statements : SifKeyedList<string, Statement>
Public Class Statements _ Inherits SifKeyedList(Of String, Statement)
public ref class Statements : public SifKeyedList<String^, Statement^>
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| StatementsStatementsNew()() |
Creates an instance of a Statements
| |
| StatementsStatementsNew(Statement) |
Constructor that accepts values for all mandatory fields
| |
| AddStatement(String) | Adds the value of the <Statement> element. | |
| KeyFields |
Gets the metadata fields that make up the key of this object
|
Author: Generated by adkgen
Version: 2.0
Since: 1.5r1
| Object | |||||
| Element | |||||
| SifElement | |||||
| SifList<(Of <Statement>)> | |||||
| SifKeyedList<(Of <String, Statement>)> | |||||
| Statements | |||||