Class DirectLoanChangeField
This class represents the EntityModel interface to the FaDLChangeFields database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.FinancialAid
Assembly: Cmc.Nexus.Models.dll
Syntax
public class DirectLoanChangeField
Constructors
DirectLoanChangeField()
Declaration
public DirectLoanChangeField()
Fields
ChangeNumberAsLoanAcademicYearEndDate
Declaration
public static readonly string ChangeNumberAsLoanAcademicYearEndDate
Field Value
| Type | Description |
|---|---|
| System.String |
ChangeNumberAsLoanAcademicYearStartDate
Declaration
public static readonly string ChangeNumberAsLoanAcademicYearStartDate
Field Value
| Type | Description |
|---|---|
| System.String |
ChangeNumberAsLoanAmountApproved
Declaration
public static readonly string ChangeNumberAsLoanAmountApproved
Field Value
| Type | Description |
|---|---|
| System.String |
ChangeNumberAsLoanPeriodBeginDate
Declaration
public static readonly string ChangeNumberAsLoanPeriodBeginDate
Field Value
| Type | Description |
|---|---|
| System.String |
ChangeNumberAsLoanPeriodEndDate
Declaration
public static readonly string ChangeNumberAsLoanPeriodEndDate
Field Value
| Type | Description |
|---|---|
| System.String |
ChangeNumberAsOriginationFeePercentage
Declaration
public static readonly string ChangeNumberAsOriginationFeePercentage
Field Value
| Type | Description |
|---|---|
| System.String |
ChangeNumberAsStudentYearInCollege
Declaration
public static readonly string ChangeNumberAsStudentYearInCollege
Field Value
| Type | Description |
|---|---|
| System.String |
Properties
AwardYear
Gets or sets the AwardYear associated with this DirectLoanChangeField.
Declaration
public string AwardYear { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The AwardYear. |
ChangeNumber
Gets or sets the ChangeNumber associated with this DirectLoanChangeField.
Declaration
public string ChangeNumber { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The ChangeNumber. |
ColumnDescription
Gets or sets the ColumnDescription associated with this DirectLoanChangeField.
Declaration
public string ColumnDescription { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The ColumnDescription. |
ColumnLength
Gets or sets the ColumnLength associated with this DirectLoanChangeField.
Declaration
public int ColumnLength { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 | The ColumnLength. |
ColumnMask
Gets or sets the ColumnMask associated with this DirectLoanChangeField.
Declaration
public string ColumnMask { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The ColumnMask. |
ColumnName
Gets or sets the ColumnName associated with this DirectLoanChangeField.
Declaration
public string ColumnName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The ColumnName. |
ColumnType
Gets or sets the ColumnType associated with this DirectLoanChangeField.
Declaration
public string ColumnType { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The ColumnType. |
ColumnValidate
Gets or sets the ColumnValidate associated with this DirectLoanChangeField.
Declaration
public string ColumnValidate { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The ColumnValidate. |
DisbursementNumber
Gets or sets the DisbursementNumber associated with this DirectLoanChangeField.
Declaration
public int DisbursementNumber { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 | The DisbursementNumber. |
Expression
Gets or sets the Expression associated with this DirectLoanChangeField.
Declaration
public string Expression { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The Expression. |
Expression2
Gets or sets the Expression2 associated with this DirectLoanChangeField.
Declaration
public string Expression2 { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The Expression2. |
Id
Gets or sets the Id associated with this DirectLoanChangeField.
Declaration
public int Id { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 | The Id. |
Sequence
Gets or sets the Sequence associated with this DirectLoanChangeField.
Declaration
public string Sequence { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The Sequence. |
TableName
Gets or sets the TableName associated with this DirectLoanChangeField.
Declaration
public string TableName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The TableName. |
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. |