Class StudentEnrollmentPeriod
This class represents the EntityModel interface to the AdEnroll database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.Academics
Assembly: Cmc.Nexus.Models.dll
Syntax
public class StudentEnrollmentPeriod
Constructors
StudentEnrollmentPeriod()
Declaration
public StudentEnrollmentPeriod()
Properties
AcademicAdvisor
Declaration
public virtual Staff AcademicAdvisor { get; set; }
Property Value
Type | Description |
---|---|
Staff |
AcademicAdvisorId
Gets or sets the AcademicAdvisorId associated with this StudentEnrollmentPeriod.
Declaration
public int? AcademicAdvisorId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The AcademicAdvisorId. |
AcademicYears
Declaration
public virtual ICollection<StudentAcademicYear> AcademicYears { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<StudentAcademicYear> |
AccountReceivableBalance
Gets or sets the AccountReceivableBalance associated with this StudentEnrollmentPeriod.
Declaration
public decimal AccountReceivableBalance { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The AccountReceivableBalance. |
AccountStatuses
Declaration
public virtual ICollection<StudentAccountStatus> AccountStatuses { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<StudentAccountStatus> |
ActualStartDate
Gets or sets the ActualStartDate associated with this StudentEnrollmentPeriod.
Declaration
public DateTime? ActualStartDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The ActualStartDate. |
AdmissionsRegion
Declaration
public virtual AdmissionsRegion AdmissionsRegion { get; set; }
Property Value
Type | Description |
---|---|
AdmissionsRegion |
AdmissionsRegionId
Gets or sets the AdmissionsRegionId associated with this StudentEnrollmentPeriod.
Declaration
public int? AdmissionsRegionId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The AdmissionsRegionId. |
Advisors
Declaration
public virtual ICollection<StudentEnrollmentPeriodAdvisor> Advisors { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<StudentEnrollmentPeriodAdvisor> |
AgencyBranch
Declaration
public virtual AgencyBranch AgencyBranch { get; set; }
Property Value
Type | Description |
---|---|
AgencyBranch |
AgencyBranchId
Gets or sets the AgencyBranchId associated with this StudentEnrollmentPeriod.
Declaration
public int? AgencyBranchId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The AgencyBranchId. |
AosTransferDate
Gets or sets the AosTransferDate associated with this StudentEnrollmentPeriod.
Declaration
public DateTime? AosTransferDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The AosTransferDate. |
ApplicantApplications
Declaration
public virtual ICollection<ApplicantApplication> ApplicantApplications { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<ApplicantApplication> |
ApplicantProgress
Gets or sets the ApplicantProgress associated with this StudentEnrollmentPeriod.
Declaration
public int ApplicantProgress { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The ApplicantProgress. |
ApplicantType
Declaration
public virtual ApplicantType ApplicantType { get; set; }
Property Value
Type | Description |
---|---|
ApplicantType |
ApplicantTypeId
Gets or sets the ApplicantTypeId associated with this StudentEnrollmentPeriod.
Declaration
public int? ApplicantTypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The ApplicantTypeId. |
ApplicationReceivedDate
Gets or sets the ApplicationReceivedDate associated with this StudentEnrollmentPeriod.
Declaration
public DateTime? ApplicationReceivedDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The ApplicationReceivedDate. |
AssignedAdmissionsRep
Declaration
public virtual Staff AssignedAdmissionsRep { get; set; }
Property Value
Type | Description |
---|---|
Staff |
AssignedAdmissionsRepId
Gets or sets the AssignedAdmissionsRepId associated with this StudentEnrollmentPeriod.
Declaration
public int AssignedAdmissionsRepId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The AssignedAdmissionsRepId. |
Attendance
Declaration
public virtual ICollection<Attendance> Attendance { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<Attendance> |
AutoChargesTerm
Declaration
public virtual Term AutoChargesTerm { get; set; }
Property Value
Type | Description |
---|---|
Term |
AutoChargesTermId
Gets or sets the AutoChargesTermId associated with this StudentEnrollmentPeriod.
Declaration
public int? AutoChargesTermId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The AutoChargesTermId. |
BilledDate
Gets or sets the BilledDate associated with this StudentEnrollmentPeriod.
Declaration
public DateTime? BilledDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The BilledDate. |
BillingMethod
Declaration
public virtual BillingMethod BillingMethod { get; set; }
Property Value
Type | Description |
---|---|
BillingMethod |
BillingMethodId
Gets or sets the BillingMethodId associated with this StudentEnrollmentPeriod.
Declaration
public int? BillingMethodId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The BillingMethodId. |
BooksForEnrollment
Declaration
public virtual ICollection<StudentEnrollmentPeriodBook> BooksForEnrollment { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<StudentEnrollmentPeriodBook> |
Campus
Declaration
public virtual Campus Campus { get; set; }
Property Value
Type | Description |
---|---|
Campus |
CampusId
Gets or sets the CampusId associated with this StudentEnrollmentPeriod.
Declaration
public int CampusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The CampusId. |
CampusName
Declaration
public string CampusName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Catalog
Declaration
public virtual CatalogYear Catalog { get; set; }
Property Value
Type | Description |
---|---|
CatalogYear |
CatalogYearId
Gets or sets the CatalogYearId associated with this StudentEnrollmentPeriod.
Declaration
public int? CatalogYearId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The CatalogYearId. |
Category
Declaration
public string Category { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ClearingHouseDetailRecords
Declaration
public virtual ICollection<ClearinghouseExportRecord> ClearingHouseDetailRecords { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<ClearinghouseExportRecord> |
ClockHoursAttempted
Gets or sets the ClockHoursAttempted associated with this StudentEnrollmentPeriod.
Declaration
public decimal ClockHoursAttempted { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The ClockHoursAttempted. |
ClockHoursEarned
Gets or sets the ClockHoursEarned associated with this StudentEnrollmentPeriod.
Declaration
public decimal ClockHoursEarned { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The ClockHoursEarned. |
ClockHoursRequired
Gets or sets the ClockHoursRequired associated with this StudentEnrollmentPeriod.
Declaration
public decimal ClockHoursRequired { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The ClockHoursRequired. |
ClockHoursScheduled
Gets or sets the ClockHoursScheduled associated with this StudentEnrollmentPeriod.
Declaration
public decimal ClockHoursScheduled { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The ClockHoursScheduled. |
CollectionAccountStatuses
Declaration
public virtual ICollection<CollectionAccountStatus> CollectionAccountStatuses { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<CollectionAccountStatus> |
ConfiguredStartDate
Declaration
public virtual SchoolStartDate ConfiguredStartDate { get; set; }
Property Value
Type | Description |
---|---|
SchoolStartDate |
ConnectedEnrollment
Declaration
public virtual StudentEnrollmentPeriodConnectedEnrollment ConnectedEnrollment { get; set; }
Property Value
Type | Description |
---|---|
StudentEnrollmentPeriodConnectedEnrollment |
CoreCreditHoursAttempted
Gets or sets the CoreCreditHoursAttempted associated with this StudentEnrollmentPeriod.
Declaration
public decimal? CoreCreditHoursAttempted { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The CoreCreditHoursAttempted. |
CoreCreditHoursEarned
Gets or sets the CoreCreditHoursEarned associated with this StudentEnrollmentPeriod.
Declaration
public decimal? CoreCreditHoursEarned { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The CoreCreditHoursEarned. |
CoreGpa
Gets or sets the CoreGpa associated with this StudentEnrollmentPeriod.
Declaration
public decimal? CoreGpa { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The CoreGpa. |
CoreNumericAvg
Gets or sets the CoreNumericAvg associated with this StudentEnrollmentPeriod.
Declaration
public decimal? CoreNumericAvg { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The CoreNumericAvg. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this StudentEnrollmentPeriod.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
CreditHoursAttempted
Gets or sets the CreditHoursAttempted associated with this StudentEnrollmentPeriod.
Declaration
public decimal CreditHoursAttempted { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The CreditHoursAttempted. |
CreditHoursEarned
Gets or sets the CreditHoursEarned associated with this StudentEnrollmentPeriod.
Declaration
public decimal CreditHoursEarned { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The CreditHoursEarned. |
CreditHoursRequired
Gets or sets the CreditHoursRequired associated with this StudentEnrollmentPeriod.
Declaration
public decimal CreditHoursRequired { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The CreditHoursRequired. |
CreditHoursScheduled
Gets or sets the CreditHoursScheduled associated with this StudentEnrollmentPeriod.
Declaration
public decimal CreditHoursScheduled { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The CreditHoursScheduled. |
CumGpaPoints
Gets or sets the CumGpaPoints associated with this StudentEnrollmentPeriod.
Declaration
public decimal? CumGpaPoints { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The CumGpaPoints. |
DataChanges
Declaration
public virtual ICollection<StudentEnrollmentPeriodDataChange> DataChanges { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<StudentEnrollmentPeriodDataChange> |
DaysAbsent
Gets or sets the DaysAbsent associated with this StudentEnrollmentPeriod.
Declaration
public decimal DaysAbsent { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The DaysAbsent. |
DefaultStudentEnrollmentPeriodId
Declaration
public int? DefaultStudentEnrollmentPeriodId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
DegreeAudit
Gets or sets the DegreeAudit associated with this StudentEnrollmentPeriod.
Declaration
public string DegreeAudit { get; set; }
Property Value
Type | Description |
---|---|
System.String | The DegreeAudit. |
DegreeLevelName
Declaration
public string DegreeLevelName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DropDate
Gets or sets the DropDate associated with this StudentEnrollmentPeriod.
Declaration
public DateTime? DropDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The DropDate. |
DropEarn
Gets or sets the DropEarn associated with this StudentEnrollmentPeriod.
Declaration
public decimal DropEarn { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The DropEarn. |
DropType
Gets or sets the DropType associated with this StudentEnrollmentPeriod.
Declaration
public string DropType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The DropType. |
EarnedDegrees
Declaration
public virtual ICollection<StudentEnrollmentPeriodDegree> EarnedDegrees { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<StudentEnrollmentPeriodDegree> |
EnrollmentAreasOfStudy
Declaration
public virtual ICollection<StudentAreaOfStudy> EnrollmentAreasOfStudy { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<StudentAreaOfStudy> |
EnrollmentDate
Gets or sets the EnrollmentDate associated with this StudentEnrollmentPeriod.
Declaration
public DateTime? EnrollmentDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The EnrollmentDate. |
EnrollmentNumber
Gets or sets the EnrollmentNumber associated with this StudentEnrollmentPeriod.
Declaration
public string EnrollmentNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The EnrollmentNumber. |
EnrollmentPeriodFees
Declaration
public virtual ICollection<StudentEnrollmentPeriodFee> EnrollmentPeriodFees { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<StudentEnrollmentPeriodFee> |
EnrollmentStatus
Declaration
public virtual EnrollmentStatus EnrollmentStatus { get; set; }
Property Value
Type | Description |
---|---|
EnrollmentStatus |
EnrollmentStatusId
Gets or sets the EnrollmentStatusId associated with this StudentEnrollmentPeriod.
Declaration
public int? EnrollmentStatusId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The EnrollmentStatusId. |
ExpectedCreditsHoursPerTerm
Gets or sets the ExpectedCreditsHoursPerTerm associated with this StudentEnrollmentPeriod.
Declaration
public decimal ExpectedCreditsHoursPerTerm { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The ExpectedCreditsHoursPerTerm. |
ExpectedHoursPerWeekForExternship
Gets or sets the ExpectedHoursPerWeekForExternship associated with this StudentEnrollmentPeriod.
Declaration
public decimal ExpectedHoursPerWeekForExternship { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The ExpectedHoursPerWeekForExternship. |
ExpectedRefundProcessDate
Gets or sets the ExpectedRefundProcessDate associated with this StudentEnrollmentPeriod.
Declaration
public DateTime? ExpectedRefundProcessDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The ExpectedRefundProcessDate. |
ExpectedStartDate
Gets or sets the ExpectedStartDate associated with this StudentEnrollmentPeriod.
Declaration
public DateTime? ExpectedStartDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The ExpectedStartDate. |
ExtendedProperties
Extended Properties
Declaration
public ICollection<StudentEnrollmentPeriodExtendedProperty> ExtendedProperties { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<StudentEnrollmentPeriodExtendedProperty> |
ExternshipBeginDate
Gets or sets the ExternshipBeginDate associated with this StudentEnrollmentPeriod.
Declaration
public DateTime? ExternshipBeginDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The ExternshipBeginDate. |
FaAwards
Declaration
public virtual ICollection<StudentAward> FaAwards { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<StudentAward> |
FaEnrollmentStatusId
Gets or sets the FaEnrollmentStatusId associated with this StudentEnrollmentPeriod.
Declaration
public int FaEnrollmentStatusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The FaEnrollmentStatusId. |
FaEntranceInterviewDate
Gets or sets the FaEntranceInterviewDate associated with this StudentEnrollmentPeriod.
Declaration
public DateTime? FaEntranceInterviewDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The FaEntranceInterviewDate. |
FaExitInterviewDate
Gets or sets the FaExitInterviewDate associated with this StudentEnrollmentPeriod.
Declaration
public DateTime? FaExitInterviewDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The FaExitInterviewDate. |
FinancialAidCredits
Gets or sets the FinancialAidCredits associated with this StudentEnrollmentPeriod.
Declaration
public decimal FinancialAidCredits { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The FinancialAidCredits. |
Gpa
Gets or sets the Gpa associated with this StudentEnrollmentPeriod.
Declaration
public decimal Gpa { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The Gpa. |
GpaCreditHours
Gets or sets the GpaCreditHours associated with this StudentEnrollmentPeriod.
Declaration
public decimal? GpaCreditHours { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The GpaCreditHours. |
GradeLevel
Declaration
public virtual GradeLevel GradeLevel { get; set; }
Property Value
Type | Description |
---|---|
GradeLevel |
GradeLevelId
Gets or sets the GradeLevelId associated with this StudentEnrollmentPeriod.
Declaration
public int? GradeLevelId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The GradeLevelId. |
GradeScale
Declaration
public virtual GradeScale GradeScale { get; set; }
Property Value
Type | Description |
---|---|
GradeScale |
GradeScaleId
Gets or sets the GradeScaleId associated with this StudentEnrollmentPeriod.
Declaration
public int? GradeScaleId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The GradeScaleId. |
GraduationDate
Gets or sets the GraduationDate associated with this StudentEnrollmentPeriod.
Declaration
public DateTime? GraduationDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The GraduationDate. |
Id
Gets or sets the Id associated with this StudentEnrollmentPeriod.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IpedsState
Gets or sets the IpedsState associated with this StudentEnrollmentPeriod.
Declaration
public string IpedsState { get; set; }
Property Value
Type | Description |
---|---|
System.String | The IpedsState. |
IsApplicant
Gets or sets the IsApplicant associated with this StudentEnrollmentPeriod.
Declaration
public bool IsApplicant { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsApplicant. |
IsAttendanceArchived
Gets or sets the IsAttendanceArchived associated with this StudentEnrollmentPeriod.
Declaration
public bool IsAttendanceArchived { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsAttendanceArchived. |
IsConnected
Declaration
public bool IsConnected { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsExcludedCrmIntegration
Gets or sets the IsExcludedCrmIntegration associated with this StudentEnrollmentPeriod.
Declaration
public bool IsExcludedCrmIntegration { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsExcludedCrmIntegration. |
IsIpedsTransfer
Gets or sets the IsIpedsTransfer associated with this StudentEnrollmentPeriod.
Declaration
public bool IsIpedsTransfer { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsIpedsTransfer. |
IsReenrollment
Gets or sets the IsReenrollment associated with this StudentEnrollmentPeriod.
Declaration
public byte IsReenrollment { get; set; }
Property Value
Type | Description |
---|---|
System.Byte | The IsReenrollment. |
IsTransfer
Gets or sets the IsTransfer associated with this StudentEnrollmentPeriod.
Declaration
public bool IsTransfer { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsTransfer. |
IsUiUpdate
Gets or sets the IsUiUpdate associated with this StudentEnrollmentPeriod.
Declaration
public bool IsUiUpdate { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsUiUpdate. |
LastActivityDate
Gets or sets the LastActivityDate associated with this StudentEnrollmentPeriod.
Declaration
public DateTime? LastActivityDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The LastActivityDate. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this StudentEnrollmentPeriod.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this StudentEnrollmentPeriod.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
Lda
Gets or sets the Lda associated with this StudentEnrollmentPeriod.
Declaration
public DateTime? Lda { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The Lda. |
LessonScores
Declaration
public virtual ICollection<StudentEnrollmentPeriodLesson> LessonScores { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<StudentEnrollmentPeriodLesson> |
LinkedSapStudentEnrollmentPeriodId
Gets or sets the LinkedSapStudentEnrollmentPeriodId associated with this StudentEnrollmentPeriod.
Declaration
public int? LinkedSapStudentEnrollmentPeriodId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The LinkedSapStudentEnrollmentPeriodId. |
MidpointDate
Gets or sets the MidpointDate associated with this StudentEnrollmentPeriod.
Declaration
public DateTime? MidpointDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The MidpointDate. |
MinutesAbsent
Gets or sets the MinutesAbsent associated with this StudentEnrollmentPeriod.
Declaration
public int? MinutesAbsent { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The MinutesAbsent. |
MinutesAttended
Gets or sets the MinutesAttended associated with this StudentEnrollmentPeriod.
Declaration
public decimal? MinutesAttended { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The MinutesAttended. |
MinutesMakeUp
Gets or sets the MinutesMakeUp associated with this StudentEnrollmentPeriod.
Declaration
public int? MinutesMakeUp { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The MinutesMakeUp. |
Note
Gets or sets the Note associated with this StudentEnrollmentPeriod.
Declaration
public string Note { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Note. |
NsldsWithdrawalDate
Gets or sets the NsldsWithdrawalDate associated with this StudentEnrollmentPeriod.
Declaration
public DateTime? NsldsWithdrawalDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The NsldsWithdrawalDate. |
NumberOfCategoriesMultipleFulfillmentApplied
Gets or sets the NumberOfCategoriesMultipleFulfillmentApplied associated with this StudentEnrollmentPeriod.
Declaration
public int NumberOfCategoriesMultipleFulfillmentApplied { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The NumberOfCategoriesMultipleFulfillmentApplied. |
NumericAverage
Gets or sets the NumericAverage associated with this StudentEnrollmentPeriod.
Declaration
public decimal NumericAverage { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The NumericAverage. |
OriginalAssignedAdmissionsRep
Declaration
public virtual Staff OriginalAssignedAdmissionsRep { get; set; }
Property Value
Type | Description |
---|---|
Staff |
OriginalAssignedAdmissionsRepId
Gets or sets the OriginalAssignedAdmissionsRepId associated with this StudentEnrollmentPeriod.
Declaration
public int? OriginalAssignedAdmissionsRepId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The OriginalAssignedAdmissionsRepId. |
OriginalExpectedStartDate
Gets or sets the OriginalExpectedStartDate associated with this StudentEnrollmentPeriod.
Declaration
public DateTime? OriginalExpectedStartDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The OriginalExpectedStartDate. |
OriginalGraduationDate
Gets or sets the OriginalGraduationDate associated with this StudentEnrollmentPeriod.
Declaration
public DateTime? OriginalGraduationDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The OriginalGraduationDate. |
OutsideCourseWorkHours
Gets or sets the OutsideCourseWorkHours associated with this StudentEnrollmentPeriod.
Declaration
public decimal OutsideCourseWorkHours { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The OutsideCourseWorkHours. |
PreviousEducation
Declaration
public virtual PreviousEducation PreviousEducation { get; set; }
Property Value
Type | Description |
---|---|
PreviousEducation |
PreviousEducationId
Gets or sets the PreviousEducationId associated with this StudentEnrollmentPeriod.
Declaration
public int? PreviousEducationId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The PreviousEducationId. |
PreviousGradDate
Gets or sets the PreviousGradDate associated with this StudentEnrollmentPeriod.
Declaration
public DateTime? PreviousGradDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The PreviousGradDate. |
Program
Declaration
public virtual Program Program { get; set; }
Property Value
Type | Description |
---|---|
Program |
ProgramId
Gets or sets the ProgramId associated with this StudentEnrollmentPeriod.
Declaration
public int? ProgramId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The ProgramId. |
ProgramVersion
Declaration
public virtual ProgramVersion ProgramVersion { get; set; }
Property Value
Type | Description |
---|---|
ProgramVersion |
ProgramVersionCode
Declaration
public string ProgramVersionCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ProgramVersionCodeName
Declaration
public string ProgramVersionCodeName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ProgramVersionId
Gets or sets the ProgramVersionId associated with this StudentEnrollmentPeriod.
Declaration
public int? ProgramVersionId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The ProgramVersionId. |
ProgramVersionName
Gets or sets the ProgramVersionName associated with this StudentEnrollmentPeriod.
Declaration
public string ProgramVersionName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ProgramVersionName. |
PropertyBitEnumValueId
Declaration
public int? PropertyBitEnumValueId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
RecalculateTermSequence
Gets or sets the RecalculateTermSequence associated with this StudentEnrollmentPeriod.
Declaration
public bool RecalculateTermSequence { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The RecalculateTermSequence. |
ReenrollDate
Gets or sets the ReenrollDate associated with this StudentEnrollmentPeriod.
Declaration
public DateTime? ReenrollDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The ReenrollDate. |
ReentryAfter180Date
Gets or sets the ReentryAfter180Date associated with this StudentEnrollmentPeriod.
Declaration
public DateTime? ReentryAfter180Date { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The ReentryAfter180Date. |
RegistrationCohort
Declaration
public virtual RegistrationCohort RegistrationCohort { get; set; }
Property Value
Type | Description |
---|---|
RegistrationCohort |
RegistrationCohortId
Gets or sets the RegistrationCohortId associated with this StudentEnrollmentPeriod.
Declaration
public int? RegistrationCohortId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The RegistrationCohortId. |
Revenue
Declaration
public virtual ICollection<StudentRevenueSummary> Revenue { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<StudentRevenueSummary> |
RightsResponsibilitiesAck
Gets or sets the RightsResponsibilitiesAck associated with this StudentEnrollmentPeriod.
Declaration
public bool RightsResponsibilitiesAck { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The RightsResponsibilitiesAck. |
SapCheckpoint
Gets or sets the SapCheckpoint associated with this StudentEnrollmentPeriod.
Declaration
public byte SapCheckpoint { get; set; }
Property Value
Type | Description |
---|---|
System.Byte | The SapCheckpoint. |
SapFlag
Gets or sets the SapFlag associated with this StudentEnrollmentPeriod.
Declaration
public string SapFlag { get; set; }
Property Value
Type | Description |
---|---|
System.String | The SapFlag. |
SAPStatus
Declaration
public virtual FaSapStatus SAPStatus { get; set; }
Property Value
Type | Description |
---|---|
FaSapStatus |
SapStatusId
Gets or sets the SapStatusId associated with this StudentEnrollmentPeriod.
Declaration
public int? SapStatusId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The SapStatusId. |
SchoolStatus
Declaration
public virtual SchoolStatus SchoolStatus { get; set; }
Property Value
Type | Description |
---|---|
SchoolStatus |
SchoolStatusChangeDate
Gets or sets the SchoolStatusChangeDate associated with this StudentEnrollmentPeriod.
Declaration
public DateTime? SchoolStatusChangeDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The SchoolStatusChangeDate. |
SchoolStatusChangeReasonId
Gets or sets the SchoolStatusChangeReasonId associated with this StudentEnrollmentPeriod.
Declaration
public int? SchoolStatusChangeReasonId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The SchoolStatusChangeReasonId. |
SchoolStatusHistory
Declaration
public virtual ICollection<StudentSchoolStatusHistory> SchoolStatusHistory { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<StudentSchoolStatusHistory> |
SchoolStatusId
Gets or sets the SchoolStatusId associated with this StudentEnrollmentPeriod.
Declaration
public int SchoolStatusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The SchoolStatusId. |
SchoolStatusName
Declaration
public string SchoolStatusName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Shift
Declaration
public virtual Shift Shift { get; set; }
Property Value
Type | Description |
---|---|
Shift |
ShiftId
Gets or sets the ShiftId associated with this StudentEnrollmentPeriod.
Declaration
public int? ShiftId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The ShiftId. |
SpeProgression
Gets or sets the SpeProgression associated with this StudentEnrollmentPeriod.
Declaration
public decimal? SpeProgression { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The SpeProgression. |
StartDateId
Gets or sets the StartDateId associated with this StudentEnrollmentPeriod.
Declaration
public int? StartDateId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StartDateId. |
StartTerm
Declaration
public virtual Term StartTerm { get; set; }
Property Value
Type | Description |
---|---|
Term |
StartTermId
Gets or sets the StartTermId associated with this StudentEnrollmentPeriod.
Declaration
public int? StartTermId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StartTermId. |
StatusChangeReason
Declaration
public virtual SchoolStatusChangeReason StatusChangeReason { get; set; }
Property Value
Type | Description |
---|---|
SchoolStatusChangeReason |
StatusChangeType
Gets or sets the StatusChangeType associated with this StudentEnrollmentPeriod.
Declaration
public int StatusChangeType { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StatusChangeType. |
Student
Declaration
public virtual Student Student { get; set; }
Property Value
Type | Description |
---|---|
Student |
StudentAccountTransactions
Declaration
public virtual ICollection<StudentAccountTransaction> StudentAccountTransactions { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<StudentAccountTransaction> |
StudentCourseStatusChanges
Declaration
public virtual ICollection<StudentCourseStatusChange> StudentCourseStatusChanges { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<StudentCourseStatusChange> |
StudentEnrollmentCourses
Declaration
public virtual ICollection<StudentCourse> StudentEnrollmentCourses { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<StudentCourse> |
StudentId
Gets or sets the StudentId associated with this StudentEnrollmentPeriod.
Declaration
public int StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentId. |
StudentPlacementSummary
Declaration
public virtual ICollection<StudentPlacementSummary> StudentPlacementSummary { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<StudentPlacementSummary> |
StudentRefundCalculation
Declaration
public virtual ICollection<StudentRefundCalculation> StudentRefundCalculation { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<StudentRefundCalculation> |
StudentServiceTypes
Declaration
public virtual ICollection<StudentServiceType> StudentServiceTypes { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<StudentServiceType> |
SubsidiaryAccount
Declaration
public virtual StudentSubsidiaryAccount SubsidiaryAccount { get; set; }
Property Value
Type | Description |
---|---|
StudentSubsidiaryAccount |
TermSummaries
Declaration
public virtual ICollection<StudentEnrollmentTermSummary> TermSummaries { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<StudentEnrollmentTermSummary> |
TranscriptIssued
Gets or sets the TranscriptIssued associated with this StudentEnrollmentPeriod.
Declaration
public DateTime? TranscriptIssued { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The TranscriptIssued. |
TransferCreditHours
Gets or sets the TransferCreditHours associated with this StudentEnrollmentPeriod.
Declaration
public decimal? TransferCreditHours { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The TransferCreditHours. |
TransferFromEnrollments
Declaration
public virtual ICollection<StudentEnrollmentPeriodTransfer> TransferFromEnrollments { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<StudentEnrollmentPeriodTransfer> |
TransferInDate
Gets or sets the TransferInDate associated with this StudentEnrollmentPeriod.
Declaration
public DateTime? TransferInDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The TransferInDate. |
TransferToEnrollments
Declaration
public virtual ICollection<StudentEnrollmentPeriodTransfer> TransferToEnrollments { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<StudentEnrollmentPeriodTransfer> |
UseScheduledHours
Declaration
public bool? UseScheduledHours { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
Methods
GeneratedInitializer()
This is the auto-generated initializer that knows how to deal with any relationship initialization for auto-generated relationships.
Declaration
public void GeneratedInitializer()