Class AutoAwardRepackageTriggerEntity
This class represents the EntityModel interface to the FaRepackageTrigger_Faa database table.
Inheritance
System.Object
AutoAwardRepackageTriggerEntity
Implements
Cmc.Core.ComponentModel.IIdentifiable
Cmc.Core.ComponentModel.IAuditable
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class AutoAwardRepackageTriggerEntity : Entity, IIdentifiable, IAuditable
Constructors
AutoAwardRepackageTriggerEntity()
Declaration
public AutoAwardRepackageTriggerEntity()
Fields
AutoAwardRepackageTriggerDetailProperty
The AutoAwardRepackageTriggerDetail property.
Declaration
public static readonly EntityProperty AutoAwardRepackageTriggerDetailProperty
Field Value
Type |
Description |
Cmc.Core.EntityModel.EntityProperty |
|
CodeAsAcademicYearCriteriaChangeTrigger
Declaration
public static readonly string CodeAsAcademicYearCriteriaChangeTrigger
Field Value
Type |
Description |
System.String |
|
CodeAsCensusDateByFundSource
Declaration
public static readonly string CodeAsCensusDateByFundSource
Field Value
Type |
Description |
System.String |
|
CodeAsCensusDateTrigger
Declaration
public static readonly string CodeAsCensusDateTrigger
Field Value
Type |
Description |
System.String |
|
CodeAsConnectedEnrollementChangeTrigger
Declaration
public static readonly string CodeAsConnectedEnrollementChangeTrigger
Field Value
Type |
Description |
System.String |
|
CodeAsGradeLevelChangeTrigger
Declaration
public static readonly string CodeAsGradeLevelChangeTrigger
Field Value
Type |
Description |
System.String |
|
CodeAsInstitutionalChargeChangeTrigger
Declaration
public static readonly string CodeAsInstitutionalChargeChangeTrigger
Field Value
Type |
Description |
System.String |
|
CodeAsIsirCorrectionTrigger
Declaration
public static readonly string CodeAsIsirCorrectionTrigger
Field Value
Type |
Description |
System.String |
|
CodeAsIsirImportTrigger
Declaration
public static readonly string CodeAsIsirImportTrigger
Field Value
Type |
Description |
System.String |
|
CodeAsManualAwardsTrigger
Declaration
public static readonly string CodeAsManualAwardsTrigger
Field Value
Type |
Description |
System.String |
|
CodeAsNsldsChangeTrigger
Declaration
public static readonly string CodeAsNsldsChangeTrigger
Field Value
Type |
Description |
System.String |
|
CodeAsStudentFundSourceTrigger
Declaration
public static readonly string CodeAsStudentFundSourceTrigger
Field Value
Type |
Description |
System.String |
|
CodeProperty
Declaration
public static readonly EntityProperty CodeProperty
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
Declaration
public static readonly EntityProperty IdProperty
Field Value
Type |
Description |
Cmc.Core.EntityModel.EntityProperty |
|
IsActiveProperty
Declaration
public static readonly EntityProperty IsActiveProperty
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 |
|
NameProperty
Declaration
public static readonly EntityProperty NameProperty
Field Value
Type |
Description |
Cmc.Core.EntityModel.EntityProperty |
|
RowVersionProperty
Declaration
public static readonly EntityProperty RowVersionProperty
Field Value
Type |
Description |
Cmc.Core.EntityModel.EntityProperty |
|
Properties
AutoAwardRepackageTriggerDetail
Declaration
public virtual EntityCollection<AutoAwardRepackageTriggerDetailEntity> AutoAwardRepackageTriggerDetail { get; set; }
Property Value
Code
Gets or sets the Code associated with this AutoAwardRepackageTriggerEntity.
Declaration
public string Code { get; set; }
Property Value
Type |
Description |
System.String |
The Code.
|
CreatedDateTime
Gets or sets the CreatedDateTime associated with this AutoAwardRepackageTriggerEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type |
Description |
System.DateTime |
The CreatedDateTime.
|
Id
Gets or sets the Id associated with this AutoAwardRepackageTriggerEntity.
Declaration
public int Id { get; set; }
Property Value
Type |
Description |
System.Int32 |
The Id.
|
IsActive
Gets or sets the IsActive associated with this AutoAwardRepackageTriggerEntity.
Declaration
public bool IsActive { get; set; }
Property Value
Type |
Description |
System.Boolean |
The IsActive.
|
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this AutoAwardRepackageTriggerEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type |
Description |
System.DateTime |
The LastModifiedDateTime.
|
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this AutoAwardRepackageTriggerEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type |
Description |
System.Int32 |
The LastModifiedUserId.
|
Name
Gets or sets the Name associated with this AutoAwardRepackageTriggerEntity.
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
The Name.
|
RowVersion
Gets or sets the RowVersion associated with this AutoAwardRepackageTriggerEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type |
Description |
System.Byte[] |
The RowVersion.
|
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()
Implements
Cmc.Core.ComponentModel.IIdentifiable
Cmc.Core.ComponentModel.IAuditable