Class StudentAccountTransactionPendingCheckEntity
This class represents the EntityModel interface to the SaTransPendingChecks database table.
Inheritance
Implements
Namespace: Cmc.Nexus.StudentAccounts.Entities
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class StudentAccountTransactionPendingCheckEntity : Entity, IIdentifiable, IAuditable
Constructors
StudentAccountTransactionPendingCheckEntity()
Declaration
public StudentAccountTransactionPendingCheckEntity()
Fields
AmountProperty
The Amount property.
Declaration
public static readonly EntityProperty AmountProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
BankAccountIdProperty
The BankAccountId property.
Declaration
public static readonly EntityProperty BankAccountIdProperty
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 |
HasExceptionsProperty
The HasExceptions property.
Declaration
public static readonly EntityProperty HasExceptionsProperty
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 |
IsReadyToPostProperty
The IsReadyToPost property.
Declaration
public static readonly EntityProperty IsReadyToPostProperty
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 |
RecordTypeProperty
The RecordType property.
Declaration
public static readonly EntityProperty RecordTypeProperty
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 |
Refund
Declaration
public static readonly string Refund
Field Value
Type | Description |
---|---|
System.String |
RefundIdProperty
The RefundId property.
Declaration
public static readonly EntityProperty RefundIdProperty
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 |
StaffGroupIdProperty
The StaffGroupId property.
Declaration
public static readonly EntityProperty StaffGroupIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StaffIdProperty
The StaffId property.
Declaration
public static readonly EntityProperty StaffIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Stipend
Declaration
public static readonly string Stipend
Field Value
Type | Description |
---|---|
System.String |
StipendScheduleIdProperty
The StipendScheduleId property.
Declaration
public static readonly EntityProperty StipendScheduleIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StudentSubsidiaryAccountRefundIdProperty
The StudentSubsidiaryAccountRefundId property.
Declaration
public static readonly EntityProperty StudentSubsidiaryAccountRefundIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Subsidiary
Declaration
public static readonly string Subsidiary
Field Value
Type | Description |
---|---|
System.String |
Properties
Amount
Gets or sets the Amount associated with this StudentAccountTransactionPendingCheckEntity.
Declaration
public decimal? Amount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The Amount. |
BankAccountId
Gets or sets the BankAccountId associated with this StudentAccountTransactionPendingCheckEntity.
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 StudentAccountTransactionPendingCheckEntity.
Declaration
public string CheckNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CheckNumber. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this StudentAccountTransactionPendingCheckEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
HasExceptions
Gets or sets the HasExceptions associated with this StudentAccountTransactionPendingCheckEntity.
Declaration
public bool HasExceptions { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The HasExceptions. |
Id
Gets or sets the Id associated with this StudentAccountTransactionPendingCheckEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsReadyToPost
Gets or sets the IsReadyToPost associated with this StudentAccountTransactionPendingCheckEntity.
Declaration
public bool IsReadyToPost { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsReadyToPost. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this StudentAccountTransactionPendingCheckEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this StudentAccountTransactionPendingCheckEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
RecordType
Gets or sets the RecordType associated with this StudentAccountTransactionPendingCheckEntity.
Declaration
public string RecordType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The RecordType. |
Reference
Gets or sets the Reference associated with this StudentAccountTransactionPendingCheckEntity.
Declaration
public string Reference { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Reference. |
RefundId
Gets or sets the RefundId associated with this StudentAccountTransactionPendingCheckEntity.
Declaration
public int? RefundId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The RefundId. |
RowVersion
Gets or sets the RowVersion associated with this StudentAccountTransactionPendingCheckEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
StaffGroupId
Gets or sets the StaffGroupId associated with this StudentAccountTransactionPendingCheckEntity.
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 StudentAccountTransactionPendingCheckEntity.
Declaration
public int StaffId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StaffId. |
StipendScheduleId
Gets or sets the StipendScheduleId associated with this StudentAccountTransactionPendingCheckEntity.
Declaration
public int? StipendScheduleId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StipendScheduleId. |
StudentSubsidiaryAccountRefundId
Gets or sets the StudentSubsidiaryAccountRefundId associated with this StudentAccountTransactionPendingCheckEntity.
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()