Class RefundPrintCheckSummaryStudentEntity
This class represents the EntityModel interface to the ApPrintLedger database table.
Inheritance
Implements
Namespace: Cmc.Nexus.StudentAccounts.Entities
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class RefundPrintCheckSummaryStudentEntity : Entity, IIdentifiable, IAuditable
Constructors
RefundPrintCheckSummaryStudentEntity()
Declaration
public RefundPrintCheckSummaryStudentEntity()
Fields
BankAccountNumberProperty
The BankAccountNumber property.
Declaration
public static readonly EntityProperty BankAccountNumberProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
BankNameProperty
The BankName property.
Declaration
public static readonly EntityProperty BankNameProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
BatchGuidProperty
The BatchGuid property.
Declaration
public static readonly EntityProperty BatchGuidProperty
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 |
CheckAmountProperty
The CheckAmount property.
Declaration
public static readonly EntityProperty CheckAmountProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CheckDateProperty
The CheckDate property.
Declaration
public static readonly EntityProperty CheckDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CheckNumberProperty
The CheckNumber property.
Declaration
public static readonly EntityProperty CheckNumberProperty
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 |
IdProperty
The Id property.
Declaration
public static readonly EntityProperty IdProperty
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 |
PayeeNameProperty
The PayeeName property.
Declaration
public static readonly EntityProperty PayeeNameProperty
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 |
StudentIdentifierProperty
The StudentIdentifier property.
Declaration
public static readonly EntityProperty StudentIdentifierProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StudentNameProperty
The StudentName property.
Declaration
public static readonly EntityProperty StudentNameProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
BankAccountNumber
Gets or sets the BankAccountNumber associated with this RefundPrintCheckSummaryStudentEntity.
Declaration
public string BankAccountNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The BankAccountNumber. |
BankName
Gets or sets the BankName associated with this RefundPrintCheckSummaryStudentEntity.
Declaration
public string BankName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The BankName. |
BatchGuid
Gets or sets the BatchGuid associated with this RefundPrintCheckSummaryStudentEntity.
Declaration
public Guid BatchGuid { get; set; }
Property Value
Type | Description |
---|---|
System.Guid | The BatchGuid. |
CampusName
Gets or sets the CampusName associated with this RefundPrintCheckSummaryStudentEntity.
Declaration
public string CampusName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CampusName. |
CheckAmount
Gets or sets the CheckAmount associated with this RefundPrintCheckSummaryStudentEntity.
Declaration
public decimal CheckAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The CheckAmount. |
CheckDate
Gets or sets the CheckDate associated with this RefundPrintCheckSummaryStudentEntity.
Declaration
public DateTime CheckDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CheckDate. |
CheckNumber
Gets or sets the CheckNumber associated with this RefundPrintCheckSummaryStudentEntity.
Declaration
public int CheckNumber { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The CheckNumber. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this RefundPrintCheckSummaryStudentEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
Id
Gets or sets the Id associated with this RefundPrintCheckSummaryStudentEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this RefundPrintCheckSummaryStudentEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this RefundPrintCheckSummaryStudentEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
PayeeName
Gets or sets the PayeeName associated with this RefundPrintCheckSummaryStudentEntity.
Declaration
public string PayeeName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PayeeName. |
RowVersion
Gets or sets the RowVersion associated with this RefundPrintCheckSummaryStudentEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
StudentIdentifier
Gets or sets the StudentIdentifier associated with this RefundPrintCheckSummaryStudentEntity.
Declaration
public string StudentIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String | The StudentIdentifier. |
StudentName
Gets or sets the StudentName associated with this RefundPrintCheckSummaryStudentEntity.
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()