Class AutoAwardStudentLogEntity
This class represents the EntityModel interface to the FaStudentAutoAwardLog database table.
Inheritance
Implements
Namespace: Cmc.Nexus.FinancialAid.Entities
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class AutoAwardStudentLogEntity : Entity, IIdentifiable, IAuditable
Constructors
AutoAwardStudentLogEntity()
Declaration
public AutoAwardStudentLogEntity()
Fields
AutoAwardRequestDateProperty
The AutoAwardRequestDate property.
Declaration
public static readonly EntityProperty AutoAwardRequestDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
AutoAwardRequestProcessProperty
The AutoAwardRequestProcess property.
Declaration
public static readonly EntityProperty AutoAwardRequestProcessProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
AutoAwardResultProperty
The AutoAwardResult property.
Declaration
public static readonly EntityProperty AutoAwardResultProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
AutoPackagePromotionStatusProperty
The AutoPackagePromotionStatus property.
Declaration
public static readonly EntityProperty AutoPackagePromotionStatusProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
AwardingDateProperty
The AwardingDate property.
Declaration
public static readonly EntityProperty AwardingDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
AwardingPostProcessStatusProperty
The AwardingPostProcessStatus property.
Declaration
public static readonly EntityProperty AwardingPostProcessStatusProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
AwardingProcessStatusProperty
The AwardingProcessStatus property.
Declaration
public static readonly EntityProperty AwardingProcessStatusProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
AwardLetterQueueStatusProperty
The AwardLetterQueueStatus property.
Declaration
public static readonly EntityProperty AwardLetterQueueStatusProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
BusinessProcessRequestIdProperty
The BusinessProcessRequestId property.
Declaration
public static readonly EntityProperty BusinessProcessRequestIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CampusIdProperty
The CampusId property.
Declaration
public static readonly EntityProperty CampusIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CreatedDateTimeProperty
The CreatedDateTime property.
Declaration
public static readonly EntityProperty CreatedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IdProperty
The Id property.
Declaration
public static readonly EntityProperty IdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LastModifiedDateTimeProperty
The LastModifiedDateTime property.
Declaration
public static readonly EntityProperty LastModifiedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LastModifiedUserIdProperty
The LastModifiedUserId property.
Declaration
public static readonly EntityProperty LastModifiedUserIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LoanPeriodBudgetStatusProperty
The LoanPeriodBudgetStatus property.
Declaration
public static readonly EntityProperty LoanPeriodBudgetStatusProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
RowVersionProperty
The RowVersion property.
Declaration
public static readonly EntityProperty RowVersionProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StudentIdProperty
The StudentId property.
Declaration
public static readonly EntityProperty StudentIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
WorkStudyCampusVantageStatusProperty
The WorkStudyCampusVantageStatus property.
Declaration
public static readonly EntityProperty WorkStudyCampusVantageStatusProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
AutoAwardRequestDate
Gets or sets the AutoAwardRequestDate associated with this AutoAwardStudentLogEntity.
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 AutoAwardStudentLogEntity.
Declaration
public string AutoAwardRequestProcess { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AutoAwardRequestProcess. |
AutoAwardResult
Gets or sets the AutoAwardResult associated with this AutoAwardStudentLogEntity.
Declaration
public string AutoAwardResult { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AutoAwardResult. |
AutoPackagePromotionStatus
Gets or sets the AutoPackagePromotionStatus associated with this AutoAwardStudentLogEntity.
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 AutoAwardStudentLogEntity.
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 AutoAwardStudentLogEntity.
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 AutoAwardStudentLogEntity.
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 AutoAwardStudentLogEntity.
Declaration
public byte? AwardLetterQueueStatus { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Byte> | The AwardLetterQueueStatus. |
BusinessProcessRequestId
Gets or sets the BusinessProcessRequestId associated with this AutoAwardStudentLogEntity.
Declaration
public int? BusinessProcessRequestId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The BusinessProcessRequestId. |
CampusId
Gets or sets the CampusId associated with this AutoAwardStudentLogEntity.
Declaration
public int CampusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The CampusId. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this AutoAwardStudentLogEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
Id
Gets or sets the Id associated with this AutoAwardStudentLogEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this AutoAwardStudentLogEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this AutoAwardStudentLogEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
LoanPeriodBudgetStatus
Gets or sets the LoanPeriodBudgetStatus associated with this AutoAwardStudentLogEntity.
Declaration
public byte? LoanPeriodBudgetStatus { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Byte> | The LoanPeriodBudgetStatus. |
RowVersion
Gets or sets the RowVersion associated with this AutoAwardStudentLogEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
StudentId
Gets or sets the StudentId associated with this AutoAwardStudentLogEntity.
Declaration
public int StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentId. |
WorkStudyCampusVantageStatus
Gets or sets the WorkStudyCampusVantageStatus associated with this AutoAwardStudentLogEntity.
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()