Class StudentRevenueSummaryChildTermEntity
This class represents the EntityModel interface to the SaEnrollRevenueChildTerm database table.
Inheritance
Implements
Namespace: Cmc.Nexus.StudentAccounts.Entities
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class StudentRevenueSummaryChildTermEntity : Entity, IIdentifiable, IAuditable
Constructors
StudentRevenueSummaryChildTermEntity()
Declaration
public StudentRevenueSummaryChildTermEntity()
Fields
AcademicYearSequenceProperty
The AcademicYearSequence property.
Declaration
public static readonly EntityProperty AcademicYearSequenceProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
BillingFrequencyProperty
The BillingFrequency property.
Declaration
public static readonly EntityProperty BillingFrequencyProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
BillingTransactionCodeProperty
The BillingTransactionCode property.
Declaration
public static readonly EntityProperty BillingTransactionCodeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CampusIdProperty
The CampusId property.
Declaration
public static readonly EntityProperty CampusIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CreatedDateTimeProperty
The CreatedDateTime property.
Declaration
public static readonly EntityProperty CreatedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
DeferredRevenueProperty
The DeferredRevenue property.
Declaration
public static readonly EntityProperty DeferredRevenueProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
EarnedRevenueProperty
The EarnedRevenue property.
Declaration
public static readonly EntityProperty EarnedRevenueProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ExceptionCodeProperty
The ExceptionCode property.
Declaration
public static readonly EntityProperty ExceptionCodeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IdProperty
The Id property.
Declaration
public static readonly EntityProperty IdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsManualOverrideProperty
The IsManualOverride property.
Declaration
public static readonly EntityProperty IsManualOverrideProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LastModifiedDateTimeProperty
The LastModifiedDateTime property.
Declaration
public static readonly EntityProperty LastModifiedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LastModifiedUserIdProperty
The LastModifiedUserId property.
Declaration
public static readonly EntityProperty LastModifiedUserIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LastRevenueEarnedAmountProperty
The LastRevenueEarnedAmount property.
Declaration
public static readonly EntityProperty LastRevenueEarnedAmountProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LastRevenueEarnedDateProperty
The LastRevenueEarnedDate property.
Declaration
public static readonly EntityProperty LastRevenueEarnedDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
MonthRevenueEarnedAmountProperty
The MonthRevenueEarnedAmount property.
Declaration
public static readonly EntityProperty MonthRevenueEarnedAmountProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
RevenueBasisProperty
The RevenueBasis property.
Declaration
public static readonly EntityProperty RevenueBasisProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
RevenuePeriodBeginDateProperty
The RevenuePeriodBeginDate property.
Declaration
public static readonly EntityProperty RevenuePeriodBeginDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
RevenuePeriodEndDateProperty
The RevenuePeriodEndDate property.
Declaration
public static readonly EntityProperty RevenuePeriodEndDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
RowVersionProperty
The RowVersion property.
Declaration
public static readonly EntityProperty RowVersionProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StudentEnrollmentPeriodIdProperty
The StudentEnrollmentPeriodId property.
Declaration
public static readonly EntityProperty StudentEnrollmentPeriodIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StudentRevenueSummaryIdProperty
The StudentRevenueSummaryId property.
Declaration
public static readonly EntityProperty StudentRevenueSummaryIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
TermIdProperty
The TermId property.
Declaration
public static readonly EntityProperty TermIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
TotalNumberUnitsEarnedProperty
The TotalNumberUnitsEarned property.
Declaration
public static readonly EntityProperty TotalNumberUnitsEarnedProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
TotalNumberUnitsProperty
The TotalNumberUnits property.
Declaration
public static readonly EntityProperty TotalNumberUnitsProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
AcademicYearSequence
Gets or sets the AcademicYearSequence associated with this StudentRevenueSummaryChildTermEntity.
Declaration
public decimal AcademicYearSequence { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The AcademicYearSequence. |
BillingFrequency
Gets or sets the BillingFrequency associated with this StudentRevenueSummaryChildTermEntity.
Declaration
public string BillingFrequency { get; set; }
Property Value
Type | Description |
---|---|
System.String | The BillingFrequency. |
BillingTransactionCode
Gets or sets the BillingTransactionCode associated with this StudentRevenueSummaryChildTermEntity.
Declaration
public string BillingTransactionCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The BillingTransactionCode. |
CampusId
Gets or sets the CampusId associated with this StudentRevenueSummaryChildTermEntity.
Declaration
public int CampusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The CampusId. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this StudentRevenueSummaryChildTermEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
DeferredRevenue
Gets or sets the DeferredRevenue associated with this StudentRevenueSummaryChildTermEntity.
Declaration
public decimal DeferredRevenue { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The DeferredRevenue. |
EarnedRevenue
Gets or sets the EarnedRevenue associated with this StudentRevenueSummaryChildTermEntity.
Declaration
public decimal EarnedRevenue { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The EarnedRevenue. |
ExceptionCode
Gets or sets the ExceptionCode associated with this StudentRevenueSummaryChildTermEntity.
Declaration
public string ExceptionCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ExceptionCode. |
Id
Gets or sets the Id associated with this StudentRevenueSummaryChildTermEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsManualOverride
Gets or sets the IsManualOverride associated with this StudentRevenueSummaryChildTermEntity.
Declaration
public bool IsManualOverride { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsManualOverride. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this StudentRevenueSummaryChildTermEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this StudentRevenueSummaryChildTermEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
LastRevenueEarnedAmount
Gets or sets the LastRevenueEarnedAmount associated with this StudentRevenueSummaryChildTermEntity.
Declaration
public decimal LastRevenueEarnedAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The LastRevenueEarnedAmount. |
LastRevenueEarnedDate
Gets or sets the LastRevenueEarnedDate associated with this StudentRevenueSummaryChildTermEntity.
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 StudentRevenueSummaryChildTermEntity.
Declaration
public decimal MonthRevenueEarnedAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The MonthRevenueEarnedAmount. |
RevenueBasis
Gets or sets the RevenueBasis associated with this StudentRevenueSummaryChildTermEntity.
Declaration
public string RevenueBasis { get; set; }
Property Value
Type | Description |
---|---|
System.String | The RevenueBasis. |
RevenuePeriodBeginDate
Gets or sets the RevenuePeriodBeginDate associated with this StudentRevenueSummaryChildTermEntity.
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 StudentRevenueSummaryChildTermEntity.
Declaration
public DateTime? RevenuePeriodEndDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The RevenuePeriodEndDate. |
RowVersion
Gets or sets the RowVersion associated with this StudentRevenueSummaryChildTermEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
StudentEnrollmentPeriodId
Gets or sets the StudentEnrollmentPeriodId associated with this StudentRevenueSummaryChildTermEntity.
Declaration
public int StudentEnrollmentPeriodId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentEnrollmentPeriodId. |
StudentRevenueSummaryId
Gets or sets the StudentRevenueSummaryId associated with this StudentRevenueSummaryChildTermEntity.
Declaration
public int StudentRevenueSummaryId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentRevenueSummaryId. |
TermId
Gets or sets the TermId associated with this StudentRevenueSummaryChildTermEntity.
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 StudentRevenueSummaryChildTermEntity.
Declaration
public decimal TotalNumberUnits { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The TotalNumberUnits. |
TotalNumberUnitsEarned
Gets or sets the TotalNumberUnitsEarned associated with this StudentRevenueSummaryChildTermEntity.
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()