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