Class AutoAwardStudentEntity
This class represents the EntityModel interface to the FaStudentMaster database table.
Inheritance
Implements
Namespace: Cmc.Nexus.FinancialAid.Entities
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class AutoAwardStudentEntity : Entity, IIdentifiable, IAuditable
Constructors
AutoAwardStudentEntity()
Declaration
public AutoAwardStudentEntity()
Fields
AutoAwardRequestDateProperty
The AutoAwardRequestDate property.
Declaration
public static readonly EntityProperty AutoAwardRequestDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
AutoAwardRequestProcessAsAcademicYearChangesEvent
Declaration
public static readonly string AutoAwardRequestProcessAsAcademicYearChangesEvent
Field Value
Type | Description |
---|---|
System.String |
AutoAwardRequestProcessAsAutoPackageEvent
Declaration
public static readonly string AutoAwardRequestProcessAsAutoPackageEvent
Field Value
Type | Description |
---|---|
System.String |
AutoAwardRequestProcessAsConnectedEnrollmentChangeEvent
Declaration
public static readonly string AutoAwardRequestProcessAsConnectedEnrollmentChangeEvent
Field Value
Type | Description |
---|---|
System.String |
AutoAwardRequestProcessAsDisbursementEligibilityFailEvent
Declaration
public static readonly string AutoAwardRequestProcessAsDisbursementEligibilityFailEvent
Field Value
Type | Description |
---|---|
System.String |
AutoAwardRequestProcessAsEnrollmentStatusChangeEvent
Declaration
public static readonly string AutoAwardRequestProcessAsEnrollmentStatusChangeEvent
Field Value
Type | Description |
---|---|
System.String |
AutoAwardRequestProcessAsGradeLevelChangeEvent
Declaration
public static readonly string AutoAwardRequestProcessAsGradeLevelChangeEvent
Field Value
Type | Description |
---|---|
System.String |
AutoAwardRequestProcessAsInstitutionalChargeChangeEvent
Declaration
public static readonly string AutoAwardRequestProcessAsInstitutionalChargeChangeEvent
Field Value
Type | Description |
---|---|
System.String |
AutoAwardRequestProcessAsIsirCorrectionsEvent
Declaration
public static readonly string AutoAwardRequestProcessAsIsirCorrectionsEvent
Field Value
Type | Description |
---|---|
System.String |
AutoAwardRequestProcessAsIsirImportEvent
Declaration
public static readonly string AutoAwardRequestProcessAsIsirImportEvent
Field Value
Type | Description |
---|---|
System.String |
AutoAwardRequestProcessAsManualAwardsEvent
Declaration
public static readonly string AutoAwardRequestProcessAsManualAwardsEvent
Field Value
Type | Description |
---|---|
System.String |
AutoAwardRequestProcessAsNsldsChangeEvent
Declaration
public static readonly string AutoAwardRequestProcessAsNsldsChangeEvent
Field Value
Type | Description |
---|---|
System.String |
AutoAwardRequestProcessAsResidencyStatusChangeEvent
Declaration
public static readonly string AutoAwardRequestProcessAsResidencyStatusChangeEvent
Field Value
Type | Description |
---|---|
System.String |
AutoAwardRequestProcessProperty
The AutoAwardRequestProcess property.
Declaration
public static readonly EntityProperty AutoAwardRequestProcessProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
BudgetCalculationRequestDateProperty
The BudgetCalculationRequestDate property.
Declaration
public static readonly EntityProperty BudgetCalculationRequestDateProperty
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 |
CalculatedAwardsProperty
The CalculatedAwards property.
Declaration
public static readonly EntityProperty CalculatedAwardsProperty
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 |
LastAutoAwardingDateProperty
The LastAutoAwardingDate property.
Declaration
public static readonly EntityProperty LastAutoAwardingDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LastBudgetCalculationDateProperty
The LastBudgetCalculationDate property.
Declaration
public static readonly EntityProperty LastBudgetCalculationDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LastHeartbeatDateProperty
The LastHeartbeatDate property.
Declaration
public static readonly EntityProperty LastHeartbeatDateProperty
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 |
ProcessingStatusProperty
The ProcessingStatus property.
Declaration
public static readonly EntityProperty ProcessingStatusProperty
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 |
StudentAcademicYearIdProperty
The StudentAcademicYearId property.
Declaration
public static readonly EntityProperty StudentAcademicYearIdProperty
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 |
Properties
AutoAwardRequestDate
Gets or sets the AutoAwardRequestDate associated with this AutoAwardStudentEntity.
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 AutoAwardStudentEntity.
Declaration
public string AutoAwardRequestProcess { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AutoAwardRequestProcess. |
BudgetCalculationRequestDate
Gets or sets the BudgetCalculationRequestDate associated with this AutoAwardStudentEntity.
Declaration
public DateTime? BudgetCalculationRequestDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The BudgetCalculationRequestDate. |
BusinessProcessRequestId
Gets or sets the BusinessProcessRequestId associated with this AutoAwardStudentEntity.
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 AutoAwardStudentEntity.
Declaration
public string CalculatedAwards { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CalculatedAwards. |
CampusId
Gets or sets the CampusId associated with this AutoAwardStudentEntity.
Declaration
public int CampusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The CampusId. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this AutoAwardStudentEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
Id
Gets or sets the Id associated with this AutoAwardStudentEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
LastAutoAwardingDate
Gets or sets the LastAutoAwardingDate associated with this AutoAwardStudentEntity.
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 AutoAwardStudentEntity.
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 AutoAwardStudentEntity.
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 AutoAwardStudentEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this AutoAwardStudentEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
ProcessingStatus
Gets or sets the ProcessingStatus associated with this AutoAwardStudentEntity.
Declaration
public byte? ProcessingStatus { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Byte> | The ProcessingStatus. |
RowVersion
Gets or sets the RowVersion associated with this AutoAwardStudentEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
StudentAcademicYearId
Gets or sets the StudentAcademicYearId associated with this AutoAwardStudentEntity.
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 AutoAwardStudentEntity.
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()