[This is preliminary documentation and is subject to change.]
This object communicates the current meal status and account status of a given staff member. This object indicates whether the staff member is entitled to earn meals. This object will respond to a change event and propagate the new information to subscribing agents. SIF_Events, typically Change events, can be reported.
| C# | Visual Basic | Visual C++ |
public class StaffMeal : SifDataObject
Public Class StaffMeal _ Inherits SifDataObject
public ref class StaffMeal : public SifDataObject
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| StaffMealStaffMealNew()() |
Creates an instance of a StaffMeal
| |
| StaffMealStaffMealNew(String, EarnedStatus, Nullable<(Of <DateTime>)>, Nullable<(Of <DateTime>)>) |
Constructor that accepts values for all mandatory fields
| |
| Amounts |
Gets or sets the value of the <Amounts> element.
| |
| EarnedStatus |
Gets or sets the value of the <EarnedStatus> element.
| |
| KeyFields |
Gets the metadata fields that make up the key of this object
(Overrides SifDataObject.KeyFields.) | |
| LastBreakfastDate |
Gets or sets the value of the <LastBreakfastDate> element.
| |
| LastLunchDate |
Gets or sets the value of the <LastLunchDate> element.
| |
| SetEarnedStatus(YesNoNA) | Sets the value of the <EarnedStatus> element. | |
| StaffPersonalRefId |
Gets or sets the value of the StaffPersonalRefId attribute.
|
Author: Generated by adkgen
Version: 2.0
Since: 1.5r1
| Object | |||||
| Element | |||||
| SifElement | |||||
| SifKeyedElement | |||||
| SifDataObject | |||||
| StaffMeal | |||||