Class StudentSubsidiaryAccountRefund
This class represents the EntityModel interface to the SaSubsidiaryRefund database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.StudentAccounts
Assembly: Cmc.Nexus.Models.dll
Syntax
public class StudentSubsidiaryAccountRefund
Constructors
StudentSubsidiaryAccountRefund()
Declaration
public StudentSubsidiaryAccountRefund()
Properties
AcademicYearSequence
Gets or sets the AcademicYearSequence associated with this StudentSubsidiaryAccountRefund.
Declaration
public short? AcademicYearSequence { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int16> | The AcademicYearSequence. |
Amount
Gets or sets the Amount associated with this StudentSubsidiaryAccountRefund.
Declaration
public decimal Amount { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The Amount. |
BankAccount
Declaration
public virtual BankAccount BankAccount { get; set; }
Property Value
Type | Description |
---|---|
BankAccount |
BankAccountId
Gets or sets the BankAccountId associated with this StudentSubsidiaryAccountRefund.
Declaration
public int? BankAccountId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The BankAccountId. |
CheckNumber
Gets or sets the CheckNumber associated with this StudentSubsidiaryAccountRefund.
Declaration
public string CheckNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CheckNumber. |
Code
Gets or sets the Code associated with this StudentSubsidiaryAccountRefund.
Declaration
public string Code { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Code. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this StudentSubsidiaryAccountRefund.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
Description
Gets or sets the Description associated with this StudentSubsidiaryAccountRefund.
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Description. |
DueDate
Gets or sets the DueDate associated with this StudentSubsidiaryAccountRefund.
Declaration
public DateTime? DueDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The DueDate. |
Enrollment
Declaration
public virtual StudentEnrollmentPeriod Enrollment { get; set; }
Property Value
Type | Description |
---|---|
StudentEnrollmentPeriod |
Id
Gets or sets the Id associated with this StudentSubsidiaryAccountRefund.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this StudentSubsidiaryAccountRefund.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this StudentSubsidiaryAccountRefund.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
Note
Gets or sets the Note associated with this StudentSubsidiaryAccountRefund.
Declaration
public string Note { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Note. |
PayeeName
Declaration
public string PayeeName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ReturnMethod
Gets or sets the ReturnMethod associated with this StudentSubsidiaryAccountRefund.
Declaration
public string ReturnMethod { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ReturnMethod. |
SentDate
Gets or sets the SentDate associated with this StudentSubsidiaryAccountRefund.
Declaration
public DateTime? SentDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The SentDate. |
Status
Gets or sets the Status associated with this StudentSubsidiaryAccountRefund.
Declaration
public string Status { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Status. |
StudentEnrollmentPeriodId
Gets or sets the StudentEnrollmentPeriodId associated with this StudentSubsidiaryAccountRefund.
Declaration
public int StudentEnrollmentPeriodId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentEnrollmentPeriodId. |
StudentRelationshipAddress
Declaration
public virtual StudentRelationshipAddress StudentRelationshipAddress { get; set; }
Property Value
Type | Description |
---|---|
StudentRelationshipAddress |
StudentRelationshipAddressId
Gets or sets the StudentRelationshipAddressId associated with this StudentSubsidiaryAccountRefund.
Declaration
public int? StudentRelationshipAddressId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentRelationshipAddressId. |
StudentSubsidiaryAccountTransactions
Declaration
public virtual ICollection<StudentSubsidiaryAccountTransaction> StudentSubsidiaryAccountTransactions { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<StudentSubsidiaryAccountTransaction> |
SubsidiaryAccountType
Declaration
public virtual SubsidiaryAccountType SubsidiaryAccountType { get; set; }
Property Value
Type | Description |
---|---|
SubsidiaryAccountType |
SubsidiaryAccountTypeId
Gets or sets the SubsidiaryAccountTypeId associated with this StudentSubsidiaryAccountRefund.
Declaration
public int SubsidiaryAccountTypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The SubsidiaryAccountTypeId. |
Term
Declaration
public virtual Term Term { get; set; }
Property Value
Type | Description |
---|---|
Term |
TermId
Gets or sets the TermId associated with this StudentSubsidiaryAccountRefund.
Declaration
public int? TermId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The TermId. |
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. |