Class StudentRevenueDetailEntity
This class represents the EntityModel interface to the SaRevenueDetail database table.
Inheritance
Implements
Namespace: Cmc.Nexus.StudentAccounts.Entities
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class StudentRevenueDetailEntity : Entity, IIdentifiable, IAuditable
Constructors
StudentRevenueDetailEntity()
Declaration
public StudentRevenueDetailEntity()
Fields
AcademicYearSequenceProperty
The AcademicYearSequence property.
Declaration
public static readonly EntityProperty AcademicYearSequenceProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
AmountProperty
The Amount property.
Declaration
public static readonly EntityProperty AmountProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
BatchNumberProperty
The BatchNumber property.
Declaration
public static readonly EntityProperty BatchNumberProperty
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 |
CarryOverAmountProperty
The CarryOverAmount property.
Declaration
public static readonly EntityProperty CarryOverAmountProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ChildTermIdProperty
The ChildTermId property.
Declaration
public static readonly EntityProperty ChildTermIdProperty
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 |
ExceptionCodeProperty
The ExceptionCode property.
Declaration
public static readonly EntityProperty ExceptionCodeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
FutureChargesProperty
The FutureCharges property.
Declaration
public static readonly EntityProperty FutureChargesProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
FutureRevenueProperty
The FutureRevenue property.
Declaration
public static readonly EntityProperty FutureRevenueProperty
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 |
IsEarnedOnChildTermProperty
The IsEarnedOnChildTerm property.
Declaration
public static readonly EntityProperty IsEarnedOnChildTermProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsGlStatusFlagProperty
The IsGlStatusFlag property.
Declaration
public static readonly EntityProperty IsGlStatusFlagProperty
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 |
PostDateProperty
The PostDate property.
Declaration
public static readonly EntityProperty PostDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PreviousEarnedPercentageBatchProperty
The PreviousEarnedPercentageBatch property.
Declaration
public static readonly EntityProperty PreviousEarnedPercentageBatchProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ReferenceProperty
The Reference property.
Declaration
public static readonly EntityProperty ReferenceProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
RevenueSummaryChildTermIdProperty
The RevenueSummaryChildTermId property.
Declaration
public static readonly EntityProperty RevenueSummaryChildTermIdProperty
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 |
SchoolStatusIdProperty
The SchoolStatusId property.
Declaration
public static readonly EntityProperty SchoolStatusIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
SourceProperty
The Source property.
Declaration
public static readonly EntityProperty SourceProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StatusProperty
The Status property.
Declaration
public static readonly EntityProperty StatusProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StudentAccountTransactionIdProperty
The StudentAccountTransactionId property.
Declaration
public static readonly EntityProperty StudentAccountTransactionIdProperty
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 |
TotalUnitsProperty
The TotalUnits property.
Declaration
public static readonly EntityProperty TotalUnitsProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
TransactionDateProperty
The TransactionDate property.
Declaration
public static readonly EntityProperty TransactionDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
TypeProperty
The Type property.
Declaration
public static readonly EntityProperty TypeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
UnitsEarnedProperty
The UnitsEarned property.
Declaration
public static readonly EntityProperty UnitsEarnedProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
AcademicYearSequence
Gets or sets the AcademicYearSequence associated with this StudentRevenueDetailEntity.
Declaration
public decimal AcademicYearSequence { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The AcademicYearSequence. |
Amount
Gets or sets the Amount associated with this StudentRevenueDetailEntity.
Declaration
public decimal Amount { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The Amount. |
BatchNumber
Gets or sets the BatchNumber associated with this StudentRevenueDetailEntity.
Declaration
public string BatchNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The BatchNumber. |
BillingTransactionCode
Gets or sets the BillingTransactionCode associated with this StudentRevenueDetailEntity.
Declaration
public string BillingTransactionCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The BillingTransactionCode. |
CarryOverAmount
Gets or sets the CarryOverAmount associated with this StudentRevenueDetailEntity.
Declaration
public decimal? CarryOverAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The CarryOverAmount. |
ChildTermId
Gets or sets the ChildTermId associated with this StudentRevenueDetailEntity.
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 StudentRevenueDetailEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
ExceptionCode
Gets or sets the ExceptionCode associated with this StudentRevenueDetailEntity.
Declaration
public string ExceptionCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ExceptionCode. |
FutureCharges
Gets or sets the FutureCharges associated with this StudentRevenueDetailEntity.
Declaration
public decimal FutureCharges { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The FutureCharges. |
FutureRevenue
Gets or sets the FutureRevenue associated with this StudentRevenueDetailEntity.
Declaration
public decimal FutureRevenue { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The FutureRevenue. |
Id
Gets or sets the Id associated with this StudentRevenueDetailEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsEarnedOnChildTerm
Gets or sets the IsEarnedOnChildTerm associated with this StudentRevenueDetailEntity.
Declaration
public bool IsEarnedOnChildTerm { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsEarnedOnChildTerm. |
IsGlStatusFlag
Gets or sets the IsGlStatusFlag associated with this StudentRevenueDetailEntity.
Declaration
public bool IsGlStatusFlag { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsGlStatusFlag. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this StudentRevenueDetailEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this StudentRevenueDetailEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
PostDate
Gets or sets the PostDate associated with this StudentRevenueDetailEntity.
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 StudentRevenueDetailEntity.
Declaration
public string PreviousEarnedPercentageBatch { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PreviousEarnedPercentageBatch. |
Reference
Gets or sets the Reference associated with this StudentRevenueDetailEntity.
Declaration
public string Reference { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Reference. |
RevenueSummaryChildTermId
Gets or sets the RevenueSummaryChildTermId associated with this StudentRevenueDetailEntity.
Declaration
public int? RevenueSummaryChildTermId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The RevenueSummaryChildTermId. |
RowVersion
Gets or sets the RowVersion associated with this StudentRevenueDetailEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
SchoolStatusId
Gets or sets the SchoolStatusId associated with this StudentRevenueDetailEntity.
Declaration
public int SchoolStatusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The SchoolStatusId. |
Source
Gets or sets the Source associated with this StudentRevenueDetailEntity.
Declaration
public string Source { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Source. |
Status
Gets or sets the Status associated with this StudentRevenueDetailEntity.
Declaration
public string Status { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Status. |
StudentAccountTransactionId
Gets or sets the StudentAccountTransactionId associated with this StudentRevenueDetailEntity.
Declaration
public int? StudentAccountTransactionId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentAccountTransactionId. |
StudentEnrollmentPeriodId
Gets or sets the StudentEnrollmentPeriodId associated with this StudentRevenueDetailEntity.
Declaration
public int StudentEnrollmentPeriodId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentEnrollmentPeriodId. |
StudentRevenueSummaryId
Gets or sets the StudentRevenueSummaryId associated with this StudentRevenueDetailEntity.
Declaration
public int? StudentRevenueSummaryId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentRevenueSummaryId. |
TermId
Gets or sets the TermId associated with this StudentRevenueDetailEntity.
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 StudentRevenueDetailEntity.
Declaration
public decimal TotalUnits { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The TotalUnits. |
TransactionDate
Gets or sets the TransactionDate associated with this StudentRevenueDetailEntity.
Declaration
public DateTime TransactionDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The TransactionDate. |
Type
Gets or sets the Type associated with this StudentRevenueDetailEntity.
Declaration
public string Type { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Type. |
UnitsEarned
Gets or sets the UnitsEarned associated with this StudentRevenueDetailEntity.
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()