RicOneApi.Models.XPress.XEnrollmentType.XEnrollmentType C# (CSharp) Méthode

XEnrollmentType() public méthode

public XEnrollmentType ( ) : System
Résultat System
        public XEnrollmentType()
        {
            leaRefId = null;
            schoolRefId = null;
            studentSchoolAssociationRefId = null;
            responsibleSchoolType = null;
            membershipType = null;
            entryDate = null;
            exitDate = null;
            homeRoomNumber = null;
            homeRoomTeacher = new XPersonReferenceType();
            gradeLevel = null;
            projectedGraduationYear = null;
            counselor = new XPersonReferenceType();
        }
XEnrollmentType