SIFWorks ADK 2.0
Customer Property
NamespacesEdustructures.SifWorks.FoodFoodserviceTransactionCustomer

[This is preliminary documentation and is subject to change.]

Gets or sets the value of the <Customer> element.
Declaration Syntax
C#Visual BasicVisual C++
public Customer Customer{ get; set;}
Public Property Customer As Customer
public:
property Customer^ Customer {
	Customer^ get ();
	void set (Customer^ value);
}
Value
A Customer
Remarks

The SIF specification defines the meaning of this null as: "The customer doing the transaction. The customer can be student, staff or any other person."

This null is known by more than one tag name depending on the version of SIF in use. The ADK will use the tag names shown below when parsing and rendering nulls of this kind.

VersionTag
1.5r1
<FSCustomerId>
2.0
<Customer>

To remove the Customer, set Customer to null

Version: 2.0

Since: 1.5r1

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