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