SIFWorks ADK 2.0
StaffMeal Class
NamespacesEdustructures.SifWorks.FoodStaffMeal

[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.
Declaration Syntax
C#Visual BasicVisual C++
public class StaffMeal : SifDataObject
Public Class StaffMeal _
	Inherits SifDataObject
public ref class StaffMeal : public SifDataObject
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
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.

Remarks

Author: Generated by adkgen

Version: 2.0

Since: 1.5r1

Inheritance Hierarchy

Assembly: Edustructures.SifWorks.SdoAll (Module: Edustructures.SifWorks.SdoAll) Version: 2.0.0.10