Class StudentStatementTemporaryRowEntity
This class represents the EntityModel interface to the SaStudentStatementActivityWork database table.
Inheritance
Implements
Namespace: Cmc.Nexus.StudentAccounts.Entities
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class StudentStatementTemporaryRowEntity : Entity, IIdentifiable, IAuditable
Constructors
StudentStatementTemporaryRowEntity()
Declaration
public StudentStatementTemporaryRowEntity()
Fields
BatchNumberProperty
The BatchNumber property.
Declaration
public static readonly EntityProperty BatchNumberProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
BillingName_FirstLastProperty
The BillingName_FirstLast property.
Declaration
public static readonly EntityProperty BillingName_FirstLastProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
BillingName_LastFirstProperty
The BillingName_LastFirst property.
Declaration
public static readonly EntityProperty BillingName_LastFirstProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
BillingTransactionCodeCodeProperty
The BillingTransactionCodeCode property.
Declaration
public static readonly EntityProperty BillingTransactionCodeCodeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CampusCityProperty
The CampusCity property.
Declaration
public static readonly EntityProperty CampusCityProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CampusCountryProperty
The CampusCountry property.
Declaration
public static readonly EntityProperty CampusCountryProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CampusNameProperty
The CampusName property.
Declaration
public static readonly EntityProperty CampusNameProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CampusPostalCodeProperty
The CampusPostalCode property.
Declaration
public static readonly EntityProperty CampusPostalCodeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CampusStateProperty
The CampusState property.
Declaration
public static readonly EntityProperty CampusStateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CampusStreetAddressProperty
The CampusStreetAddress property.
Declaration
public static readonly EntityProperty CampusStreetAddressProperty
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 |
CurrentDueAmountProperty
The CurrentDueAmount property.
Declaration
public static readonly EntityProperty CurrentDueAmountProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
FundSourceNameProperty
The FundSourceName property.
Declaration
public static readonly EntityProperty FundSourceNameProperty
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 |
IsLedgerBalanceIncludedProperty
The IsLedgerBalanceIncluded property.
Declaration
public static readonly EntityProperty IsLedgerBalanceIncludedProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsLedgerTransactionsIncludedProperty
The IsLedgerTransactionsIncluded property.
Declaration
public static readonly EntityProperty IsLedgerTransactionsIncludedProperty
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 |
NoteProperty
The Note property.
Declaration
public static readonly EntityProperty NoteProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PastDuePaymentAmountProperty
The PastDuePaymentAmount property.
Declaration
public static readonly EntityProperty PastDuePaymentAmountProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PaymentsSinceLastInvoiceAmountProperty
The PaymentsSinceLastInvoiceAmount property.
Declaration
public static readonly EntityProperty PaymentsSinceLastInvoiceAmountProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PrintSectionProperty
The PrintSection property.
Declaration
public static readonly EntityProperty PrintSectionProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
RecentPaymentsAmountProperty
The RecentPaymentsAmount property.
Declaration
public static readonly EntityProperty RecentPaymentsAmountProperty
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 |
SectionTotalProperty
The SectionTotal property.
Declaration
public static readonly EntityProperty SectionTotalProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StudentCityProperty
The StudentCity property.
Declaration
public static readonly EntityProperty StudentCityProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StudentFullNameProperty
The StudentFullName property.
Declaration
public static readonly EntityProperty StudentFullNameProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StudentIdProperty
The StudentId property.
Declaration
public static readonly EntityProperty StudentIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StudentNumberProperty
The StudentNumber property.
Declaration
public static readonly EntityProperty StudentNumberProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StudentPostalCodeProperty
The StudentPostalCode property.
Declaration
public static readonly EntityProperty StudentPostalCodeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StudentRelationshipAddressIdProperty
The StudentRelationshipAddressId property.
Declaration
public static readonly EntityProperty StudentRelationshipAddressIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StudentStateProperty
The StudentState property.
Declaration
public static readonly EntityProperty StudentStateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StudentStreetAddressProperty
The StudentStreetAddress property.
Declaration
public static readonly EntityProperty StudentStreetAddressProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
TransactionAmountProperty
The TransactionAmount property.
Declaration
public static readonly EntityProperty TransactionAmountProperty
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 |
Properties
BatchNumber
Gets or sets the BatchNumber associated with this StudentStatementTemporaryRowEntity.
Declaration
public string BatchNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The BatchNumber. |
BillingName_FirstLast
Gets or sets the BillingName_FirstLast associated with this StudentStatementTemporaryRowEntity.
Declaration
public string BillingName_FirstLast { get; set; }
Property Value
Type | Description |
---|---|
System.String | The BillingName_FirstLast. |
BillingName_LastFirst
Gets or sets the BillingName_LastFirst associated with this StudentStatementTemporaryRowEntity.
Declaration
public string BillingName_LastFirst { get; set; }
Property Value
Type | Description |
---|---|
System.String | The BillingName_LastFirst. |
BillingTransactionCodeCode
Gets or sets the BillingTransactionCodeCode associated with this StudentStatementTemporaryRowEntity.
Declaration
public string BillingTransactionCodeCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The BillingTransactionCodeCode. |
CampusCity
Gets or sets the CampusCity associated with this StudentStatementTemporaryRowEntity.
Declaration
public string CampusCity { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CampusCity. |
CampusCountry
Gets or sets the CampusCountry associated with this StudentStatementTemporaryRowEntity.
Declaration
public string CampusCountry { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CampusCountry. |
CampusName
Gets or sets the CampusName associated with this StudentStatementTemporaryRowEntity.
Declaration
public string CampusName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CampusName. |
CampusPostalCode
Gets or sets the CampusPostalCode associated with this StudentStatementTemporaryRowEntity.
Declaration
public string CampusPostalCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CampusPostalCode. |
CampusState
Gets or sets the CampusState associated with this StudentStatementTemporaryRowEntity.
Declaration
public string CampusState { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CampusState. |
CampusStreetAddress
Gets or sets the CampusStreetAddress associated with this StudentStatementTemporaryRowEntity.
Declaration
public string CampusStreetAddress { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CampusStreetAddress. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this StudentStatementTemporaryRowEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
CurrentDueAmount
Gets or sets the CurrentDueAmount associated with this StudentStatementTemporaryRowEntity.
Declaration
public decimal? CurrentDueAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The CurrentDueAmount. |
FundSourceName
Gets or sets the FundSourceName associated with this StudentStatementTemporaryRowEntity.
Declaration
public string FundSourceName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FundSourceName. |
Id
Gets or sets the Id associated with this StudentStatementTemporaryRowEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsLedgerBalanceIncluded
Gets or sets the IsLedgerBalanceIncluded associated with this StudentStatementTemporaryRowEntity.
Declaration
public bool? IsLedgerBalanceIncluded { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | The IsLedgerBalanceIncluded. |
IsLedgerTransactionsIncluded
Gets or sets the IsLedgerTransactionsIncluded associated with this StudentStatementTemporaryRowEntity.
Declaration
public bool? IsLedgerTransactionsIncluded { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | The IsLedgerTransactionsIncluded. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this StudentStatementTemporaryRowEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this StudentStatementTemporaryRowEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
Note
Gets or sets the Note associated with this StudentStatementTemporaryRowEntity.
Declaration
public string Note { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Note. |
PastDuePaymentAmount
Gets or sets the PastDuePaymentAmount associated with this StudentStatementTemporaryRowEntity.
Declaration
public decimal? PastDuePaymentAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The PastDuePaymentAmount. |
PaymentsSinceLastInvoiceAmount
Gets or sets the PaymentsSinceLastInvoiceAmount associated with this StudentStatementTemporaryRowEntity.
Declaration
public decimal? PaymentsSinceLastInvoiceAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The PaymentsSinceLastInvoiceAmount. |
PrintSection
Gets or sets the PrintSection associated with this StudentStatementTemporaryRowEntity.
Declaration
public byte? PrintSection { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Byte> | The PrintSection. |
RecentPaymentsAmount
Gets or sets the RecentPaymentsAmount associated with this StudentStatementTemporaryRowEntity.
Declaration
public decimal? RecentPaymentsAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The RecentPaymentsAmount. |
RowVersion
Gets or sets the RowVersion associated with this StudentStatementTemporaryRowEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
SectionTotal
Gets or sets the SectionTotal associated with this StudentStatementTemporaryRowEntity.
Declaration
public decimal? SectionTotal { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The SectionTotal. |
StudentCity
Gets or sets the StudentCity associated with this StudentStatementTemporaryRowEntity.
Declaration
public string StudentCity { get; set; }
Property Value
Type | Description |
---|---|
System.String | The StudentCity. |
StudentFullName
Gets or sets the StudentFullName associated with this StudentStatementTemporaryRowEntity.
Declaration
public string StudentFullName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The StudentFullName. |
StudentId
Gets or sets the StudentId associated with this StudentStatementTemporaryRowEntity.
Declaration
public int? StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentId. |
StudentNumber
Gets or sets the StudentNumber associated with this StudentStatementTemporaryRowEntity.
Declaration
public string StudentNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The StudentNumber. |
StudentPostalCode
Gets or sets the StudentPostalCode associated with this StudentStatementTemporaryRowEntity.
Declaration
public string StudentPostalCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The StudentPostalCode. |
StudentRelationshipAddressId
Gets or sets the StudentRelationshipAddressId associated with this StudentStatementTemporaryRowEntity.
Declaration
public int? StudentRelationshipAddressId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentRelationshipAddressId. |
StudentState
Gets or sets the StudentState associated with this StudentStatementTemporaryRowEntity.
Declaration
public string StudentState { get; set; }
Property Value
Type | Description |
---|---|
System.String | The StudentState. |
StudentStreetAddress
Gets or sets the StudentStreetAddress associated with this StudentStatementTemporaryRowEntity.
Declaration
public string StudentStreetAddress { get; set; }
Property Value
Type | Description |
---|---|
System.String | The StudentStreetAddress. |
TransactionAmount
Gets or sets the TransactionAmount associated with this StudentStatementTemporaryRowEntity.
Declaration
public decimal? TransactionAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The TransactionAmount. |
TransactionDate
Gets or sets the TransactionDate associated with this StudentStatementTemporaryRowEntity.
Declaration
public DateTime? TransactionDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The TransactionDate. |
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()