Class AutoAwardStudent
This class represents the EntityModel interface to the FaStudentMaster database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.FinancialAid
Assembly: Cmc.Nexus.Models.dll
Syntax
public class AutoAwardStudent
Constructors
AutoAwardStudent()
Declaration
public AutoAwardStudent()
Properties
AutoAwardRequestDate
Gets or sets the AutoAwardRequestDate associated with this AutoAwardStudent.
Declaration
public DateTime? AutoAwardRequestDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The AutoAwardRequestDate. |
AutoAwardRequestProcess
Gets or sets the AutoAwardRequestProcess associated with this AutoAwardStudent.
Declaration
public string AutoAwardRequestProcess { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AutoAwardRequestProcess. |
BudgetCalculationRequestDate
Gets or sets the BudgetCalculationRequestDate associated with this AutoAwardStudent.
Declaration
public DateTime? BudgetCalculationRequestDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The BudgetCalculationRequestDate. |
BusinessProcessRequest
Declaration
public virtual BusinessProcessRequest BusinessProcessRequest { get; set; }
Property Value
Type | Description |
---|---|
BusinessProcessRequest |
BusinessProcessRequestId
Gets or sets the BusinessProcessRequestId associated with this AutoAwardStudent.
Declaration
public int? BusinessProcessRequestId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The BusinessProcessRequestId. |
CalculatedAwards
Gets or sets the CalculatedAwards associated with this AutoAwardStudent.
Declaration
public string CalculatedAwards { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CalculatedAwards. |
Campus
Declaration
public virtual Campus Campus { get; set; }
Property Value
Type | Description |
---|---|
Campus |
CampusId
Gets or sets the CampusId associated with this AutoAwardStudent.
Declaration
public int CampusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The CampusId. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this AutoAwardStudent.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
Id
Gets or sets the Id associated with this AutoAwardStudent.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
LastAutoAwardingDate
Gets or sets the LastAutoAwardingDate associated with this AutoAwardStudent.
Declaration
public DateTime? LastAutoAwardingDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The LastAutoAwardingDate. |
LastBudgetCalculationDate
Gets or sets the LastBudgetCalculationDate associated with this AutoAwardStudent.
Declaration
public DateTime? LastBudgetCalculationDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The LastBudgetCalculationDate. |
LastHeartbeatDate
Gets or sets the LastHeartbeatDate associated with this AutoAwardStudent.
Declaration
public DateTime? LastHeartbeatDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The LastHeartbeatDate. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this AutoAwardStudent.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this AutoAwardStudent.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
ProcessingStatus
Gets or sets the ProcessingStatus associated with this AutoAwardStudent.
Declaration
public byte? ProcessingStatus { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Byte> | The ProcessingStatus. |
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 AutoAwardStudent.
Declaration
public int? StudentAcademicYearId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentAcademicYearId. |
StudentId
Gets or sets the StudentId associated with this AutoAwardStudent.
Declaration
public int StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentId. |
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. |