Class FaGlTransaction
This class represents the EntityModel interface to the FaGLDetail database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.FinancialAid
Assembly: Cmc.Nexus.Models.dll
Syntax
public class FaGlTransaction
Constructors
FaGlTransaction()
Declaration
public FaGlTransaction()
Properties
AwardYear
Gets or sets the AwardYear associated with this FaGlTransaction.
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 FaGlTransaction.
Declaration
public int? CampusId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The CampusId. |
CheckDate
Gets or sets the CheckDate associated with this FaGlTransaction.
Declaration
public DateTime? CheckDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The CheckDate. |
CheckNumber
Gets or sets the CheckNumber associated with this FaGlTransaction.
Declaration
public string CheckNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CheckNumber. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this FaGlTransaction.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
CreditAmount
Gets or sets the CreditAmount associated with this FaGlTransaction.
Declaration
public decimal CreditAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The CreditAmount. |
DebitAmount
Gets or sets the DebitAmount associated with this FaGlTransaction.
Declaration
public decimal DebitAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The DebitAmount. |
Description
Gets or sets the Description associated with this FaGlTransaction.
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Description. |
DisbursementBatch
Declaration
public virtual DisbursementBatch DisbursementBatch { get; set; }
Property Value
Type | Description |
---|---|
DisbursementBatch |
DisbursementBatchId
Gets or sets the DisbursementBatchId associated with this FaGlTransaction.
Declaration
public int? DisbursementBatchId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The DisbursementBatchId. |
FaGlAccount
Declaration
public virtual FaGlAccount FaGlAccount { get; set; }
Property Value
Type | Description |
---|---|
FaGlAccount |
FaGlAccountId
Gets or sets the FaGlAccountId associated with this FaGlTransaction.
Declaration
public int? FaGlAccountId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The FaGlAccountId. |
FaGlFund
Declaration
public virtual FaGlFund FaGlFund { get; set; }
Property Value
Type | Description |
---|---|
FaGlFund |
FaGlFundId
Gets or sets the FaGlFundId associated with this FaGlTransaction.
Declaration
public int FaGlFundId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The FaGlFundId. |
Id
Gets or sets the Id associated with this FaGlTransaction.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsCheckPrinted
Gets or sets the IsCheckPrinted associated with this FaGlTransaction.
Declaration
public bool IsCheckPrinted { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsCheckPrinted. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this FaGlTransaction.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this FaGlTransaction.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
PaidDisbursement
Declaration
public virtual PaidDisbursement PaidDisbursement { get; set; }
Property Value
Type | Description |
---|---|
PaidDisbursement |
PaidDisbursementId
Gets or sets the PaidDisbursementId associated with this FaGlTransaction.
Declaration
public int? PaidDisbursementId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The PaidDisbursementId. |
Reference
Gets or sets the Reference associated with this FaGlTransaction.
Declaration
public string Reference { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Reference. |
Refund
Declaration
public virtual Refund Refund { get; set; }
Property Value
Type | Description |
---|---|
Refund |
RefundId
Gets or sets the RefundId associated with this FaGlTransaction.
Declaration
public int? RefundId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The RefundId. |
SchoolIdentifier
Gets or sets the SchoolIdentifier associated with this FaGlTransaction.
Declaration
public string SchoolIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String | The SchoolIdentifier. |
Source
Gets or sets the Source associated with this FaGlTransaction.
Declaration
public string Source { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Source. |
TransactionDate
Gets or sets the TransactionDate associated with this FaGlTransaction.
Declaration
public DateTime TransactionDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The TransactionDate. |
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. |