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