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