Class MiscellaneousCashReceiptEntity
This class represents the EntityModel interface to the SaMiscCash database table.
Inheritance
Implements
Namespace: Cmc.Nexus.StudentAccounts.Entities
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class MiscellaneousCashReceiptEntity : Entity, IIdentifiable, IAuditable
Constructors
MiscellaneousCashReceiptEntity()
Declaration
public MiscellaneousCashReceiptEntity()
Fields
BankAccountIdProperty
The BankAccountId property.
Declaration
public static readonly EntityProperty BankAccountIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
BankDepositIdProperty
The BankDepositId property.
Declaration
public static readonly EntityProperty BankDepositIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
BillingTransactionCodeIdProperty
The BillingTransactionCodeId property.
Declaration
public static readonly EntityProperty BillingTransactionCodeIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CampusIdProperty
The CampusId property.
Declaration
public static readonly EntityProperty CampusIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CashDrawerSessionIdProperty
The CashDrawerSessionId property.
Declaration
public static readonly EntityProperty CashDrawerSessionIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CheckNumberProperty
The CheckNumber property.
Declaration
public static readonly EntityProperty CheckNumberProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CreatedDateTimeProperty
The CreatedDateTime property.
Declaration
public static readonly EntityProperty CreatedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CreditAccountProperty
The CreditAccount property.
Declaration
public static readonly EntityProperty CreditAccountProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CreditCardAuthorizationNumberProperty
The CreditCardAuthorizationNumber property.
Declaration
public static readonly EntityProperty CreditCardAuthorizationNumberProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CreditCardTypeIdProperty
The CreditCardTypeId property.
Declaration
public static readonly EntityProperty CreditCardTypeIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
DebitAccountProperty
The DebitAccount property.
Declaration
public static readonly EntityProperty DebitAccountProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
DescriptionProperty
The Description property.
Declaration
public static readonly EntityProperty DescriptionProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
DrnProperty
The Drn property.
Declaration
public static readonly EntityProperty DrnProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IdProperty
The Id property.
Declaration
public static readonly EntityProperty IdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsInPendingQueueProperty
The IsInPendingQueue property.
Declaration
public static readonly EntityProperty IsInPendingQueueProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LastModifiedDateTimeProperty
The LastModifiedDateTime property.
Declaration
public static readonly EntityProperty LastModifiedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LastModifiedUserIdProperty
The LastModifiedUserId property.
Declaration
public static readonly EntityProperty LastModifiedUserIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PaymentTypeProperty
The PaymentType property.
Declaration
public static readonly EntityProperty PaymentTypeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ReferenceProperty
The Reference property.
Declaration
public static readonly EntityProperty ReferenceProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
RowVersionProperty
The RowVersion property.
Declaration
public static readonly EntityProperty RowVersionProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
TransactionAmountProperty
The TransactionAmount property.
Declaration
public static readonly EntityProperty TransactionAmountProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
TransactionDateProperty
The TransactionDate property.
Declaration
public static readonly EntityProperty TransactionDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
VendorReferenceNumberProperty
The VendorReferenceNumber property.
Declaration
public static readonly EntityProperty VendorReferenceNumberProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
BankAccountId
Gets or sets the BankAccountId associated with this MiscellaneousCashReceiptEntity.
Declaration
public int? BankAccountId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The BankAccountId. |
BankDepositId
Gets or sets the BankDepositId associated with this MiscellaneousCashReceiptEntity.
Declaration
public int? BankDepositId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The BankDepositId. |
BillingTransactionCodeId
Gets or sets the BillingTransactionCodeId associated with this MiscellaneousCashReceiptEntity.
Declaration
public int BillingTransactionCodeId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The BillingTransactionCodeId. |
CampusId
Gets or sets the CampusId associated with this MiscellaneousCashReceiptEntity.
Declaration
public int CampusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The CampusId. |
CashDrawerSessionId
Gets or sets the CashDrawerSessionId associated with this MiscellaneousCashReceiptEntity.
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 MiscellaneousCashReceiptEntity.
Declaration
public string CheckNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CheckNumber. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this MiscellaneousCashReceiptEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
CreditAccount
Gets or sets the CreditAccount associated with this MiscellaneousCashReceiptEntity.
Declaration
public string CreditAccount { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CreditAccount. |
CreditCardAuthorizationNumber
Gets or sets the CreditCardAuthorizationNumber associated with this MiscellaneousCashReceiptEntity.
Declaration
public string CreditCardAuthorizationNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CreditCardAuthorizationNumber. |
CreditCardTypeId
Gets or sets the CreditCardTypeId associated with this MiscellaneousCashReceiptEntity.
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 MiscellaneousCashReceiptEntity.
Declaration
public string DebitAccount { get; set; }
Property Value
Type | Description |
---|---|
System.String | The DebitAccount. |
Description
Gets or sets the Description associated with this MiscellaneousCashReceiptEntity.
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Description. |
Drn
Gets or sets the Drn associated with this MiscellaneousCashReceiptEntity.
Declaration
public string Drn { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Drn. |
Id
Gets or sets the Id associated with this MiscellaneousCashReceiptEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsInPendingQueue
Gets or sets the IsInPendingQueue associated with this MiscellaneousCashReceiptEntity.
Declaration
public bool IsInPendingQueue { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsInPendingQueue. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this MiscellaneousCashReceiptEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this MiscellaneousCashReceiptEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
PaymentType
Gets or sets the PaymentType associated with this MiscellaneousCashReceiptEntity.
Declaration
public string PaymentType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PaymentType. |
Reference
Gets or sets the Reference associated with this MiscellaneousCashReceiptEntity.
Declaration
public string Reference { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Reference. |
RowVersion
Gets or sets the RowVersion associated with this MiscellaneousCashReceiptEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
TransactionAmount
Gets or sets the TransactionAmount associated with this MiscellaneousCashReceiptEntity.
Declaration
public decimal TransactionAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The TransactionAmount. |
TransactionDate
Gets or sets the TransactionDate associated with this MiscellaneousCashReceiptEntity.
Declaration
public DateTime TransactionDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The TransactionDate. |
VendorReferenceNumber
Gets or sets the VendorReferenceNumber associated with this MiscellaneousCashReceiptEntity.
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()