SIFWorks ADK 2.0
CalendarDate Class
NamespacesEdustructures.SifWorks.StudentCalendarDate

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

This object defines information related to a school calendar day in a given school calendar year. If both CalendarDate and CalendarSummary objects are supported, there must be an instance of this object for each date between CalendarSummary StartDate and EndDate, inclusive.
Declaration Syntax
C#Visual BasicVisual C++
public class CalendarDate : SifDataObject
Public Class CalendarDate _
	Inherits SifDataObject
public ref class CalendarDate : public SifDataObject
Members
All MembersConstructorsProperties



IconMemberDescription
CalendarDateCalendarDateNew()()
Creates an instance of a CalendarDate

CalendarDateCalendarDateNew(Nullable<(Of <DateTime>)>, String, String, Nullable<(Of <Int32>)>, CalendarDateType)
Constructor that accepts values for all mandatory fields

AdministratorAttendance
Gets or sets the value of the <AdministratorAttendance> element.

CalendarDateNumber
Gets or sets the value of the <CalendarDateNumber> element.

CalendarDateType
Gets or sets the value of the <CalendarDateType> element.

CalendarSummaryRefId
Gets or sets the value of the CalendarSummaryRefId attribute.

Date
Gets or sets the value of the Date attribute.

KeyFields
Gets the metadata fields that make up the key of this object
(Overrides SifDataObject.KeyFields.)
SchoolInfoRefId
Gets or sets the value of the SchoolInfoRefId attribute.

SchoolYear
Gets or sets the value of the SchoolYear attribute.

StudentAttendance
Gets or sets the value of the <StudentAttendance> element.

TeacherAttendance
Gets or sets the value of the <TeacherAttendance> element.

Remarks

Author: Generated by adkgen

Version: 2.0

Since: 2.0

Inheritance Hierarchy

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