SIFWorks ADK 2.0
AttendanceCodeInfo Class
NamespacesEdustructures.SifWorks.StudentAttendanceCodeInfo

[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.
Declaration Syntax
C#Visual BasicVisual C++
public class AttendanceCodeInfo : SifDataObject
Public Class AttendanceCodeInfo _
	Inherits SifDataObject
public ref class AttendanceCodeInfo : public SifDataObject
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
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.

Remarks

Author: Generated by adkgen

Version: 2.0

Since: 1.1

Inheritance Hierarchy
Object
Element
 SifElement
  SifKeyedElement
   SifDataObject
    AttendanceCodeInfo

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