Class FaaOverawardPriority
This class represents the EntityModel interface to the FaaOverAwardPriority_vw database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.FinancialAid
Assembly: Cmc.Nexus.Models.dll
Syntax
public class FaaOverawardPriority
Constructors
FaaOverawardPriority()
Declaration
public FaaOverawardPriority()
Properties
AwardingOrder
Gets or sets the AwardingOrder associated with this FaaOverawardPriority.
Declaration
public short AwardingOrder { get; set; }
Property Value
Type | Description |
---|---|
System.Int16 | The AwardingOrder. |
AwardState
Gets or sets the AwardState associated with this FaaOverawardPriority.
Declaration
public string AwardState { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AwardState. |
CampusCode
Gets or sets the CampusCode associated with this FaaOverawardPriority.
Declaration
public string CampusCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CampusCode. |
CampusId
Gets or sets the CampusId associated with this FaaOverawardPriority.
Declaration
public int CampusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The CampusId. |
CampusName
Gets or sets the CampusName associated with this FaaOverawardPriority.
Declaration
public string CampusName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CampusName. |
DisbursementAction
Gets or sets the DisbursementAction associated with this FaaOverawardPriority.
Declaration
public string DisbursementAction { get; set; }
Property Value
Type | Description |
---|---|
System.String | The DisbursementAction. |
FundSourceAutoAwardRuleId
Gets or sets the FundSourceAutoAwardRuleId associated with this FaaOverawardPriority.
Declaration
public int FundSourceAutoAwardRuleId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The FundSourceAutoAwardRuleId. |
FundSourceCode
Gets or sets the FundSourceCode associated with this FaaOverawardPriority.
Declaration
public string FundSourceCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FundSourceCode. |
FundSourceId
Gets or sets the FundSourceId associated with this FaaOverawardPriority.
Declaration
public int FundSourceId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The FundSourceId. |
FundSourceName
Gets or sets the FundSourceName associated with this FaaOverawardPriority.
Declaration
public string FundSourceName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FundSourceName. |
FundSourceType
Gets or sets the FundSourceType associated with this FaaOverawardPriority.
Declaration
public string FundSourceType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FundSourceType. |
IsActive
Gets or sets the IsActive associated with this FaaOverawardPriority.
Declaration
public bool IsActive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsActive. |
IsIncludedCoa
Gets or sets the IsIncludedCoa associated with this FaaOverawardPriority.
Declaration
public bool IsIncludedCoa { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsIncludedCoa. |
IsMeritBased
Gets or sets the IsMeritBased associated with this FaaOverawardPriority.
Declaration
public bool IsMeritBased { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsMeritBased. |
IsNeedBased
Gets or sets the IsNeedBased associated with this FaaOverawardPriority.
Declaration
public string IsNeedBased { get; set; }
Property Value
Type | Description |
---|---|
System.String | The IsNeedBased. |
IsTitleIvEligible
Gets or sets the IsTitleIvEligible associated with this FaaOverawardPriority.
Declaration
public bool IsTitleIvEligible { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsTitleIvEligible. |
OverawardingOrder
Gets or sets the OverawardingOrder associated with this FaaOverawardPriority.
Declaration
public long? OverawardingOrder { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int64> | The OverawardingOrder. |
UsaStateId
Gets or sets the UsaStateId associated with this FaaOverawardPriority.
Declaration
public int? UsaStateId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The UsaStateId. |
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. |