Class StudentAccountTransactionPendingCheck
This class represents the EntityModel interface to the SaTransPendingChecks database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.StudentAccounts
Assembly: Cmc.Nexus.Models.dll
Syntax
public class StudentAccountTransactionPendingCheck
Constructors
StudentAccountTransactionPendingCheck()
Declaration
public StudentAccountTransactionPendingCheck()
Properties
Amount
Gets or sets the Amount associated with this StudentAccountTransactionPendingCheck.
Declaration
public decimal? Amount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The Amount. |
BankAccount
Declaration
public virtual BankAccount BankAccount { get; set; }
Property Value
Type | Description |
---|---|
BankAccount |
BankAccountId
Gets or sets the BankAccountId associated with this StudentAccountTransactionPendingCheck.
Declaration
public int? BankAccountId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The BankAccountId. |
CheckNumber
Gets or sets the CheckNumber associated with this StudentAccountTransactionPendingCheck.
Declaration
public string CheckNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CheckNumber. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this StudentAccountTransactionPendingCheck.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
HasExceptions
Gets or sets the HasExceptions associated with this StudentAccountTransactionPendingCheck.
Declaration
public bool HasExceptions { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The HasExceptions. |
Id
Gets or sets the Id associated with this StudentAccountTransactionPendingCheck.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsReadyToPost
Gets or sets the IsReadyToPost associated with this StudentAccountTransactionPendingCheck.
Declaration
public bool IsReadyToPost { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsReadyToPost. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this StudentAccountTransactionPendingCheck.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this StudentAccountTransactionPendingCheck.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
RecordType
Gets or sets the RecordType associated with this StudentAccountTransactionPendingCheck.
Declaration
public string RecordType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The RecordType. |
Reference
Gets or sets the Reference associated with this StudentAccountTransactionPendingCheck.
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 StudentAccountTransactionPendingCheck.
Declaration
public int? RefundId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The RefundId. |
StaffGroup
Declaration
public virtual StaffGroup StaffGroup { get; set; }
Property Value
Type | Description |
---|---|
StaffGroup |
StaffGroupId
Gets or sets the StaffGroupId associated with this StudentAccountTransactionPendingCheck.
Declaration
public int? StaffGroupId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StaffGroupId. |
StaffId
Gets or sets the StaffId associated with this StudentAccountTransactionPendingCheck.
Declaration
public int StaffId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StaffId. |
StaffUser
Declaration
public virtual Staff StaffUser { get; set; }
Property Value
Type | Description |
---|---|
Staff |
StipendSchedule
Declaration
public virtual StipendSchedule StipendSchedule { get; set; }
Property Value
Type | Description |
---|---|
StipendSchedule |
StipendScheduleId
Gets or sets the StipendScheduleId associated with this StudentAccountTransactionPendingCheck.
Declaration
public int? StipendScheduleId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StipendScheduleId. |
StudentSubsidiaryAccountRefund
Declaration
public virtual StudentSubsidiaryAccountRefund StudentSubsidiaryAccountRefund { get; set; }
Property Value
Type | Description |
---|---|
StudentSubsidiaryAccountRefund |
StudentSubsidiaryAccountRefundId
Gets or sets the StudentSubsidiaryAccountRefundId associated with this StudentAccountTransactionPendingCheck.
Declaration
public int? StudentSubsidiaryAccountRefundId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentSubsidiaryAccountRefundId. |
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. |