[This is preliminary documentation and is subject to change.]
Per pay distributions
| C# | Visual Basic | Visual C++ |
public class PayRate : SifKeyedElement
Public Class PayRate _ Inherits SifKeyedElement
public ref class PayRate : public SifKeyedElement
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| PayRatePayRateNew()() |
Creates an instance of a PayRate
| |
| PayRatePayRateNew(PayRateType, Nullable<(Of <Decimal>)>, Nullable<(Of <Decimal>)>) |
Constructor that accepts values for all mandatory fields
| |
| Amount |
Gets or sets the value of the <Amount> element.
| |
| KeyFields |
Gets the metadata fields that make up the key of this object
(Overrides SifKeyedElement.KeyFields.) | |
| Percentage |
Gets or sets the value of the <Percentage> element.
| |
| SetType(PayRateType) |
Sets the value of the Type attribute.
| |
| Type |
Gets or sets the value of the Type attribute.
|
Author: Generated by adkgen
Version: 2.0
Since: 1.5r1
| Object | ||||
| Element | ||||
| SifElement | ||||
| SifKeyedElement | ||||
| PayRate | ||||