Class PackagingStatusPromotionLevel
This class represents the EntityModel interface to the FaPackStatusPromoLevel database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.FinancialAid
Assembly: Cmc.Nexus.Models.dll
Syntax
public class PackagingStatusPromotionLevel
Constructors
PackagingStatusPromotionLevel()
Declaration
public PackagingStatusPromotionLevel()
Properties
CreatedDateTime
Gets or sets the CreatedDateTime associated with this PackagingStatusPromotionLevel.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
DocumentTypeList
Declaration
public virtual DocumentTypeList DocumentTypeList { get; set; }
Property Value
Type | Description |
---|---|
DocumentTypeList |
DocumentTypeListId
Gets or sets the DocumentTypeListId associated with this PackagingStatusPromotionLevel.
Declaration
public int? DocumentTypeListId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The DocumentTypeListId. |
Id
Gets or sets the Id associated with this PackagingStatusPromotionLevel.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsAidOnFileRequired
Gets or sets the IsAidOnFileRequired associated with this PackagingStatusPromotionLevel.
Declaration
public bool IsAidOnFileRequired { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsAidOnFileRequired. |
IsAidOverCoaRequired
Gets or sets the IsAidOverCoaRequired associated with this PackagingStatusPromotionLevel.
Declaration
public bool IsAidOverCoaRequired { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsAidOverCoaRequired. |
IsAidOverInstitutionalCostRequired
Gets or sets the IsAidOverInstitutionalCostRequired associated with this PackagingStatusPromotionLevel.
Declaration
public bool IsAidOverInstitutionalCostRequired { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsAidOverInstitutionalCostRequired. |
IsApprovedAidOverCoaRequired
Gets or sets the IsApprovedAidOverCoaRequired associated with this PackagingStatusPromotionLevel.
Declaration
public bool IsApprovedAidOverCoaRequired { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsApprovedAidOverCoaRequired. |
IsApprovedAidOverInstitutionalCostRequired
Gets or sets the IsApprovedAidOverInstitutionalCostRequired associated with this PackagingStatusPromotionLevel.
Declaration
public bool IsApprovedAidOverInstitutionalCostRequired { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsApprovedAidOverInstitutionalCostRequired. |
IsAutoPromotionAllowed
Gets or sets the IsAutoPromotionAllowed associated with this PackagingStatusPromotionLevel.
Declaration
public bool IsAutoPromotionAllowed { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsAutoPromotionAllowed. |
IsAwardLetterRequired
Gets or sets the IsAwardLetterRequired associated with this PackagingStatusPromotionLevel.
Declaration
public bool IsAwardLetterRequired { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsAwardLetterRequired. |
IsClearedVerificationRequired
Gets or sets the IsClearedVerificationRequired associated with this PackagingStatusPromotionLevel.
Declaration
public bool IsClearedVerificationRequired { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsClearedVerificationRequired. |
IsFafsaRequired
Gets or sets the IsFafsaRequired associated with this PackagingStatusPromotionLevel.
Declaration
public bool IsFafsaRequired { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsFafsaRequired. |
IsFundSourceTypesRequired
Gets or sets the IsFundSourceTypesRequired associated with this PackagingStatusPromotionLevel.
Declaration
public bool IsFundSourceTypesRequired { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsFundSourceTypesRequired. |
IsManualChangeAllowed
Gets or sets the IsManualChangeAllowed associated with this PackagingStatusPromotionLevel.
Declaration
public bool IsManualChangeAllowed { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsManualChangeAllowed. |
IsReceivedFaDocumentsRequired
Gets or sets the IsReceivedFaDocumentsRequired associated with this PackagingStatusPromotionLevel.
Declaration
public bool IsReceivedFaDocumentsRequired { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsReceivedFaDocumentsRequired. |
IsReevaluated
Gets or sets the IsReevaluated associated with this PackagingStatusPromotionLevel.
Declaration
public bool IsReevaluated { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsReevaluated. |
IsSecondAwardYearUsed
Gets or sets the IsSecondAwardYearUsed associated with this PackagingStatusPromotionLevel.
Declaration
public bool IsSecondAwardYearUsed { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsSecondAwardYearUsed. |
IsValidIsirRequired
Gets or sets the IsValidIsirRequired associated with this PackagingStatusPromotionLevel.
Declaration
public bool IsValidIsirRequired { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsValidIsirRequired. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this PackagingStatusPromotionLevel.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this PackagingStatusPromotionLevel.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
PackagingStatus
Declaration
public virtual PackagingStatus PackagingStatus { get; set; }
Property Value
Type | Description |
---|---|
PackagingStatus |
PackagingStatusId
Gets or sets the PackagingStatusId associated with this PackagingStatusPromotionLevel.
Declaration
public int PackagingStatusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The PackagingStatusId. |
PackagingStatusPromotion
Declaration
public virtual PackagingStatusPromotion PackagingStatusPromotion { get; set; }
Property Value
Type | Description |
---|---|
PackagingStatusPromotion |
PackagingStatusPromotionId
Gets or sets the PackagingStatusPromotionId associated with this PackagingStatusPromotionLevel.
Declaration
public int PackagingStatusPromotionId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The PackagingStatusPromotionId. |
PromotionLevel
Gets or sets the PromotionLevel associated with this PackagingStatusPromotionLevel.
Declaration
public short PromotionLevel { get; set; }
Property Value
Type | Description |
---|---|
System.Int16 | The PromotionLevel. |
SelectedFundSourceTypes
Gets or sets the SelectedFundSourceTypes associated with this PackagingStatusPromotionLevel.
Declaration
public string SelectedFundSourceTypes { get; set; }
Property Value
Type | Description |
---|---|
System.String | The SelectedFundSourceTypes. |
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. |