Class Batch1098TToolTransactionDetail
This class represents the EntityModel interface to the Sa1098TBatchToolTransactionDetails database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.StudentAccounts
Assembly: Cmc.Nexus.Models.dll
Syntax
public class Batch1098TToolTransactionDetail
Constructors
Batch1098TToolTransactionDetail()
Declaration
public Batch1098TToolTransactionDetail()
Properties
BatchIdentifier
Gets or sets the BatchIdentifier associated with this Batch1098TToolTransactionDetail.
Declaration
public Guid BatchIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.Guid | The BatchIdentifier. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this Batch1098TToolTransactionDetail.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
Description
Gets or sets the Description associated with this Batch1098TToolTransactionDetail.
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Description. |
FundSourceBillingTransactionCode
Gets or sets the FundSourceBillingTransactionCode associated with this Batch1098TToolTransactionDetail.
Declaration
public string FundSourceBillingTransactionCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FundSourceBillingTransactionCode. |
Id
Gets or sets the Id associated with this Batch1098TToolTransactionDetail.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
Is1098TInclude
Gets or sets the Is1098TInclude associated with this Batch1098TToolTransactionDetail.
Declaration
public bool Is1098TInclude { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The Is1098TInclude. |
IsBox1Included
Gets or sets the IsBox1Included associated with this Batch1098TToolTransactionDetail.
Declaration
public bool IsBox1Included { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsBox1Included. |
IsBox4Excluded
Gets or sets the IsBox4Excluded associated with this Batch1098TToolTransactionDetail.
Declaration
public bool IsBox4Excluded { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsBox4Excluded. |
IsExcludeBox4Enabled
Gets or sets the IsExcludeBox4Enabled associated with this Batch1098TToolTransactionDetail.
Declaration
public bool IsExcludeBox4Enabled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsExcludeBox4Enabled. |
IsInclude1098TEnabled
Gets or sets the IsInclude1098TEnabled associated with this Batch1098TToolTransactionDetail.
Declaration
public bool IsInclude1098TEnabled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsInclude1098TEnabled. |
IsIncludeBox1Enabled
Gets or sets the IsIncludeBox1Enabled associated with this Batch1098TToolTransactionDetail.
Declaration
public bool IsIncludeBox1Enabled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsIncludeBox1Enabled. |
IsMultiplePayments
Gets or sets the IsMultiplePayments associated with this Batch1098TToolTransactionDetail.
Declaration
public bool IsMultiplePayments { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsMultiplePayments. |
IsPreviousYear
Gets or sets the IsPreviousYear associated with this Batch1098TToolTransactionDetail.
Declaration
public bool IsPreviousYear { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsPreviousYear. |
IsPreviousYearEnabled
Gets or sets the IsPreviousYearEnabled associated with this Batch1098TToolTransactionDetail.
Declaration
public bool IsPreviousYearEnabled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsPreviousYearEnabled. |
IsPriorYearPaymentRefunded
Gets or sets the IsPriorYearPaymentRefunded associated with this Batch1098TToolTransactionDetail.
Declaration
public bool IsPriorYearPaymentRefunded { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsPriorYearPaymentRefunded. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this Batch1098TToolTransactionDetail.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this Batch1098TToolTransactionDetail.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
PrintIdentifier
Gets or sets the PrintIdentifier associated with this Batch1098TToolTransactionDetail.
Declaration
public string PrintIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PrintIdentifier. |
Student
Declaration
public virtual Student Student { get; set; }
Property Value
Type | Description |
---|---|
Student |
StudentAccountTransaction
Declaration
public virtual StudentAccountTransaction StudentAccountTransaction { get; set; }
Property Value
Type | Description |
---|---|
StudentAccountTransaction |
StudentAccountTransactionId
Gets or sets the StudentAccountTransactionId associated with this Batch1098TToolTransactionDetail.
Declaration
public int StudentAccountTransactionId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentAccountTransactionId. |
StudentId
Gets or sets the StudentId associated with this Batch1098TToolTransactionDetail.
Declaration
public int StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentId. |
StudentName
Gets or sets the StudentName associated with this Batch1098TToolTransactionDetail.
Declaration
public string StudentName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The StudentName. |
TermCode
Gets or sets the TermCode associated with this Batch1098TToolTransactionDetail.
Declaration
public string TermCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The TermCode. |
TransactionAmount
Gets or sets the TransactionAmount associated with this Batch1098TToolTransactionDetail.
Declaration
public decimal TransactionAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The TransactionAmount. |
TransactionDate
Gets or sets the TransactionDate associated with this Batch1098TToolTransactionDetail.
Declaration
public DateTime TransactionDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The TransactionDate. |
TransactionNumber
Gets or sets the TransactionNumber associated with this Batch1098TToolTransactionDetail.
Declaration
public int TransactionNumber { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The TransactionNumber. |
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. |