[This is preliminary documentation and is subject to change.]
This object communicates food service transaction information. This is the key object that will be present for every food service transaction. SIF_Events are reported.
| C# | Visual Basic | Visual C++ |
public class FoodserviceTransaction : SifDataObject
Public Class FoodserviceTransaction _ Inherits SifDataObject
public ref class FoodserviceTransaction : public SifDataObject
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| FoodserviceTransactionFoodserviceTransactionNew()() |
Creates an instance of a FoodserviceTransaction
| |
| FoodserviceTransactionFoodserviceTransactionNew(String, String, Program, Nullable<(Of <DateTime>)>, Nullable<(Of <DateTime>)>, Customer, FSAmount, YesNo) |
Constructor that accepts values for all mandatory fields
| |
| Amount |
Gets or sets the value of the <Amount> element.
| |
| Customer |
Gets or sets the value of the <Customer> element.
| |
| Description |
Gets or sets the value of the <Description> element.
| |
| FSAmount |
Gets or sets the value of the <FSAmount> element.
| |
| KeyFields |
Gets the metadata fields that make up the key of this object
(Overrides SifDataObject.KeyFields.) | |
| Program |
Gets or sets the value of the <Program> element.
| |
| RefId |
Gets or sets the value of the RefId attribute.
(Overrides SifDataObject.RefId.) | |
| SchoolInfoRefId |
Gets or sets the value of the <SchoolInfoRefId> element.
| |
| SetAmount(FSAmountType, Nullable<(Of <Decimal>)>, String) | Sets the value of the <Amount> element. | |
| SetCustomer(String, CustomerObjectName) | Sets the value of the <Customer> element. | |
| SetFSAmount(FSAmountType, Nullable<(Of <Decimal>)>, String) | Sets the value of the <FSAmount> element. | |
| SetProgram(FinancialProgram, String) | Sets the value of the <Program> element. | |
| SetVoided(YesNo) |
Sets the value of the <Voided> element.
| |
| Tax |
Gets or sets the value of the <Tax> element.
| |
| TransactionDate |
Gets or sets the value of the <TransactionDate> element.
| |
| TransactionTime |
Gets or sets the value of the <TransactionTime> element.
| |
| TransactionTypes |
Gets or sets the value of the <TransactionTypes> element.
| |
| Voided |
Gets or sets the value of the <Voided> element.
|
Author: Generated by adkgen
Version: 2.0
Since: 1.5r1
| Object | |||||
| Element | |||||
| SifElement | |||||
| SifKeyedElement | |||||
| SifDataObject | |||||
| FoodserviceTransaction | |||||