Class RefundPrintCheckSummaryStudent
This class represents the EntityModel interface to the ApPrintLedger database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.StudentAccounts
Assembly: Cmc.Nexus.Models.dll
Syntax
public class RefundPrintCheckSummaryStudent
Constructors
RefundPrintCheckSummaryStudent()
Declaration
public RefundPrintCheckSummaryStudent()
Properties
BankAccountNumber
Gets or sets the BankAccountNumber associated with this RefundPrintCheckSummaryStudent.
Declaration
public string BankAccountNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The BankAccountNumber. |
BankName
Gets or sets the BankName associated with this RefundPrintCheckSummaryStudent.
Declaration
public string BankName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The BankName. |
BatchGuid
Gets or sets the BatchGuid associated with this RefundPrintCheckSummaryStudent.
Declaration
public Guid BatchGuid { get; set; }
Property Value
Type | Description |
---|---|
System.Guid | The BatchGuid. |
CampusName
Gets or sets the CampusName associated with this RefundPrintCheckSummaryStudent.
Declaration
public string CampusName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CampusName. |
CheckAmount
Gets or sets the CheckAmount associated with this RefundPrintCheckSummaryStudent.
Declaration
public decimal CheckAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The CheckAmount. |
CheckDate
Gets or sets the CheckDate associated with this RefundPrintCheckSummaryStudent.
Declaration
public DateTime CheckDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CheckDate. |
CheckNumber
Gets or sets the CheckNumber associated with this RefundPrintCheckSummaryStudent.
Declaration
public int CheckNumber { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The CheckNumber. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this RefundPrintCheckSummaryStudent.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
Id
Gets or sets the Id associated with this RefundPrintCheckSummaryStudent.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this RefundPrintCheckSummaryStudent.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this RefundPrintCheckSummaryStudent.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
PayeeName
Gets or sets the PayeeName associated with this RefundPrintCheckSummaryStudent.
Declaration
public string PayeeName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PayeeName. |
StudentIdentifier
Gets or sets the StudentIdentifier associated with this RefundPrintCheckSummaryStudent.
Declaration
public string StudentIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String | The StudentIdentifier. |
StudentName
Gets or sets the StudentName associated with this RefundPrintCheckSummaryStudent.
Declaration
public string StudentName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The StudentName. |
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. |