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