Class StudentRevenueDetail
This class represents the EntityModel interface to the SaRevenueDetail database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.StudentAccounts
Assembly: Cmc.Nexus.Models.dll
Syntax
public class StudentRevenueDetail
Constructors
StudentRevenueDetail()
Declaration
public StudentRevenueDetail()
Properties
AcademicYearSequence
Gets or sets the AcademicYearSequence associated with this StudentRevenueDetail.
Declaration
public decimal AcademicYearSequence { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The AcademicYearSequence. |
Amount
Gets or sets the Amount associated with this StudentRevenueDetail.
Declaration
public decimal Amount { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The Amount. |
BatchNumber
Gets or sets the BatchNumber associated with this StudentRevenueDetail.
Declaration
public string BatchNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The BatchNumber. |
BillingTransactionCode
Gets or sets the BillingTransactionCode associated with this StudentRevenueDetail.
Declaration
public string BillingTransactionCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The BillingTransactionCode. |
CarryOverAmount
Gets or sets the CarryOverAmount associated with this StudentRevenueDetail.
Declaration
public decimal? CarryOverAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The CarryOverAmount. |
ChildTerm
Declaration
public virtual Term ChildTerm { get; set; }
Property Value
Type | Description |
---|---|
Term |
ChildTermId
Gets or sets the ChildTermId associated with this StudentRevenueDetail.
Declaration
public int? ChildTermId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The ChildTermId. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this StudentRevenueDetail.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
ExceptionCode
Gets or sets the ExceptionCode associated with this StudentRevenueDetail.
Declaration
public string ExceptionCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ExceptionCode. |
FutureCharges
Gets or sets the FutureCharges associated with this StudentRevenueDetail.
Declaration
public decimal FutureCharges { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The FutureCharges. |
FutureRevenue
Gets or sets the FutureRevenue associated with this StudentRevenueDetail.
Declaration
public decimal FutureRevenue { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The FutureRevenue. |
GeneralLedgerReleaseDetail
Declaration
public virtual ICollection<GeneralLedgerReleaseBatchDetail> GeneralLedgerReleaseDetail { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<GeneralLedgerReleaseBatchDetail> |
Id
Gets or sets the Id associated with this StudentRevenueDetail.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsEarnedOnChildTerm
Gets or sets the IsEarnedOnChildTerm associated with this StudentRevenueDetail.
Declaration
public bool IsEarnedOnChildTerm { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsEarnedOnChildTerm. |
IsGlStatusFlag
Gets or sets the IsGlStatusFlag associated with this StudentRevenueDetail.
Declaration
public bool IsGlStatusFlag { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsGlStatusFlag. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this StudentRevenueDetail.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this StudentRevenueDetail.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
PostDate
Gets or sets the PostDate associated with this StudentRevenueDetail.
Declaration
public DateTime? PostDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The PostDate. |
PreviousEarnedPercentageBatch
Gets or sets the PreviousEarnedPercentageBatch associated with this StudentRevenueDetail.
Declaration
public string PreviousEarnedPercentageBatch { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PreviousEarnedPercentageBatch. |
Reference
Gets or sets the Reference associated with this StudentRevenueDetail.
Declaration
public string Reference { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Reference. |
RevenueSummaryChildTermId
Gets or sets the RevenueSummaryChildTermId associated with this StudentRevenueDetail.
Declaration
public int? RevenueSummaryChildTermId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The RevenueSummaryChildTermId. |
SchoolStatusId
Gets or sets the SchoolStatusId associated with this StudentRevenueDetail.
Declaration
public int SchoolStatusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The SchoolStatusId. |
Source
Gets or sets the Source associated with this StudentRevenueDetail.
Declaration
public string Source { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Source. |
StaffUser
Declaration
public virtual Staff StaffUser { get; set; }
Property Value
Type | Description |
---|---|
Staff |
Status
Gets or sets the Status associated with this StudentRevenueDetail.
Declaration
public string Status { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Status. |
StudentAccountTransactionId
Gets or sets the StudentAccountTransactionId associated with this StudentRevenueDetail.
Declaration
public int? StudentAccountTransactionId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentAccountTransactionId. |
StudentEnrollmentPeriod
Declaration
public virtual StudentEnrollmentPeriod StudentEnrollmentPeriod { get; set; }
Property Value
Type | Description |
---|---|
StudentEnrollmentPeriod |
StudentEnrollmentPeriodId
Gets or sets the StudentEnrollmentPeriodId associated with this StudentRevenueDetail.
Declaration
public int StudentEnrollmentPeriodId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentEnrollmentPeriodId. |
StudentRevenueSummary
Declaration
public virtual StudentRevenueSummary StudentRevenueSummary { get; set; }
Property Value
Type | Description |
---|---|
StudentRevenueSummary |
StudentRevenueSummaryId
Gets or sets the StudentRevenueSummaryId associated with this StudentRevenueDetail.
Declaration
public int? StudentRevenueSummaryId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentRevenueSummaryId. |
StudentSchoolStatus
Declaration
public virtual SchoolStatus StudentSchoolStatus { get; set; }
Property Value
Type | Description |
---|---|
SchoolStatus |
Term
Declaration
public virtual Term Term { get; set; }
Property Value
Type | Description |
---|---|
Term |
TermId
Gets or sets the TermId associated with this StudentRevenueDetail.
Declaration
public int? TermId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The TermId. |
TotalUnits
Gets or sets the TotalUnits associated with this StudentRevenueDetail.
Declaration
public decimal TotalUnits { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The TotalUnits. |
TransactionDate
Gets or sets the TransactionDate associated with this StudentRevenueDetail.
Declaration
public DateTime TransactionDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The TransactionDate. |
Type
Gets or sets the Type associated with this StudentRevenueDetail.
Declaration
public string Type { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Type. |
UnitsEarned
Gets or sets the UnitsEarned associated with this StudentRevenueDetail.
Declaration
public decimal UnitsEarned { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The UnitsEarned. |
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. |