Class AutoAwardRepackageTriggerQueueDetailEntity
This class represents the EntityModel interface to the AutoRepackageTriggerDetailQueue database table.
Inheritance
Implements
Namespace: Cmc.Nexus.FinancialAid.Entities
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class AutoAwardRepackageTriggerQueueDetailEntity : Entity, IIdentifiable
Constructors
AutoAwardRepackageTriggerQueueDetailEntity()
Declaration
public AutoAwardRepackageTriggerQueueDetailEntity()
Fields
AutoAwardRepackageTriggerIdProperty
The AutoAwardRepackageTriggerId property.
Declaration
public static readonly EntityProperty AutoAwardRepackageTriggerIdProperty
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 |
LastModifiedUserIdProperty
The LastModifiedUserId property.
Declaration
public static readonly EntityProperty LastModifiedUserIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
NewTriggerDetailProperty
The NewTriggerDetail property.
Declaration
public static readonly EntityProperty NewTriggerDetailProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
OldTriggerDetailProperty
The OldTriggerDetail property.
Declaration
public static readonly EntityProperty OldTriggerDetailProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StudentEnrollmentPeriodIdProperty
The StudentEnrollmentPeriodId property.
Declaration
public static readonly EntityProperty StudentEnrollmentPeriodIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
AutoAwardRepackageTriggerId
Gets or sets the AutoAwardRepackageTriggerId associated with this AutoAwardRepackageTriggerQueueDetailEntity.
Declaration
public int AutoAwardRepackageTriggerId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The AutoAwardRepackageTriggerId. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this AutoAwardRepackageTriggerQueueDetailEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
Id
Gets or sets the Id associated with this AutoAwardRepackageTriggerQueueDetailEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this AutoAwardRepackageTriggerQueueDetailEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
NewTriggerDetail
Gets or sets the NewTriggerDetail associated with this AutoAwardRepackageTriggerQueueDetailEntity.
Declaration
public string NewTriggerDetail { get; set; }
Property Value
Type | Description |
---|---|
System.String | The NewTriggerDetail. |
OldTriggerDetail
Gets or sets the OldTriggerDetail associated with this AutoAwardRepackageTriggerQueueDetailEntity.
Declaration
public string OldTriggerDetail { get; set; }
Property Value
Type | Description |
---|---|
System.String | The OldTriggerDetail. |
StudentEnrollmentPeriodId
Gets or sets the StudentEnrollmentPeriodId associated with this AutoAwardRepackageTriggerQueueDetailEntity.
Declaration
public int StudentEnrollmentPeriodId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentEnrollmentPeriodId. |
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()