Class StudentEnrollmentTermSummaryRebuildLog
This class represents the EntityModel interface to the AdEnrollTerm_RebuildRelationshipLog database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.Academics
Assembly: Cmc.Nexus.Models.dll
Syntax
public class StudentEnrollmentTermSummaryRebuildLog
Constructors
StudentEnrollmentTermSummaryRebuildLog()
Declaration
public StudentEnrollmentTermSummaryRebuildLog()
Properties
BgRndSetIdentifier
Gets or sets the BgRndSetIdentifier associated with this StudentEnrollmentTermSummaryRebuildLog.
Declaration
public int BgRndSetIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The BgRndSetIdentifier. |
BilledDate
Gets or sets the BilledDate associated with this StudentEnrollmentTermSummaryRebuildLog.
Declaration
public DateTime? BilledDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The BilledDate. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this StudentEnrollmentTermSummaryRebuildLog.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
CumulativeClockHoursAttempted
Gets or sets the CumulativeClockHoursAttempted associated with this StudentEnrollmentTermSummaryRebuildLog.
Declaration
public decimal? CumulativeClockHoursAttempted { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The CumulativeClockHoursAttempted. |
CumulativeClockHoursEarned
Gets or sets the CumulativeClockHoursEarned associated with this StudentEnrollmentTermSummaryRebuildLog.
Declaration
public decimal? CumulativeClockHoursEarned { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The CumulativeClockHoursEarned. |
CumulativeCreditHoursAttempted
Gets or sets the CumulativeCreditHoursAttempted associated with this StudentEnrollmentTermSummaryRebuildLog.
Declaration
public decimal? CumulativeCreditHoursAttempted { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The CumulativeCreditHoursAttempted. |
CumulativeCreditHoursEarned
Gets or sets the CumulativeCreditHoursEarned associated with this StudentEnrollmentTermSummaryRebuildLog.
Declaration
public decimal? CumulativeCreditHoursEarned { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The CumulativeCreditHoursEarned. |
CumulativeGpa
Gets or sets the CumulativeGpa associated with this StudentEnrollmentTermSummaryRebuildLog.
Declaration
public decimal? CumulativeGpa { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The CumulativeGpa. |
CumulativeGpaCredits
Gets or sets the CumulativeGpaCredits associated with this StudentEnrollmentTermSummaryRebuildLog.
Declaration
public decimal? CumulativeGpaCredits { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The CumulativeGpaCredits. |
CumulativeGpaPoints
Gets or sets the CumulativeGpaPoints associated with this StudentEnrollmentTermSummaryRebuildLog.
Declaration
public decimal? CumulativeGpaPoints { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The CumulativeGpaPoints. |
CumulativeMinutesAbsent
Gets or sets the CumulativeMinutesAbsent associated with this StudentEnrollmentTermSummaryRebuildLog.
Declaration
public decimal? CumulativeMinutesAbsent { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The CumulativeMinutesAbsent. |
CumulativeMinutesAttended
Gets or sets the CumulativeMinutesAttended associated with this StudentEnrollmentTermSummaryRebuildLog.
Declaration
public decimal? CumulativeMinutesAttended { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The CumulativeMinutesAttended. |
CumulativeMinutesMakeupAttended
Gets or sets the CumulativeMinutesMakeupAttended associated with this StudentEnrollmentTermSummaryRebuildLog.
Declaration
public int? CumulativeMinutesMakeupAttended { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The CumulativeMinutesMakeupAttended. |
CumulativeNumericAverage
Gets or sets the CumulativeNumericAverage associated with this StudentEnrollmentTermSummaryRebuildLog.
Declaration
public decimal? CumulativeNumericAverage { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The CumulativeNumericAverage. |
EnrollmentStatus
Declaration
public virtual EnrollmentStatus EnrollmentStatus { get; set; }
Property Value
Type | Description |
---|---|
EnrollmentStatus |
EnrollmentStatusId
Gets or sets the EnrollmentStatusId associated with this StudentEnrollmentTermSummaryRebuildLog.
Declaration
public int? EnrollmentStatusId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The EnrollmentStatusId. |
GradeLevelEvaluationDate
Gets or sets the GradeLevelEvaluationDate associated with this StudentEnrollmentTermSummaryRebuildLog.
Declaration
public DateTime? GradeLevelEvaluationDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The GradeLevelEvaluationDate. |
Honor
Declaration
public virtual Honor Honor { get; set; }
Property Value
Type | Description |
---|---|
Honor |
HonorId
Gets or sets the HonorId associated with this StudentEnrollmentTermSummaryRebuildLog.
Declaration
public int? HonorId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The HonorId. |
HonorsDescription
Gets or sets the HonorsDescription associated with this StudentEnrollmentTermSummaryRebuildLog.
Declaration
public string HonorsDescription { get; set; }
Property Value
Type | Description |
---|---|
System.String | The HonorsDescription. |
Id
Gets or sets the Id associated with this StudentEnrollmentTermSummaryRebuildLog.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsGradeLevelEvaluated
Gets or sets the IsGradeLevelEvaluated associated with this StudentEnrollmentTermSummaryRebuildLog.
Declaration
public bool IsGradeLevelEvaluated { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsGradeLevelEvaluated. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this StudentEnrollmentTermSummaryRebuildLog.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUser
Declaration
public virtual Staff LastModifiedUser { get; set; }
Property Value
Type | Description |
---|---|
Staff |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this StudentEnrollmentTermSummaryRebuildLog.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
Note
Gets or sets the Note associated with this StudentEnrollmentTermSummaryRebuildLog.
Declaration
public string Note { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Note. |
RebuildDate
Gets or sets the RebuildDate associated with this StudentEnrollmentTermSummaryRebuildLog.
Declaration
public DateTime RebuildDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The RebuildDate. |
SapStatus
Declaration
public virtual FaSapStatus SapStatus { get; set; }
Property Value
Type | Description |
---|---|
FaSapStatus |
SapStatusFlag
Gets or sets the SapStatusFlag associated with this StudentEnrollmentTermSummaryRebuildLog.
Declaration
public string SapStatusFlag { get; set; }
Property Value
Type | Description |
---|---|
System.String | The SapStatusFlag. |
SapStatusId
Gets or sets the SapStatusId associated with this StudentEnrollmentTermSummaryRebuildLog.
Declaration
public int? SapStatusId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The SapStatusId. |
Sequence
Gets or sets the Sequence associated with this StudentEnrollmentTermSummaryRebuildLog.
Declaration
public decimal? Sequence { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The Sequence. |
Student
Declaration
public virtual Student Student { get; set; }
Property Value
Type | Description |
---|---|
Student |
StudentCumulativeClockHoursAttempted
Gets or sets the StudentCumulativeClockHoursAttempted associated with this StudentEnrollmentTermSummaryRebuildLog.
Declaration
public decimal? StudentCumulativeClockHoursAttempted { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The StudentCumulativeClockHoursAttempted. |
StudentCumulativeClockHoursEarned
Gets or sets the StudentCumulativeClockHoursEarned associated with this StudentEnrollmentTermSummaryRebuildLog.
Declaration
public decimal? StudentCumulativeClockHoursEarned { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The StudentCumulativeClockHoursEarned. |
StudentCumulativeCreditHoursAttempted
Gets or sets the StudentCumulativeCreditHoursAttempted associated with this StudentEnrollmentTermSummaryRebuildLog.
Declaration
public decimal? StudentCumulativeCreditHoursAttempted { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The StudentCumulativeCreditHoursAttempted. |
StudentCumulativeCreditHoursEarned
Gets or sets the StudentCumulativeCreditHoursEarned associated with this StudentEnrollmentTermSummaryRebuildLog.
Declaration
public decimal? StudentCumulativeCreditHoursEarned { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The StudentCumulativeCreditHoursEarned. |
StudentCumulativeGpa
Gets or sets the StudentCumulativeGpa associated with this StudentEnrollmentTermSummaryRebuildLog.
Declaration
public decimal? StudentCumulativeGpa { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The StudentCumulativeGpa. |
StudentCumulativeGpaPoints
Gets or sets the StudentCumulativeGpaPoints associated with this StudentEnrollmentTermSummaryRebuildLog.
Declaration
public decimal? StudentCumulativeGpaPoints { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The StudentCumulativeGpaPoints. |
StudentEnrollmentPeriod
Declaration
public virtual StudentEnrollmentPeriod StudentEnrollmentPeriod { get; set; }
Property Value
Type | Description |
---|---|
StudentEnrollmentPeriod |
StudentEnrollmentPeriodId
Gets or sets the StudentEnrollmentPeriodId associated with this StudentEnrollmentTermSummaryRebuildLog.
Declaration
public int StudentEnrollmentPeriodId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentEnrollmentPeriodId. |
StudentEnrollmentTermSummary
Declaration
public virtual StudentEnrollmentTermSummary StudentEnrollmentTermSummary { get; set; }
Property Value
Type | Description |
---|---|
StudentEnrollmentTermSummary |
StudentEnrollmentTermSummaryId
Gets or sets the StudentEnrollmentTermSummaryId associated with this StudentEnrollmentTermSummaryRebuildLog.
Declaration
public int StudentEnrollmentTermSummaryId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentEnrollmentTermSummaryId. |
StudentId
Gets or sets the StudentId associated with this StudentEnrollmentTermSummaryRebuildLog.
Declaration
public int? StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentId. |
StudentTermClockHoursAttempted
Gets or sets the StudentTermClockHoursAttempted associated with this StudentEnrollmentTermSummaryRebuildLog.
Declaration
public decimal? StudentTermClockHoursAttempted { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The StudentTermClockHoursAttempted. |
StudentTermClockHoursEarned
Gets or sets the StudentTermClockHoursEarned associated with this StudentEnrollmentTermSummaryRebuildLog.
Declaration
public decimal? StudentTermClockHoursEarned { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The StudentTermClockHoursEarned. |
StudentTermCreditHoursAttempted
Gets or sets the StudentTermCreditHoursAttempted associated with this StudentEnrollmentTermSummaryRebuildLog.
Declaration
public decimal? StudentTermCreditHoursAttempted { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The StudentTermCreditHoursAttempted. |
StudentTermCreditHoursEarned
Gets or sets the StudentTermCreditHoursEarned associated with this StudentEnrollmentTermSummaryRebuildLog.
Declaration
public decimal? StudentTermCreditHoursEarned { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The StudentTermCreditHoursEarned. |
StudentTermGpa
Gets or sets the StudentTermGpa associated with this StudentEnrollmentTermSummaryRebuildLog.
Declaration
public decimal? StudentTermGpa { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The StudentTermGpa. |
StudentTermGpaPoints
Gets or sets the StudentTermGpaPoints associated with this StudentEnrollmentTermSummaryRebuildLog.
Declaration
public decimal? StudentTermGpaPoints { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The StudentTermGpaPoints. |
Term
Declaration
public virtual Term Term { get; set; }
Property Value
Type | Description |
---|---|
Term |
TermClockHoursAttempted
Gets or sets the TermClockHoursAttempted associated with this StudentEnrollmentTermSummaryRebuildLog.
Declaration
public decimal? TermClockHoursAttempted { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The TermClockHoursAttempted. |
TermClockHoursEarned
Gets or sets the TermClockHoursEarned associated with this StudentEnrollmentTermSummaryRebuildLog.
Declaration
public decimal? TermClockHoursEarned { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The TermClockHoursEarned. |
TermClockHoursScheduled
Gets or sets the TermClockHoursScheduled associated with this StudentEnrollmentTermSummaryRebuildLog.
Declaration
public decimal? TermClockHoursScheduled { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The TermClockHoursScheduled. |
TermCreditHoursAttempted
Gets or sets the TermCreditHoursAttempted associated with this StudentEnrollmentTermSummaryRebuildLog.
Declaration
public decimal? TermCreditHoursAttempted { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The TermCreditHoursAttempted. |
TermCreditHoursEarned
Gets or sets the TermCreditHoursEarned associated with this StudentEnrollmentTermSummaryRebuildLog.
Declaration
public decimal? TermCreditHoursEarned { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The TermCreditHoursEarned. |
TermCreditHoursScheduled
Gets or sets the TermCreditHoursScheduled associated with this StudentEnrollmentTermSummaryRebuildLog.
Declaration
public decimal? TermCreditHoursScheduled { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The TermCreditHoursScheduled. |
TermGpa
Gets or sets the TermGpa associated with this StudentEnrollmentTermSummaryRebuildLog.
Declaration
public decimal? TermGpa { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The TermGpa. |
TermGpaPoints
Gets or sets the TermGpaPoints associated with this StudentEnrollmentTermSummaryRebuildLog.
Declaration
public decimal? TermGpaPoints { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The TermGpaPoints. |
TermId
Gets or sets the TermId associated with this StudentEnrollmentTermSummaryRebuildLog.
Declaration
public int TermId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The TermId. |
TermMinutesAbsent
Gets or sets the TermMinutesAbsent associated with this StudentEnrollmentTermSummaryRebuildLog.
Declaration
public decimal? TermMinutesAbsent { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The TermMinutesAbsent. |
TermMinutesAttended
Gets or sets the TermMinutesAttended associated with this StudentEnrollmentTermSummaryRebuildLog.
Declaration
public decimal? TermMinutesAttended { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The TermMinutesAttended. |
TermMinutesMakeupAttended
Gets or sets the TermMinutesMakeupAttended associated with this StudentEnrollmentTermSummaryRebuildLog.
Declaration
public int? TermMinutesMakeupAttended { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The TermMinutesMakeupAttended. |
TermNumericAverage
Gets or sets the TermNumericAverage associated with this StudentEnrollmentTermSummaryRebuildLog.
Declaration
public decimal? TermNumericAverage { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The TermNumericAverage. |
TermRegisteredClockHours
Gets or sets the TermRegisteredClockHours associated with this StudentEnrollmentTermSummaryRebuildLog.
Declaration
public decimal? TermRegisteredClockHours { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The TermRegisteredClockHours. |
TermRegisteredCreditHours
Gets or sets the TermRegisteredCreditHours associated with this StudentEnrollmentTermSummaryRebuildLog.
Declaration
public decimal? TermRegisteredCreditHours { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The TermRegisteredCreditHours. |
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. |