Class AutoAwardStudentLog
This class represents the EntityModel interface to the FaStudentAutoAwardLog database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.FinancialAid
Assembly: Cmc.Nexus.Models.dll
Syntax
public class AutoAwardStudentLog
Constructors
AutoAwardStudentLog()
Declaration
public AutoAwardStudentLog()
Properties
AutoAwardRequestDate
Gets or sets the AutoAwardRequestDate associated with this AutoAwardStudentLog.
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 AutoAwardStudentLog.
Declaration
public string AutoAwardRequestProcess { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The AutoAwardRequestProcess. |
AutoAwardResult
Gets or sets the AutoAwardResult associated with this AutoAwardStudentLog.
Declaration
public string AutoAwardResult { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The AutoAwardResult. |
AutoPackagePromotionStatus
Gets or sets the AutoPackagePromotionStatus associated with this AutoAwardStudentLog.
Declaration
public byte? AutoPackagePromotionStatus { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Byte> | The AutoPackagePromotionStatus. |
AwardingDate
Gets or sets the AwardingDate associated with this AutoAwardStudentLog.
Declaration
public DateTime? AwardingDate { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.DateTime> | The AwardingDate. |
AwardingPostProcessStatus
Gets or sets the AwardingPostProcessStatus associated with this AutoAwardStudentLog.
Declaration
public byte? AwardingPostProcessStatus { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Byte> | The AwardingPostProcessStatus. |
AwardingProcessStatus
Gets or sets the AwardingProcessStatus associated with this AutoAwardStudentLog.
Declaration
public byte? AwardingProcessStatus { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Byte> | The AwardingProcessStatus. |
AwardLetterQueueStatus
Gets or sets the AwardLetterQueueStatus associated with this AutoAwardStudentLog.
Declaration
public byte? AwardLetterQueueStatus { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Byte> | The AwardLetterQueueStatus. |
BusinessProcessRequest
Declaration
public virtual BusinessProcessRequest BusinessProcessRequest { get; set; }
Property Value
| Type | Description |
|---|---|
| BusinessProcessRequest |
BusinessProcessRequestId
Gets or sets the BusinessProcessRequestId associated with this AutoAwardStudentLog.
Declaration
public int? BusinessProcessRequestId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> | The BusinessProcessRequestId. |
Campus
Declaration
public virtual Campus Campus { get; set; }
Property Value
| Type | Description |
|---|---|
| Campus |
CampusId
Gets or sets the CampusId associated with this AutoAwardStudentLog.
Declaration
public int CampusId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 | The CampusId. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this AutoAwardStudentLog.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| System.DateTime | The CreatedDateTime. |
Id
Gets or sets the Id associated with this AutoAwardStudentLog.
Declaration
public int Id { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 | The Id. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this AutoAwardStudentLog.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this AutoAwardStudentLog.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 | The LastModifiedUserId. |
LoanPeriodBudgetStatus
Gets or sets the LoanPeriodBudgetStatus associated with this AutoAwardStudentLog.
Declaration
public byte? LoanPeriodBudgetStatus { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Byte> | The LoanPeriodBudgetStatus. |
Student
Declaration
public virtual Student Student { get; set; }
Property Value
| Type | Description |
|---|---|
| Student |
StudentId
Gets or sets the StudentId associated with this AutoAwardStudentLog.
Declaration
public int StudentId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 | The StudentId. |
WorkStudyCampusVantageStatus
Gets or sets the WorkStudyCampusVantageStatus associated with this AutoAwardStudentLog.
Declaration
public byte? WorkStudyCampusVantageStatus { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Byte> | The WorkStudyCampusVantageStatus. |
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. |