Class StudentRevenueSummary
This class represents the EntityModel interface to the SaEnrollRevenue database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.StudentAccounts
Assembly: Cmc.Nexus.Models.dll
Syntax
public class StudentRevenueSummary
Constructors
StudentRevenueSummary()
Declaration
public StudentRevenueSummary()
Properties
AcademicYear
Gets or sets the AcademicYear associated with this StudentRevenueSummary.
Declaration
public decimal AcademicYear { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The AcademicYear. |
AcademicYearPaymentPeriod
Declaration
public virtual StudentAcademicYearPaymentPeriod AcademicYearPaymentPeriod { get; set; }
Property Value
Type | Description |
---|---|
StudentAcademicYearPaymentPeriod |
BillingFrequency
Gets or sets the BillingFrequency associated with this StudentRevenueSummary.
Declaration
public string BillingFrequency { get; set; }
Property Value
Type | Description |
---|---|
System.String | The BillingFrequency. |
BillingTransactionCode
Gets or sets the BillingTransactionCode associated with this StudentRevenueSummary.
Declaration
public string BillingTransactionCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The BillingTransactionCode. |
Campus
Declaration
public virtual Campus Campus { get; set; }
Property Value
Type | Description |
---|---|
Campus |
CampusId
Gets or sets the CampusId associated with this StudentRevenueSummary.
Declaration
public int CampusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The CampusId. |
ClassSection
Declaration
public virtual ClassSection ClassSection { get; set; }
Property Value
Type | Description |
---|---|
ClassSection |
ClassSectionId
Gets or sets the ClassSectionId associated with this StudentRevenueSummary.
Declaration
public int? ClassSectionId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The ClassSectionId. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this StudentRevenueSummary.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
DeferredRevenue
Gets or sets the DeferredRevenue associated with this StudentRevenueSummary.
Declaration
public decimal DeferredRevenue { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The DeferredRevenue. |
EarnedRevenue
Gets or sets the EarnedRevenue associated with this StudentRevenueSummary.
Declaration
public decimal EarnedRevenue { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The EarnedRevenue. |
ExceptionCode
Gets or sets the ExceptionCode associated with this StudentRevenueSummary.
Declaration
public string ExceptionCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ExceptionCode. |
Id
Gets or sets the Id associated with this StudentRevenueSummary.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsFirstMonthPercentEarnCharge
Gets or sets the IsFirstMonthPercentEarnCharge associated with this StudentRevenueSummary.
Declaration
public bool? IsFirstMonthPercentEarnCharge { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | The IsFirstMonthPercentEarnCharge. |
IsManualOverride
Gets or sets the IsManualOverride associated with this StudentRevenueSummary.
Declaration
public bool IsManualOverride { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsManualOverride. |
IsManualOverrideUnits
Gets or sets the IsManualOverrideUnits associated with this StudentRevenueSummary.
Declaration
public bool? IsManualOverrideUnits { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | The IsManualOverrideUnits. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this StudentRevenueSummary.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this StudentRevenueSummary.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
LastRevenueEarnedAmount
Gets or sets the LastRevenueEarnedAmount associated with this StudentRevenueSummary.
Declaration
public decimal LastRevenueEarnedAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The LastRevenueEarnedAmount. |
LastRevenueEarnedDate
Gets or sets the LastRevenueEarnedDate associated with this StudentRevenueSummary.
Declaration
public DateTime? LastRevenueEarnedDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The LastRevenueEarnedDate. |
MonthRevenueEarnedAmount
Gets or sets the MonthRevenueEarnedAmount associated with this StudentRevenueSummary.
Declaration
public decimal MonthRevenueEarnedAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The MonthRevenueEarnedAmount. |
PercentRevBatchNumber
Gets or sets the PercentRevBatchNumber associated with this StudentRevenueSummary.
Declaration
public string PercentRevBatchNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PercentRevBatchNumber. |
RevenueBasis
Gets or sets the RevenueBasis associated with this StudentRevenueSummary.
Declaration
public string RevenueBasis { get; set; }
Property Value
Type | Description |
---|---|
System.String | The RevenueBasis. |
RevenuePeriodBeginDate
Gets or sets the RevenuePeriodBeginDate associated with this StudentRevenueSummary.
Declaration
public DateTime? RevenuePeriodBeginDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The RevenuePeriodBeginDate. |
RevenuePeriodEndDate
Gets or sets the RevenuePeriodEndDate associated with this StudentRevenueSummary.
Declaration
public DateTime? RevenuePeriodEndDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The RevenuePeriodEndDate. |
StudentAcademicYearPaymentPeriodId
Gets or sets the StudentAcademicYearPaymentPeriodId associated with this StudentRevenueSummary.
Declaration
public int? StudentAcademicYearPaymentPeriodId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentAcademicYearPaymentPeriodId. |
StudentEnrollmentPeriod
Declaration
public virtual StudentEnrollmentPeriod StudentEnrollmentPeriod { get; set; }
Property Value
Type | Description |
---|---|
StudentEnrollmentPeriod |
StudentEnrollmentPeriodFeeId
Gets or sets the StudentEnrollmentPeriodFeeId associated with this StudentRevenueSummary.
Declaration
public int? StudentEnrollmentPeriodFeeId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentEnrollmentPeriodFeeId. |
StudentEnrollmentPeriodId
Gets or sets the StudentEnrollmentPeriodId associated with this StudentRevenueSummary.
Declaration
public int StudentEnrollmentPeriodId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentEnrollmentPeriodId. |
StudentRevenueDetail
Declaration
public virtual ICollection<StudentRevenueDetail> StudentRevenueDetail { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<StudentRevenueDetail> |
StudentRevenueSummaryChildTerms
Declaration
public virtual ICollection<StudentRevenueSummaryChildTerm> StudentRevenueSummaryChildTerms { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<StudentRevenueSummaryChildTerm> |
Term
Declaration
public virtual Term Term { get; set; }
Property Value
Type | Description |
---|---|
Term |
TermId
Gets or sets the TermId associated with this StudentRevenueSummary.
Declaration
public int? TermId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The TermId. |
TotalNumberUnits
Gets or sets the TotalNumberUnits associated with this StudentRevenueSummary.
Declaration
public decimal TotalNumberUnits { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The TotalNumberUnits. |
TotalNumberUnitsEarned
Gets or sets the TotalNumberUnitsEarned associated with this StudentRevenueSummary.
Declaration
public decimal TotalNumberUnitsEarned { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The TotalNumberUnitsEarned. |
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. |