SIFWorks ADK 2.0
CalendarSummary Constructor (refId, schoolInfoRefId, schoolYear, localId, daysInSession)
NamespacesEdustructures.SifWorks.StudentCalendarSummaryCalendarSummaryCalendarSummaryNew(String, String, Nullable<(Of <Int32>)>, String, Nullable<(Of <Int32>)>)

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

Constructor that accepts values for all mandatory fields
Declaration Syntax
C#Visual BasicVisual C++
public CalendarSummary(
	string refId,
	string schoolInfoRefId,
	Nullable<int> schoolYear,
	string localId,
	Nullable<int> daysInSession
)
Public Sub New ( _
	refId As String, _
	schoolInfoRefId As String, _
	schoolYear As Nullable(Of Integer), _
	localId As String, _
	daysInSession As Nullable(Of Integer) _
)
public:
CalendarSummary (
	String^ refId, 
	String^ schoolInfoRefId, 
	Nullable<int> schoolYear, 
	String^ localId, 
	Nullable<int> daysInSession
)
Parameters
refId (String)
The ID (GUID) of the calendar to which this information relates.
schoolInfoRefId (String)
The ID (GUID) of the school for which this calendar information is being reported.
schoolYear (Nullable<(Of <Int32>)>)
School year for which the information is applicable, expressed as the four-digit year in which the school year ends (e.g., "2007" for the 2006-07 school year).
localId (String)
The locally assigned identifier for this calendar.
daysInSession (Nullable<(Of <Int32>)>)
The total number of days that the school was or is anticipated to be in session during the school year. Also included are days on which the education institution facility is closed and the student body as a whole is engaged in planned activities off-campus under the guidance and direction of staff members.

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