Class FaGlAuthorization
This class represents the EntityModel interface to the FaGLAuth database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.FinancialAid
Assembly: Cmc.Nexus.Models.dll
Syntax
public class FaGlAuthorization
Constructors
FaGlAuthorization()
Declaration
public FaGlAuthorization()
Properties
AmountDisbursed
Gets or sets the AmountDisbursed associated with this FaGlAuthorization.
Declaration
public decimal AmountDisbursed { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The AmountDisbursed. |
AmountPackaged
Gets or sets the AmountPackaged associated with this FaGlAuthorization.
Declaration
public decimal AmountPackaged { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The AmountPackaged. |
AuthorizationAmount
Gets or sets the AuthorizationAmount associated with this FaGlAuthorization.
Declaration
public decimal AuthorizationAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The AuthorizationAmount. |
AwardYear
Gets or sets the AwardYear associated with this FaGlAuthorization.
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 |
CampusId
Gets or sets the CampusId associated with this FaGlAuthorization.
Declaration
public int? CampusId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The CampusId. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this FaGlAuthorization.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
FaGlFund
Declaration
public virtual FaGlFund FaGlFund { get; set; }
Property Value
Type | Description |
---|---|
FaGlFund |
FaGlFundId
Gets or sets the FaGlFundId associated with this FaGlAuthorization.
Declaration
public int FaGlFundId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The FaGlFundId. |
Id
Gets or sets the Id associated with this FaGlAuthorization.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this FaGlAuthorization.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this FaGlAuthorization.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
SchoolIdentifierNumber
Gets or sets the SchoolIdentifierNumber associated with this FaGlAuthorization.
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. |