Class TestingStudentCourseRegistration
This class represents the EntityModel interface to the vw_ExExamStudentRegistration database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.Academics
Assembly: Cmc.Nexus.Models.dll
Syntax
public class TestingStudentCourseRegistration
Constructors
TestingStudentCourseRegistration()
Declaration
public TestingStudentCourseRegistration()
Properties
AcademicSessionId
Gets or sets the AcademicSessionId associated with this TestingStudentCourseRegistration.
Declaration
public int? AcademicSessionId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The AcademicSessionId. |
AcademicYear
Gets or sets the AcademicYear associated with this TestingStudentCourseRegistration.
Declaration
public byte AcademicYear { get; set; }
Property Value
Type | Description |
---|---|
System.Byte | The AcademicYear. |
AdvisedDate
Gets or sets the AdvisedDate associated with this TestingStudentCourseRegistration.
Declaration
public DateTime? AdvisedDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The AdvisedDate. |
AppealType
Gets or sets the AppealType associated with this TestingStudentCourseRegistration.
Declaration
public string AppealType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AppealType. |
AuditEffectiveDate
Gets or sets the AuditEffectiveDate associated with this TestingStudentCourseRegistration.
Declaration
public DateTime? AuditEffectiveDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The AuditEffectiveDate. |
AverageBestOfPercentFinal
Gets or sets the AverageBestOfPercentFinal associated with this TestingStudentCourseRegistration.
Declaration
public decimal? AverageBestOfPercentFinal { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The AverageBestOfPercentFinal. |
BilledDate
Gets or sets the BilledDate associated with this TestingStudentCourseRegistration.
Declaration
public DateTime? BilledDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The BilledDate. |
ClassSectionId
Gets or sets the ClassSectionId associated with this TestingStudentCourseRegistration.
Declaration
public int ClassSectionId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The ClassSectionId. |
ClockHours
Gets or sets the ClockHours associated with this TestingStudentCourseRegistration.
Declaration
public decimal? ClockHours { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The ClockHours. |
ClockHoursAttempted
Gets or sets the ClockHoursAttempted associated with this TestingStudentCourseRegistration.
Declaration
public decimal ClockHoursAttempted { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The ClockHoursAttempted. |
ClockHoursEarned
Gets or sets the ClockHoursEarned associated with this TestingStudentCourseRegistration.
Declaration
public decimal ClockHoursEarned { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The ClockHoursEarned. |
CollegeId
Gets or sets the CollegeId associated with this TestingStudentCourseRegistration.
Declaration
public int? CollegeId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The CollegeId. |
ConsecutiveMinutesAbsent
Gets or sets the ConsecutiveMinutesAbsent associated with this TestingStudentCourseRegistration.
Declaration
public decimal ConsecutiveMinutesAbsent { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The ConsecutiveMinutesAbsent. |
Cost
Gets or sets the Cost associated with this TestingStudentCourseRegistration.
Declaration
public decimal Cost { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The Cost. |
CourseAddedFrom
Gets or sets the CourseAddedFrom associated with this TestingStudentCourseRegistration.
Declaration
public string CourseAddedFrom { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CourseAddedFrom. |
CourseComponentDetailId
Gets or sets the CourseComponentDetailId associated with this TestingStudentCourseRegistration.
Declaration
public int? CourseComponentDetailId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The CourseComponentDetailId. |
CourseFeeScheduleId
Gets or sets the CourseFeeScheduleId associated with this TestingStudentCourseRegistration.
Declaration
public int? CourseFeeScheduleId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The CourseFeeScheduleId. |
CourseId
Gets or sets the CourseId associated with this TestingStudentCourseRegistration.
Declaration
public int CourseId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The CourseId. |
CourseName
Gets or sets the CourseName associated with this TestingStudentCourseRegistration.
Declaration
public string CourseName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CourseName. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this TestingStudentCourseRegistration.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
CreditHours
Gets or sets the CreditHours associated with this TestingStudentCourseRegistration.
Declaration
public decimal CreditHours { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The CreditHours. |
CreditHoursAttempted
Gets or sets the CreditHoursAttempted associated with this TestingStudentCourseRegistration.
Declaration
public decimal CreditHoursAttempted { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The CreditHoursAttempted. |
CreditHoursEarned
Gets or sets the CreditHoursEarned associated with this TestingStudentCourseRegistration.
Declaration
public decimal CreditHoursEarned { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The CreditHoursEarned. |
CrossReferenceCourseId
Gets or sets the CrossReferenceCourseId associated with this TestingStudentCourseRegistration.
Declaration
public int? CrossReferenceCourseId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The CrossReferenceCourseId. |
DateReqMet
Gets or sets the DateReqMet associated with this TestingStudentCourseRegistration.
Declaration
public DateTime? DateReqMet { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The DateReqMet. |
DependentClassSectionId
Gets or sets the DependentClassSectionId associated with this TestingStudentCourseRegistration.
Declaration
public int? DependentClassSectionId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The DependentClassSectionId. |
DropDate
Gets or sets the DropDate associated with this TestingStudentCourseRegistration.
Declaration
public DateTime? DropDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The DropDate. |
EndDate
Gets or sets the EndDate associated with this TestingStudentCourseRegistration.
Declaration
public DateTime? EndDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The EndDate. |
EnrollmentStatusClockHours
Gets or sets the EnrollmentStatusClockHours associated with this TestingStudentCourseRegistration.
Declaration
public decimal EnrollmentStatusClockHours { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The EnrollmentStatusClockHours. |
EnrollmentStatusCreditHours
Gets or sets the EnrollmentStatusCreditHours associated with this TestingStudentCourseRegistration.
Declaration
public decimal EnrollmentStatusCreditHours { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The EnrollmentStatusCreditHours. |
ExamRegistrationComments
Gets or sets the ExamRegistrationComments associated with this TestingStudentCourseRegistration.
Declaration
public string ExamRegistrationComments { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ExamRegistrationComments. |
ExamStatus
Gets or sets the ExamStatus associated with this TestingStudentCourseRegistration.
Declaration
public string ExamStatus { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ExamStatus. |
ExpectedDeadlineDate
Gets or sets the ExpectedDeadlineDate associated with this TestingStudentCourseRegistration.
Declaration
public DateTime? ExpectedDeadlineDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The ExpectedDeadlineDate. |
ExpectedEndDate
Gets or sets the ExpectedEndDate associated with this TestingStudentCourseRegistration.
Declaration
public DateTime? ExpectedEndDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The ExpectedEndDate. |
FacultyPostedLda
Gets or sets the FacultyPostedLda associated with this TestingStudentCourseRegistration.
Declaration
public DateTime? FacultyPostedLda { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The FacultyPostedLda. |
FaStudentAyPaymentPeriodId
Gets or sets the FaStudentAyPaymentPeriodId associated with this TestingStudentCourseRegistration.
Declaration
public int? FaStudentAyPaymentPeriodId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The FaStudentAyPaymentPeriodId. |
FinalGradeReasonId
Gets or sets the FinalGradeReasonId associated with this TestingStudentCourseRegistration.
Declaration
public int? FinalGradeReasonId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The FinalGradeReasonId. |
GradeLevelId
Gets or sets the GradeLevelId associated with this TestingStudentCourseRegistration.
Declaration
public int? GradeLevelId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The GradeLevelId. |
GradePoints
Gets or sets the GradePoints associated with this TestingStudentCourseRegistration.
Declaration
public decimal GradePoints { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The GradePoints. |
GradePostedDate
Gets or sets the GradePostedDate associated with this TestingStudentCourseRegistration.
Declaration
public DateTime? GradePostedDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The GradePostedDate. |
GradeScaleId
Gets or sets the GradeScaleId associated with this TestingStudentCourseRegistration.
Declaration
public int? GradeScaleId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The GradeScaleId. |
HighSchoolId
Gets or sets the HighSchoolId associated with this TestingStudentCourseRegistration.
Declaration
public int? HighSchoolId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The HighSchoolId. |
Id
Gets or sets the Id associated with this TestingStudentCourseRegistration.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
Include
Gets or sets the Include associated with this TestingStudentCourseRegistration.
Declaration
public bool Include { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The Include. |
IncompleteGradeNote
Gets or sets the IncompleteGradeNote associated with this TestingStudentCourseRegistration.
Declaration
public string IncompleteGradeNote { get; set; }
Property Value
Type | Description |
---|---|
System.String | The IncompleteGradeNote. |
InProgressGrade
Gets or sets the InProgressGrade associated with this TestingStudentCourseRegistration.
Declaration
public decimal? InProgressGrade { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The InProgressGrade. |
IsAfterAddDrop
Gets or sets the IsAfterAddDrop associated with this TestingStudentCourseRegistration.
Declaration
public bool IsAfterAddDrop { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsAfterAddDrop. |
IsAuditCourse
Gets or sets the IsAuditCourse associated with this TestingStudentCourseRegistration.
Declaration
public bool? IsAuditCourse { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | The IsAuditCourse. |
IsAutoDrop
Gets or sets the IsAutoDrop associated with this TestingStudentCourseRegistration.
Declaration
public bool IsAutoDrop { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsAutoDrop. |
IsCostScheduled
Gets or sets the IsCostScheduled associated with this TestingStudentCourseRegistration.
Declaration
public bool IsCostScheduled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsCostScheduled. |
IsCourseRefundPolicyUsed
Gets or sets the IsCourseRefundPolicyUsed associated with this TestingStudentCourseRegistration.
Declaration
public bool IsCourseRefundPolicyUsed { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsCourseRefundPolicyUsed. |
IsCrossReferencedCourse
Gets or sets the IsCrossReferencedCourse associated with this TestingStudentCourseRegistration.
Declaration
public bool? IsCrossReferencedCourse { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | The IsCrossReferencedCourse. |
IsEnrollmentAdjusted
Gets or sets the IsEnrollmentAdjusted associated with this TestingStudentCourseRegistration.
Declaration
public bool? IsEnrollmentAdjusted { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | The IsEnrollmentAdjusted. |
IsExtended
Gets or sets the IsExtended associated with this TestingStudentCourseRegistration.
Declaration
public bool IsExtended { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsExtended. |
IsExtensionBilled
Gets or sets the IsExtensionBilled associated with this TestingStudentCourseRegistration.
Declaration
public DateTime? IsExtensionBilled { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The IsExtensionBilled. |
IsFromPortal
Gets or sets the IsFromPortal associated with this TestingStudentCourseRegistration.
Declaration
public bool? IsFromPortal { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | The IsFromPortal. |
IsGlobalCumulativeIncluded
Gets or sets the IsGlobalCumulativeIncluded associated with this TestingStudentCourseRegistration.
Declaration
public bool IsGlobalCumulativeIncluded { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsGlobalCumulativeIncluded. |
IsHalfTicketGenerated
Gets or sets the IsHalfTicketGenerated associated with this TestingStudentCourseRegistration.
Declaration
public bool? IsHalfTicketGenerated { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | The IsHalfTicketGenerated. |
IsIncludedInGpaCalc
Gets or sets the IsIncludedInGpaCalc associated with this TestingStudentCourseRegistration.
Declaration
public bool IsIncludedInGpaCalc { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsIncludedInGpaCalc. |
IsIncompleteGradeReplaced
Gets or sets the IsIncompleteGradeReplaced associated with this TestingStudentCourseRegistration.
Declaration
public bool IsIncompleteGradeReplaced { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsIncompleteGradeReplaced. |
IsOnlyRateScheduleUsed
Gets or sets the IsOnlyRateScheduleUsed associated with this TestingStudentCourseRegistration.
Declaration
public bool? IsOnlyRateScheduleUsed { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | The IsOnlyRateScheduleUsed. |
IsPassFail
Gets or sets the IsPassFail associated with this TestingStudentCourseRegistration.
Declaration
public bool IsPassFail { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsPassFail. |
IsRegistrationRelationshipConflictOverride
Gets or sets the IsRegistrationRelationshipConflictOverride associated with this TestingStudentCourseRegistration.
Declaration
public DateTime IsRegistrationRelationshipConflictOverride { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The IsRegistrationRelationshipConflictOverride. |
IsSpecialExam
Gets or sets the IsSpecialExam associated with this TestingStudentCourseRegistration.
Declaration
public bool? IsSpecialExam { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | The IsSpecialExam. |
IsStudentDegreePathwayCourse
Gets or sets the IsStudentDegreePathwayCourse associated with this TestingStudentCourseRegistration.
Declaration
public bool? IsStudentDegreePathwayCourse { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | The IsStudentDegreePathwayCourse. |
IsSubstitute
Gets or sets the IsSubstitute associated with this TestingStudentCourseRegistration.
Declaration
public bool? IsSubstitute { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | The IsSubstitute. |
IsTransferCredit
Gets or sets the IsTransferCredit associated with this TestingStudentCourseRegistration.
Declaration
public bool? IsTransferCredit { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | The IsTransferCredit. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this TestingStudentCourseRegistration.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this TestingStudentCourseRegistration.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
Lda
Gets or sets the Lda associated with this TestingStudentCourseRegistration.
Declaration
public DateTime? Lda { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The Lda. |
LetterGrade
Gets or sets the LetterGrade associated with this TestingStudentCourseRegistration.
Declaration
public string LetterGrade { get; set; }
Property Value
Type | Description |
---|---|
System.String | The LetterGrade. |
LmsExtractStatus
Gets or sets the LmsExtractStatus associated with this TestingStudentCourseRegistration.
Declaration
public string LmsExtractStatus { get; set; }
Property Value
Type | Description |
---|---|
System.String | The LmsExtractStatus. |
MakeUpMinutes
Gets or sets the MakeUpMinutes associated with this TestingStudentCourseRegistration.
Declaration
public int MakeUpMinutes { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The MakeUpMinutes. |
MidTermGradeNote
Gets or sets the MidTermGradeNote associated with this TestingStudentCourseRegistration.
Declaration
public string MidTermGradeNote { get; set; }
Property Value
Type | Description |
---|---|
System.String | The MidTermGradeNote. |
MidTermGradePostedDate
Gets or sets the MidTermGradePostedDate associated with this TestingStudentCourseRegistration.
Declaration
public DateTime? MidTermGradePostedDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The MidTermGradePostedDate. |
MidTermLetterGrade
Gets or sets the MidTermLetterGrade associated with this TestingStudentCourseRegistration.
Declaration
public string MidTermLetterGrade { get; set; }
Property Value
Type | Description |
---|---|
System.String | The MidTermLetterGrade. |
MidTermNumericGrade
Gets or sets the MidTermNumericGrade associated with this TestingStudentCourseRegistration.
Declaration
public decimal? MidTermNumericGrade { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The MidTermNumericGrade. |
MinutesAbsent
Gets or sets the MinutesAbsent associated with this TestingStudentCourseRegistration.
Declaration
public int MinutesAbsent { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The MinutesAbsent. |
MinutesAttended
Gets or sets the MinutesAttended associated with this TestingStudentCourseRegistration.
Declaration
public int MinutesAttended { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The MinutesAttended. |
ModFlag
Gets or sets the ModFlag associated with this TestingStudentCourseRegistration.
Declaration
public string ModFlag { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ModFlag. |
Note
Gets or sets the Note associated with this TestingStudentCourseRegistration.
Declaration
public string Note { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Note. |
NumericGrade
Gets or sets the NumericGrade associated with this TestingStudentCourseRegistration.
Declaration
public decimal? NumericGrade { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The NumericGrade. |
OutsideCourseWorkHours
Gets or sets the OutsideCourseWorkHours associated with this TestingStudentCourseRegistration.
Declaration
public decimal OutsideCourseWorkHours { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The OutsideCourseWorkHours. |
OverallStatus
Gets or sets the OverallStatus associated with this TestingStudentCourseRegistration.
Declaration
public string OverallStatus { get; set; }
Property Value
Type | Description |
---|---|
System.String | The OverallStatus. |
OverrideCourseProgression
Gets or sets the OverrideCourseProgression associated with this TestingStudentCourseRegistration.
Declaration
public string OverrideCourseProgression { get; set; }
Property Value
Type | Description |
---|---|
System.String | The OverrideCourseProgression. |
PayStatus
Gets or sets the PayStatus associated with this TestingStudentCourseRegistration.
Declaration
public string PayStatus { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PayStatus. |
PreviousStatus
Gets or sets the PreviousStatus associated with this TestingStudentCourseRegistration.
Declaration
public string PreviousStatus { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PreviousStatus. |
QualityPoints
Gets or sets the QualityPoints associated with this TestingStudentCourseRegistration.
Declaration
public decimal? QualityPoints { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The QualityPoints. |
RequiredCourseId
Gets or sets the RequiredCourseId associated with this TestingStudentCourseRegistration.
Declaration
public int? RequiredCourseId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The RequiredCourseId. |
RetakeFeeWaived
Gets or sets the RetakeFeeWaived associated with this TestingStudentCourseRegistration.
Declaration
public string RetakeFeeWaived { get; set; }
Property Value
Type | Description |
---|---|
System.String | The RetakeFeeWaived. |
RetakeFlag
Gets or sets the RetakeFlag associated with this TestingStudentCourseRegistration.
Declaration
public string RetakeFlag { get; set; }
Property Value
Type | Description |
---|---|
System.String | The RetakeFlag. |
RetakeOverride
Gets or sets the RetakeOverride associated with this TestingStudentCourseRegistration.
Declaration
public bool RetakeOverride { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The RetakeOverride. |
RetakeTiv2CredEarnValue
Gets or sets the RetakeTiv2CredEarnValue associated with this TestingStudentCourseRegistration.
Declaration
public decimal? RetakeTiv2CredEarnValue { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The RetakeTiv2CredEarnValue. |
RetakeTiv2CredEarnZeroed
Gets or sets the RetakeTiv2CredEarnZeroed associated with this TestingStudentCourseRegistration.
Declaration
public bool RetakeTiv2CredEarnZeroed { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The RetakeTiv2CredEarnZeroed. |
RevenueReferenceNumber
Gets or sets the RevenueReferenceNumber associated with this TestingStudentCourseRegistration.
Declaration
public string RevenueReferenceNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The RevenueReferenceNumber. |
RosterFlag
Gets or sets the RosterFlag associated with this TestingStudentCourseRegistration.
Declaration
public string RosterFlag { get; set; }
Property Value
Type | Description |
---|---|
System.String | The RosterFlag. |
Speed
Gets or sets the Speed associated with this TestingStudentCourseRegistration.
Declaration
public byte? Speed { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Byte> | The Speed. |
StartDate
Gets or sets the StartDate associated with this TestingStudentCourseRegistration.
Declaration
public DateTime? StartDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The StartDate. |
Status
Gets or sets the Status associated with this TestingStudentCourseRegistration.
Declaration
public string Status { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Status. |
StudentCourseId
Gets or sets the StudentCourseId associated with this TestingStudentCourseRegistration.
Declaration
public int StudentCourseId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentCourseId. |
StudentCoursePendingRegistrationId
Gets or sets the StudentCoursePendingRegistrationId associated with this TestingStudentCourseRegistration.
Declaration
public int? StudentCoursePendingRegistrationId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentCoursePendingRegistrationId. |
StudentEnrollmentPeriodId
Gets or sets the StudentEnrollmentPeriodId associated with this TestingStudentCourseRegistration.
Declaration
public int StudentEnrollmentPeriodId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentEnrollmentPeriodId. |
StudentEnrollmentPeriodLessonId
Gets or sets the StudentEnrollmentPeriodLessonId associated with this TestingStudentCourseRegistration.
Declaration
public int StudentEnrollmentPeriodLessonId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentEnrollmentPeriodLessonId. |
StudentId
Gets or sets the StudentId associated with this TestingStudentCourseRegistration.
Declaration
public int StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentId. |
StudentTransferCreditId
Gets or sets the StudentTransferCreditId associated with this TestingStudentCourseRegistration.
Declaration
public int? StudentTransferCreditId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentTransferCreditId. |
SubstituteCourseId
Gets or sets the SubstituteCourseId associated with this TestingStudentCourseRegistration.
Declaration
public int? SubstituteCourseId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The SubstituteCourseId. |
SupplementaryStatus
Gets or sets the SupplementaryStatus associated with this TestingStudentCourseRegistration.
Declaration
public string SupplementaryStatus { get; set; }
Property Value
Type | Description |
---|---|
System.String | The SupplementaryStatus. |
TermId
Gets or sets the TermId associated with this TestingStudentCourseRegistration.
Declaration
public int TermId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The TermId. |
TestingAppealTypeId
Gets or sets the TestingAppealTypeId associated with this TestingStudentCourseRegistration.
Declaration
public int? TestingAppealTypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The TestingAppealTypeId. |
TestingLocationIdentifier
Gets or sets the TestingLocationIdentifier associated with this TestingStudentCourseRegistration.
Declaration
public int? TestingLocationIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The TestingLocationIdentifier. |
TestingScheduleId
Gets or sets the TestingScheduleId associated with this TestingStudentCourseRegistration.
Declaration
public int TestingScheduleId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The TestingScheduleId. |
TranscriptNote
Gets or sets the TranscriptNote associated with this TestingStudentCourseRegistration.
Declaration
public string TranscriptNote { get; set; }
Property Value
Type | Description |
---|---|
System.String | The TranscriptNote. |
TransferredCourseCode
Gets or sets the TransferredCourseCode associated with this TestingStudentCourseRegistration.
Declaration
public string TransferredCourseCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The TransferredCourseCode. |
TransferredCourseDescrip
Gets or sets the TransferredCourseDescrip associated with this TestingStudentCourseRegistration.
Declaration
public string TransferredCourseDescrip { get; set; }
Property Value
Type | Description |
---|---|
System.String | The TransferredCourseDescrip. |
TransferTypeId
Gets or sets the TransferTypeId associated with this TestingStudentCourseRegistration.
Declaration
public int? TransferTypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The TransferTypeId. |
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()
SetupFluentMappings(DbModelBuilder)
Any type of relationship that can't be inferred from the entity annotations must be done by hand using the Fluent api. Handle those relationships here.
Declaration
public static void SetupFluentMappings(DbModelBuilder modelBuilder)
Parameters
Type | Name | Description |
---|---|---|
System.Data.Entity.DbModelBuilder | modelBuilder | The DbModelBuilder that has all of the model entities. |