Class FaGlAuthorizationCampusFundAmount
This class represents the EntityModel interface to the rpt_FaGLAuthorizationSummary_vw database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.FinancialAid
Assembly: Cmc.Nexus.Models.dll
Syntax
public class FaGlAuthorizationCampusFundAmount
Constructors
FaGlAuthorizationCampusFundAmount()
Declaration
public FaGlAuthorizationCampusFundAmount()
Properties
AllocationAmount
Gets or sets the AllocationAmount associated with this FaGlAuthorizationCampusFundAmount.
Declaration
public decimal? AllocationAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The AllocationAmount. |
ApprovedAmount
Gets or sets the ApprovedAmount associated with this FaGlAuthorizationCampusFundAmount.
Declaration
public decimal? ApprovedAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The ApprovedAmount. |
AuthorizationAmount
Gets or sets the AuthorizationAmount associated with this FaGlAuthorizationCampusFundAmount.
Declaration
public decimal AuthorizationAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The AuthorizationAmount. |
AuthorizationType
Gets or sets the AuthorizationType associated with this FaGlAuthorizationCampusFundAmount.
Declaration
public string AuthorizationType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AuthorizationType. |
AwardYear
Gets or sets the AwardYear associated with this FaGlAuthorizationCampusFundAmount.
Declaration
public string AwardYear { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AwardYear. |
Campus
Declaration
public virtual Campus Campus { get; set; }
Property Value
Type | Description |
---|---|
Campus |
CampusApprovedAmount
Gets or sets the CampusApprovedAmount associated with this FaGlAuthorizationCampusFundAmount.
Declaration
public decimal? CampusApprovedAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The CampusApprovedAmount. |
CampusCancelledAmount
Gets or sets the CampusCancelledAmount associated with this FaGlAuthorizationCampusFundAmount.
Declaration
public decimal? CampusCancelledAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The CampusCancelledAmount. |
CampusCode
Gets or sets the CampusCode associated with this FaGlAuthorizationCampusFundAmount.
Declaration
public string CampusCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CampusCode. |
CampusDisbursedAmount
Gets or sets the CampusDisbursedAmount associated with this FaGlAuthorizationCampusFundAmount.
Declaration
public decimal? CampusDisbursedAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The CampusDisbursedAmount. |
CampusEstimatedAmount
Gets or sets the CampusEstimatedAmount associated with this FaGlAuthorizationCampusFundAmount.
Declaration
public decimal? CampusEstimatedAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The CampusEstimatedAmount. |
CampusId
Gets or sets the CampusId associated with this FaGlAuthorizationCampusFundAmount.
Declaration
public int CampusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The CampusId. |
CampusName
Gets or sets the CampusName associated with this FaGlAuthorizationCampusFundAmount.
Declaration
public string CampusName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CampusName. |
CampusPackagedAmount
Gets or sets the CampusPackagedAmount associated with this FaGlAuthorizationCampusFundAmount.
Declaration
public decimal? CampusPackagedAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The CampusPackagedAmount. |
CampusPendingApprovalAmount
Gets or sets the CampusPendingApprovalAmount associated with this FaGlAuthorizationCampusFundAmount.
Declaration
public decimal? CampusPendingApprovalAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The CampusPendingApprovalAmount. |
CampusRefundedAmount
Gets or sets the CampusRefundedAmount associated with this FaGlAuthorizationCampusFundAmount.
Declaration
public decimal? CampusRefundedAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The CampusRefundedAmount. |
CancelledAmount
Gets or sets the CancelledAmount associated with this FaGlAuthorizationCampusFundAmount.
Declaration
public decimal? CancelledAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The CancelledAmount. |
CommitmentLevel
Gets or sets the CommitmentLevel associated with this FaGlAuthorizationCampusFundAmount.
Declaration
public decimal CommitmentLevel { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The CommitmentLevel. |
DisbursedAmount
Gets or sets the DisbursedAmount associated with this FaGlAuthorizationCampusFundAmount.
Declaration
public decimal? DisbursedAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The DisbursedAmount. |
EstimatedAmount
Gets or sets the EstimatedAmount associated with this FaGlAuthorizationCampusFundAmount.
Declaration
public decimal? EstimatedAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The EstimatedAmount. |
FaGlAuthStatusRegValue
Gets or sets the FaGlAuthStatusRegValue associated with this FaGlAuthorizationCampusFundAmount.
Declaration
public string FaGlAuthStatusRegValue { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FaGlAuthStatusRegValue. |
FaGlFund
Declaration
public virtual FaGlFund FaGlFund { get; set; }
Property Value
Type | Description |
---|---|
FaGlFund |
FaGlFundCode
Gets or sets the FaGlFundCode associated with this FaGlAuthorizationCampusFundAmount.
Declaration
public string FaGlFundCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FaGlFundCode. |
FaGlFundId
Gets or sets the FaGlFundId associated with this FaGlAuthorizationCampusFundAmount.
Declaration
public int FaGlFundId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The FaGlFundId. |
FaGlFundName
Gets or sets the FaGlFundName associated with this FaGlAuthorizationCampusFundAmount.
Declaration
public string FaGlFundName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FaGlFundName. |
PackagedAmount
Gets or sets the PackagedAmount associated with this FaGlAuthorizationCampusFundAmount.
Declaration
public decimal PackagedAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The PackagedAmount. |
PendingApprovalAmount
Gets or sets the PendingApprovalAmount associated with this FaGlAuthorizationCampusFundAmount.
Declaration
public decimal? PendingApprovalAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The PendingApprovalAmount. |
RefundedAmount
Gets or sets the RefundedAmount associated with this FaGlAuthorizationCampusFundAmount.
Declaration
public decimal? RefundedAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The RefundedAmount. |
SchoolIdentifierNumber
Gets or sets the SchoolIdentifierNumber associated with this FaGlAuthorizationCampusFundAmount.
Declaration
public string SchoolIdentifierNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The SchoolIdentifierNumber. |
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. |