SIFWorks ADK 2.0
FoodserviceStaffMealCounts Constructor (refId, schoolInfoRefId, date, program, counts)
NamespacesEdustructures.SifWorks.FoodFoodserviceStaffMealCountsFoodserviceStaffMealCountsFoodserviceStaffMealCountsNew(String, String, Nullable<(Of <DateTime>)>, Program, Counts)

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

Constructor that accepts values for all mandatory fields
Declaration Syntax
C#Visual BasicVisual C++
public FoodserviceStaffMealCounts(
	string refId,
	string schoolInfoRefId,
	Nullable<DateTime> date,
	Program program,
	Counts counts
)
Public Sub New ( _
	refId As String, _
	schoolInfoRefId As String, _
	date As Nullable(Of DateTime), _
	program As Program, _
	counts As Counts _
)
public:
FoodserviceStaffMealCounts (
	String^ refId, 
	String^ schoolInfoRefId, 
	Nullable<DateTime> date, 
	Program^ program, 
	Counts^ counts
)
Parameters
refId (String)
GUID that identifies the daily meal sales object
schoolInfoRefId (String)
School for which the sales object applies
date (Nullable<(Of <DateTime>)>)
Date on which the sales occurred.
program (Program)
A Program
counts (Counts)
A Counts

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