Class RefundPendingCheck
This class represents the EntityModel interface to the FaaRefundPendingChecks_vw database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.FinancialAid
Assembly: Cmc.Nexus.Models.dll
Syntax
public class RefundPendingCheck
Constructors
RefundPendingCheck()
Declaration
public RefundPendingCheck()
Properties
Amount
Gets or sets the Amount associated with this RefundPendingCheck.
Declaration
public decimal Amount { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The Amount. |
AwardYear
Gets or sets the AwardYear associated with this RefundPendingCheck.
Declaration
public string AwardYear { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AwardYear. |
BankAccount
Declaration
public virtual BankAccount BankAccount { get; set; }
Property Value
Type | Description |
---|---|
BankAccount |
BankAccountId
Gets or sets the BankAccountId associated with this RefundPendingCheck.
Declaration
public int? BankAccountId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The BankAccountId. |
Campus
Declaration
public virtual Campus Campus { get; set; }
Property Value
Type | Description |
---|---|
Campus |
CampusId
Gets or sets the CampusId associated with this RefundPendingCheck.
Declaration
public int CampusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The CampusId. |
CampusName
Gets or sets the CampusName associated with this RefundPendingCheck.
Declaration
public string CampusName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CampusName. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this RefundPendingCheck.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
DirectLoanIdentifier
Gets or sets the DirectLoanIdentifier associated with this RefundPendingCheck.
Declaration
public string DirectLoanIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String | The DirectLoanIdentifier. |
DueDate
Gets or sets the DueDate associated with this RefundPendingCheck.
Declaration
public DateTime? DueDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The DueDate. |
EnrollmentNumber
Gets or sets the EnrollmentNumber associated with this RefundPendingCheck.
Declaration
public string EnrollmentNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The EnrollmentNumber. |
FirstName
Gets or sets the FirstName associated with this RefundPendingCheck.
Declaration
public string FirstName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FirstName. |
FundSourceCode
Gets or sets the FundSourceCode associated with this RefundPendingCheck.
Declaration
public string FundSourceCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FundSourceCode. |
FundSourceId
Gets or sets the FundSourceId associated with this RefundPendingCheck.
Declaration
public int? FundSourceId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The FundSourceId. |
FundSourceName
Gets or sets the FundSourceName associated with this RefundPendingCheck.
Declaration
public string FundSourceName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FundSourceName. |
Id
Gets or sets the Id associated with this RefundPendingCheck.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsCheckNumberEditable
Gets or sets the IsCheckNumberEditable associated with this RefundPendingCheck.
Declaration
public string IsCheckNumberEditable { get; set; }
Property Value
Type | Description |
---|---|
System.String | The IsCheckNumberEditable. |
LastName
Gets or sets the LastName associated with this RefundPendingCheck.
Declaration
public string LastName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The LastName. |
PayeeCity
Gets or sets the PayeeCity associated with this RefundPendingCheck.
Declaration
public string PayeeCity { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PayeeCity. |
PayeeName
Gets or sets the PayeeName associated with this RefundPendingCheck.
Declaration
public string PayeeName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PayeeName. |
PayeePostalCode
Gets or sets the PayeePostalCode associated with this RefundPendingCheck.
Declaration
public string PayeePostalCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PayeePostalCode. |
PayeeState
Gets or sets the PayeeState associated with this RefundPendingCheck.
Declaration
public string PayeeState { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PayeeState. |
PayeeStreetAddress
Gets or sets the PayeeStreetAddress associated with this RefundPendingCheck.
Declaration
public string PayeeStreetAddress { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PayeeStreetAddress. |
PayeeStreetAddress2
Gets or sets the PayeeStreetAddress2 associated with this RefundPendingCheck.
Declaration
public string PayeeStreetAddress2 { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PayeeStreetAddress2. |
PrintCheckNumber
Gets or sets the PrintCheckNumber associated with this RefundPendingCheck.
Declaration
public string PrintCheckNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PrintCheckNumber. |
Refund
Declaration
public virtual Refund Refund { get; set; }
Property Value
Type | Description |
---|---|
Refund |
RefundDescription
Gets or sets the RefundDescription associated with this RefundPendingCheck.
Declaration
public string RefundDescription { get; set; }
Property Value
Type | Description |
---|---|
System.String | The RefundDescription. |
RefundId
Gets or sets the RefundId associated with this RefundPendingCheck.
Declaration
public int RefundId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The RefundId. |
ReturnMethod
Gets or sets the ReturnMethod associated with this RefundPendingCheck.
Declaration
public string ReturnMethod { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ReturnMethod. |
Ssn
Gets or sets the Ssn associated with this RefundPendingCheck.
Declaration
public string Ssn { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Ssn. |
Staff
Declaration
public virtual Staff Staff { get; set; }
Property Value
Type | Description |
---|---|
Staff |
StaffGroup
Declaration
public virtual StaffGroup StaffGroup { get; set; }
Property Value
Type | Description |
---|---|
StaffGroup |
StaffGroupId
Gets or sets the StaffGroupId associated with this RefundPendingCheck.
Declaration
public int? StaffGroupId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StaffGroupId. |
StaffId
Gets or sets the StaffId associated with this RefundPendingCheck.
Declaration
public int StaffId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StaffId. |
Student
Declaration
public virtual Student Student { get; set; }
Property Value
Type | Description |
---|---|
Student |
StudentAcademicYear
Declaration
public virtual StudentAcademicYear StudentAcademicYear { get; set; }
Property Value
Type | Description |
---|---|
StudentAcademicYear |
StudentAcademicYearId
Gets or sets the StudentAcademicYearId associated with this RefundPendingCheck.
Declaration
public int? StudentAcademicYearId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentAcademicYearId. |
StudentAward
Declaration
public virtual StudentAward StudentAward { get; set; }
Property Value
Type | Description |
---|---|
StudentAward |
StudentAwardId
Gets or sets the StudentAwardId associated with this RefundPendingCheck.
Declaration
public int StudentAwardId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentAwardId. |
StudentEnrollmentPeriod
Declaration
public virtual StudentEnrollmentPeriod StudentEnrollmentPeriod { get; set; }
Property Value
Type | Description |
---|---|
StudentEnrollmentPeriod |
StudentEnrollmentPeriodId
Gets or sets the StudentEnrollmentPeriodId associated with this RefundPendingCheck.
Declaration
public int? StudentEnrollmentPeriodId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentEnrollmentPeriodId. |
StudentId
Gets or sets the StudentId associated with this RefundPendingCheck.
Declaration
public int StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentId. |
StudentNumber
Gets or sets the StudentNumber associated with this RefundPendingCheck.
Declaration
public string StudentNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The StudentNumber. |
StudentRelationshipAddress
Declaration
public virtual StudentRelationshipAddress StudentRelationshipAddress { get; set; }
Property Value
Type | Description |
---|---|
StudentRelationshipAddress |
StudentRelationshipAddressId
Gets or sets the StudentRelationshipAddressId associated with this RefundPendingCheck.
Declaration
public int? StudentRelationshipAddressId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentRelationshipAddressId. |
Term
Declaration
public virtual Term Term { get; set; }
Property Value
Type | Description |
---|---|
Term |
TermId
Gets or sets the TermId associated with this RefundPendingCheck.
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. |