Class FundSourceType
This class represents the EntityModel interface to the FaFundSourceType database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.FinancialAid
Assembly: Cmc.Nexus.Models.dll
Syntax
public class FundSourceType
Constructors
FundSourceType()
Declaration
public FundSourceType()
Properties
Code
Gets or sets the Code associated with this FundSourceType.
Declaration
public string Code { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The Code. |
DefaultBorrowerDefRefCode
Gets or sets the DefaultBorrowerDefRefCode associated with this FundSourceType.
Declaration
public string DefaultBorrowerDefRefCode { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The DefaultBorrowerDefRefCode. |
DefaultBorrowerIntIndicator
Gets or sets the DefaultBorrowerIntIndicator associated with this FundSourceType.
Declaration
public string DefaultBorrowerIntIndicator { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The DefaultBorrowerIntIndicator. |
DefaultBorrowerRefCode
Gets or sets the DefaultBorrowerRefCode associated with this FundSourceType.
Declaration
public string DefaultBorrowerRefCode { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The DefaultBorrowerRefCode. |
DefaultBorrowerUsaCitizenCode
Gets or sets the DefaultBorrowerUsaCitizenCode associated with this FundSourceType.
Declaration
public string DefaultBorrowerUsaCitizenCode { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The DefaultBorrowerUsaCitizenCode. |
DefaultDefermentReqCode
Gets or sets the DefaultDefermentReqCode associated with this FundSourceType.
Declaration
public string DefaultDefermentReqCode { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The DefaultDefermentReqCode. |
DefaultEftAuthorization
Gets or sets the DefaultEftAuthorization associated with this FundSourceType.
Declaration
public string DefaultEftAuthorization { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The DefaultEftAuthorization. |
DefaultPromNoteDeliveryCode
Gets or sets the DefaultPromNoteDeliveryCode associated with this FundSourceType.
Declaration
public string DefaultPromNoteDeliveryCode { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The DefaultPromNoteDeliveryCode. |
DefaultReceiveProcessType
Gets or sets the DefaultReceiveProcessType associated with this FundSourceType.
Declaration
public string DefaultReceiveProcessType { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The DefaultReceiveProcessType. |
DefaultSerialLoanCode
Gets or sets the DefaultSerialLoanCode associated with this FundSourceType.
Declaration
public string DefaultSerialLoanCode { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The DefaultSerialLoanCode. |
DefaultStudentDefOnLoan
Gets or sets the DefaultStudentDefOnLoan associated with this FundSourceType.
Declaration
public string DefaultStudentDefOnLoan { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The DefaultStudentDefOnLoan. |
DefaultValidPromNote
Gets or sets the DefaultValidPromNote associated with this FundSourceType.
Declaration
public string DefaultValidPromNote { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The DefaultValidPromNote. |
IsEfcSubstitutable
Gets or sets the IsEfcSubstitutable associated with this FundSourceType.
Declaration
public bool IsEfcSubstitutable { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean | The IsEfcSubstitutable. |
Name
Gets or sets the Name associated with this FundSourceType.
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The Name. |
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. |