[This is preliminary documentation and is subject to change.]
This object is to provides information about a particular attendance code, allows applications to synchronize each other's attendance code tables, or to provide a dynamic list of attendance codes. SIF_Events are reported.
| C# | Visual Basic | Visual C++ |
public class AttendanceCodeInfo : SifDataObject
Public Class AttendanceCodeInfo _ Inherits SifDataObject
public ref class AttendanceCodeInfo : public SifDataObject
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| AttendanceCodeInfoAttendanceCodeInfoNew()() |
Creates an instance of an AttendanceCodeInfo
| |
| AttendanceCodeInfoAttendanceCodeInfoNew(String, String, AttendanceType, AttendanceStatus) |
Constructor that accepts values for all mandatory fields
| |
| AbsenceValue |
Gets or sets the value of the <AbsenceValue> element.
| |
| AttendanceCode |
Gets or sets the value of the <AttendanceCode> element.
| |
| AttendanceStatus |
Gets or sets the value of the <AttendanceStatus> element.
| |
| AttendanceType |
Gets or sets the value of the <AttendanceType> element.
| |
| AttendanceValue |
Gets or sets the value of the <AttendanceValue> element.
| |
| Description |
Gets or sets the value of the <Description> element.
| |
| KeyFields |
Gets the metadata fields that make up the key of this object
(Overrides SifDataObject.KeyFields.) | |
| RefId |
Gets or sets the value of the RefId attribute.
(Overrides SifDataObject.RefId.) | |
| SchoolInfoRefId |
Gets or sets the value of the SchoolInfoRefId attribute.
| |
| SetAttendanceStatus(AttendanceStatus) |
Sets the value of the <AttendanceStatus> element.
| |
| SetAttendanceType(AttendanceType) |
Sets the value of the <AttendanceType> element.
| |
| SetUsedForDailyAttendance(YesNo) |
Sets the value of the <UsedForDailyAttendance> element.
| |
| SetUsedForPeriodAttendance(YesNo) |
Sets the value of the <UsedForPeriodAttendance> element.
| |
| UsedForDailyAttendance |
Gets or sets the value of the <UsedForDailyAttendance> element.
| |
| UsedForPeriodAttendance |
Gets or sets the value of the <UsedForPeriodAttendance> element.
|
Author: Generated by adkgen
Version: 2.0
Since: 1.1
| Object | |||||
| Element | |||||
| SifElement | |||||
| SifKeyedElement | |||||
| SifDataObject | |||||
| AttendanceCodeInfo | |||||