SIFWorks ADK 2.0
FoodserviceTransaction Class
NamespacesEdustructures.SifWorks.FoodFoodserviceTransaction

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



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

Remarks

Author: Generated by adkgen

Version: 2.0

Since: 1.5r1

Inheritance Hierarchy
Object
Element
 SifElement
  SifKeyedElement
   SifDataObject
    FoodserviceTransaction

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