Class CashDrawerSessionEntity
This class represents the EntityModel interface to the saCashDrawerSession database table.
Inheritance
Implements
Namespace: Cmc.Nexus.StudentAccounts.Entities
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class CashDrawerSessionEntity : Entity, IIdentifiable, IAuditable
Constructors
CashDrawerSessionEntity()
Declaration
public CashDrawerSessionEntity()
Fields
CampusIdProperty
The CampusId property.
Declaration
public static readonly EntityProperty CampusIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CashDrawerIdProperty
The CashDrawerId property.
Declaration
public static readonly EntityProperty CashDrawerIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CodeProperty
The Code property.
Declaration
public static readonly EntityProperty CodeProperty
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 |
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 |
IsDepositedProperty
The IsDeposited property.
Declaration
public static readonly EntityProperty IsDepositedProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsReconciledProperty
The IsReconciled property.
Declaration
public static readonly EntityProperty IsReconciledProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsReconcileInProgressProperty
The IsReconcileInProgress property.
Declaration
public static readonly EntityProperty IsReconcileInProgressProperty
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 |
LastTransactionDateTimeProperty
The LastTransactionDateTime property.
Declaration
public static readonly EntityProperty LastTransactionDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LastTransactionUserIdProperty
The LastTransactionUserId property.
Declaration
public static readonly EntityProperty LastTransactionUserIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
NameProperty
The Name property.
Declaration
public static readonly EntityProperty NameProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
OpeningBalanceProperty
The OpeningBalance property.
Declaration
public static readonly EntityProperty OpeningBalanceProperty
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 |
Properties
CampusId
Gets or sets the CampusId associated with this CashDrawerSessionEntity.
Declaration
public int? CampusId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The CampusId. |
CashDrawerId
Gets or sets the CashDrawerId associated with this CashDrawerSessionEntity.
Declaration
public int CashDrawerId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The CashDrawerId. |
Code
Gets or sets the Code associated with this CashDrawerSessionEntity.
Declaration
public string Code { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Code. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this CashDrawerSessionEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
Drn
Gets or sets the Drn associated with this CashDrawerSessionEntity.
Declaration
public string Drn { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Drn. |
Id
Gets or sets the Id associated with this CashDrawerSessionEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsDeposited
Gets or sets the IsDeposited associated with this CashDrawerSessionEntity.
Declaration
public bool IsDeposited { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsDeposited. |
IsReconciled
Gets or sets the IsReconciled associated with this CashDrawerSessionEntity.
Declaration
public bool IsReconciled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsReconciled. |
IsReconcileInProgress
Gets or sets the IsReconcileInProgress associated with this CashDrawerSessionEntity.
Declaration
public bool IsReconcileInProgress { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsReconcileInProgress. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this CashDrawerSessionEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this CashDrawerSessionEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
LastTransactionDateTime
Gets or sets the LastTransactionDateTime associated with this CashDrawerSessionEntity.
Declaration
public DateTime? LastTransactionDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The LastTransactionDateTime. |
LastTransactionUserId
Gets or sets the LastTransactionUserId associated with this CashDrawerSessionEntity.
Declaration
public int? LastTransactionUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The LastTransactionUserId. |
Name
Gets or sets the Name associated with this CashDrawerSessionEntity.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Name. |
OpeningBalance
Gets or sets the OpeningBalance associated with this CashDrawerSessionEntity.
Declaration
public decimal? OpeningBalance { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The OpeningBalance. |
RowVersion
Gets or sets the RowVersion associated with this CashDrawerSessionEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
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()