Class MiscellaneousCashReceipt
This class represents the EntityModel interface to the SaMiscCash database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.StudentAccounts
Assembly: Cmc.Nexus.Models.dll
Syntax
public class MiscellaneousCashReceipt
Constructors
MiscellaneousCashReceipt()
Declaration
public MiscellaneousCashReceipt()
Properties
BankAccount
Declaration
public virtual BankAccount BankAccount { get; set; }
Property Value
Type | Description |
---|---|
BankAccount |
BankAccountId
Gets or sets the BankAccountId associated with this MiscellaneousCashReceipt.
Declaration
public int? BankAccountId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The BankAccountId. |
BankDeposit
Declaration
public virtual BankDeposit BankDeposit { get; set; }
Property Value
Type | Description |
---|---|
BankDeposit |
BankDepositId
Gets or sets the BankDepositId associated with this MiscellaneousCashReceipt.
Declaration
public int? BankDepositId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The BankDepositId. |
BillingTransactionCode
Declaration
public virtual BillingTransactionCode BillingTransactionCode { get; set; }
Property Value
Type | Description |
---|---|
BillingTransactionCode |
BillingTransactionCodeId
Gets or sets the BillingTransactionCodeId associated with this MiscellaneousCashReceipt.
Declaration
public int BillingTransactionCodeId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The BillingTransactionCodeId. |
Campus
Declaration
public virtual Campus Campus { get; set; }
Property Value
Type | Description |
---|---|
Campus |
CampusId
Gets or sets the CampusId associated with this MiscellaneousCashReceipt.
Declaration
public int CampusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The CampusId. |
CashDrawerSession
Declaration
public virtual CashDrawerSession CashDrawerSession { get; set; }
Property Value
Type | Description |
---|---|
CashDrawerSession |
CashDrawerSessionId
Gets or sets the CashDrawerSessionId associated with this MiscellaneousCashReceipt.
Declaration
public int? CashDrawerSessionId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The CashDrawerSessionId. |
CheckNumber
Gets or sets the CheckNumber associated with this MiscellaneousCashReceipt.
Declaration
public string CheckNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CheckNumber. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this MiscellaneousCashReceipt.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
CreditAccount
Gets or sets the CreditAccount associated with this MiscellaneousCashReceipt.
Declaration
public string CreditAccount { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CreditAccount. |
CreditCardAuthorizationNumber
Gets or sets the CreditCardAuthorizationNumber associated with this MiscellaneousCashReceipt.
Declaration
public string CreditCardAuthorizationNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CreditCardAuthorizationNumber. |
CreditCardType
Declaration
public virtual CreditCardType CreditCardType { get; set; }
Property Value
Type | Description |
---|---|
CreditCardType |
CreditCardTypeId
Gets or sets the CreditCardTypeId associated with this MiscellaneousCashReceipt.
Declaration
public int? CreditCardTypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The CreditCardTypeId. |
DebitAccount
Gets or sets the DebitAccount associated with this MiscellaneousCashReceipt.
Declaration
public string DebitAccount { get; set; }
Property Value
Type | Description |
---|---|
System.String | The DebitAccount. |
Description
Gets or sets the Description associated with this MiscellaneousCashReceipt.
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Description. |
Drn
Gets or sets the Drn associated with this MiscellaneousCashReceipt.
Declaration
public string Drn { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Drn. |
GeneralLedgerReleaseDetail
Declaration
public virtual ICollection<GeneralLedgerReleaseBatchDetail> GeneralLedgerReleaseDetail { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<GeneralLedgerReleaseBatchDetail> |
Id
Gets or sets the Id associated with this MiscellaneousCashReceipt.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsInPendingQueue
Gets or sets the IsInPendingQueue associated with this MiscellaneousCashReceipt.
Declaration
public bool IsInPendingQueue { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsInPendingQueue. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this MiscellaneousCashReceipt.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this MiscellaneousCashReceipt.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
PaymentType
Gets or sets the PaymentType associated with this MiscellaneousCashReceipt.
Declaration
public string PaymentType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PaymentType. |
Reference
Gets or sets the Reference associated with this MiscellaneousCashReceipt.
Declaration
public string Reference { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Reference. |
TransactionAmount
Gets or sets the TransactionAmount associated with this MiscellaneousCashReceipt.
Declaration
public decimal TransactionAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The TransactionAmount. |
TransactionDate
Gets or sets the TransactionDate associated with this MiscellaneousCashReceipt.
Declaration
public DateTime TransactionDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The TransactionDate. |
VendorReferenceNumber
Gets or sets the VendorReferenceNumber associated with this MiscellaneousCashReceipt.
Declaration
public string VendorReferenceNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The VendorReferenceNumber. |
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. |