Class StudentAwardLoanChange
This class represents the EntityModel interface to the FaLoanChanges database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.FinancialAid
Assembly: Cmc.Nexus.Models.dll
Syntax
public class StudentAwardLoanChange
Constructors
StudentAwardLoanChange()
Declaration
public StudentAwardLoanChange()
Properties
BatchIdentifier
Gets or sets the BatchIdentifier associated with this StudentAwardLoanChange.
Declaration
public string BatchIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String | The BatchIdentifier. |
Changenumber
Gets or sets the Changenumber associated with this StudentAwardLoanChange.
Declaration
public string Changenumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Changenumber. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this StudentAwardLoanChange.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
ExportDate
Gets or sets the ExportDate associated with this StudentAwardLoanChange.
Declaration
public DateTime? ExportDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The ExportDate. |
Id
Gets or sets the Id associated with this StudentAwardLoanChange.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsOverrideProcessed
Gets or sets the IsOverrideProcessed associated with this StudentAwardLoanChange.
Declaration
public bool IsOverrideProcessed { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsOverrideProcessed. |
IsStatusOverride
Gets or sets the IsStatusOverride associated with this StudentAwardLoanChange.
Declaration
public bool IsStatusOverride { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsStatusOverride. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this StudentAwardLoanChange.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this StudentAwardLoanChange.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
Newvalue
Gets or sets the Newvalue associated with this StudentAwardLoanChange.
Declaration
public string Newvalue { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Newvalue. |
Oldvalue
Gets or sets the Oldvalue associated with this StudentAwardLoanChange.
Declaration
public string Oldvalue { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Oldvalue. |
SentFlag
Gets or sets the SentFlag associated with this StudentAwardLoanChange.
Declaration
public string SentFlag { get; set; }
Property Value
Type | Description |
---|---|
System.String | The SentFlag. |
Sequence
Gets or sets the Sequence associated with this StudentAwardLoanChange.
Declaration
public string Sequence { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Sequence. |
Status
Gets or sets the Status associated with this StudentAwardLoanChange.
Declaration
public string Status { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Status. |
StudentAwardLoan
Declaration
public virtual StudentAwardLoan StudentAwardLoan { get; set; }
Property Value
Type | Description |
---|---|
StudentAwardLoan |
StudentAwardLoanId
Gets or sets the StudentAwardLoanId associated with this StudentAwardLoanChange.
Declaration
public int? StudentAwardLoanId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentAwardLoanId. |
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. |