Class BursarySubLedgerEntity
This class represents the EntityModel interface to the BcBursarySubLedger database table.
Inheritance
Implements
Namespace: Cmc.Nexus.StudentAccounts.Entities
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class BursarySubLedgerEntity : Entity, IIdentifiable, IAuditable
Constructors
BursarySubLedgerEntity()
Declaration
public BursarySubLedgerEntity()
Fields
AcademicSessionIdProperty
The AcademicSessionId property.
Declaration
public static readonly EntityProperty AcademicSessionIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
AmountProperty
The Amount property.
Declaration
public static readonly EntityProperty AmountProperty
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 |
BursaryApplicationIdProperty
The BursaryApplicationId property.
Declaration
public static readonly EntityProperty BursaryApplicationIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
BursaryExternalVendorIdProperty
The BursaryExternalVendorId property.
Declaration
public static readonly EntityProperty BursaryExternalVendorIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
BursaryIdProperty
The BursaryId property.
Declaration
public static readonly EntityProperty BursaryIdProperty
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 |
CommentProperty
The Comment property.
Declaration
public static readonly EntityProperty CommentProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ConfigValueProperty
The ConfigValue property.
Declaration
public static readonly EntityProperty ConfigValueProperty
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 |
DisbursementNumberProperty
The DisbursementNumber property.
Declaration
public static readonly EntityProperty DisbursementNumberProperty
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 |
IsActiveProperty
The IsActive property.
Declaration
public static readonly EntityProperty IsActiveProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsLandlordProperty
The IsLandlord property.
Declaration
public static readonly EntityProperty IsLandlordProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsPostToLedgerProperty
The IsPostToLedger property.
Declaration
public static readonly EntityProperty IsPostToLedgerProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsProcessedProperty
The IsProcessed property.
Declaration
public static readonly EntityProperty IsProcessedProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsRevokedProperty
The IsRevoked property.
Declaration
public static readonly EntityProperty IsRevokedProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsSystemCodeProperty
The IsSystemCode property.
Declaration
public static readonly EntityProperty IsSystemCodeProperty
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 |
PeriodEndDateProperty
The PeriodEndDate property.
Declaration
public static readonly EntityProperty PeriodEndDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PeriodStartDateProperty
The PeriodStartDate property.
Declaration
public static readonly EntityProperty PeriodStartDateProperty
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 |
StudentAccountTransactionIdProperty
The StudentAccountTransactionId property.
Declaration
public static readonly EntityProperty StudentAccountTransactionIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StudentIdProperty
The StudentId property.
Declaration
public static readonly EntityProperty StudentIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
TermIdProperty
The TermId property.
Declaration
public static readonly EntityProperty TermIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
TranNumberProperty
The TranNumber property.
Declaration
public static readonly EntityProperty TranNumberProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
TransactionStatusProperty
The TransactionStatus property.
Declaration
public static readonly EntityProperty TransactionStatusProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
TransactionTypeProperty
The TransactionType property.
Declaration
public static readonly EntityProperty TransactionTypeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
AcademicSessionId
Gets or sets the AcademicSessionId associated with this BursarySubLedgerEntity.
Declaration
public int AcademicSessionId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The AcademicSessionId. |
Amount
Gets or sets the Amount associated with this BursarySubLedgerEntity.
Declaration
public decimal? Amount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The Amount. |
BillingTransactionCodeId
Gets or sets the BillingTransactionCodeId associated with this BursarySubLedgerEntity.
Declaration
public int? BillingTransactionCodeId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The BillingTransactionCodeId. |
BursaryApplicationId
Gets or sets the BursaryApplicationId associated with this BursarySubLedgerEntity.
Declaration
public int BursaryApplicationId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The BursaryApplicationId. |
BursaryExternalVendorId
Gets or sets the BursaryExternalVendorId associated with this BursarySubLedgerEntity.
Declaration
public int? BursaryExternalVendorId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The BursaryExternalVendorId. |
BursaryId
Gets or sets the BursaryId associated with this BursarySubLedgerEntity.
Declaration
public int BursaryId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The BursaryId. |
CampusId
Gets or sets the CampusId associated with this BursarySubLedgerEntity.
Declaration
public int CampusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The CampusId. |
Comment
Gets or sets the Comment associated with this BursarySubLedgerEntity.
Declaration
public string Comment { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Comment. |
ConfigValue
Gets or sets the ConfigValue associated with this BursarySubLedgerEntity.
Declaration
public decimal? ConfigValue { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The ConfigValue. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this BursarySubLedgerEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
DisbursementNumber
Gets or sets the DisbursementNumber associated with this BursarySubLedgerEntity.
Declaration
public int? DisbursementNumber { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The DisbursementNumber. |
Id
Gets or sets the Id associated with this BursarySubLedgerEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsActive
Gets or sets the IsActive associated with this BursarySubLedgerEntity.
Declaration
public bool IsActive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsActive. |
IsLandlord
Gets or sets the IsLandlord associated with this BursarySubLedgerEntity.
Declaration
public bool? IsLandlord { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | The IsLandlord. |
IsPostToLedger
Gets or sets the IsPostToLedger associated with this BursarySubLedgerEntity.
Declaration
public bool? IsPostToLedger { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | The IsPostToLedger. |
IsProcessed
Gets or sets the IsProcessed associated with this BursarySubLedgerEntity.
Declaration
public bool? IsProcessed { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | The IsProcessed. |
IsRevoked
Gets or sets the IsRevoked associated with this BursarySubLedgerEntity.
Declaration
public bool? IsRevoked { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | The IsRevoked. |
IsSystemCode
Gets or sets the IsSystemCode associated with this BursarySubLedgerEntity.
Declaration
public bool IsSystemCode { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsSystemCode. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this BursarySubLedgerEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this BursarySubLedgerEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
PeriodEndDate
Gets or sets the PeriodEndDate associated with this BursarySubLedgerEntity.
Declaration
public DateTime? PeriodEndDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The PeriodEndDate. |
PeriodStartDate
Gets or sets the PeriodStartDate associated with this BursarySubLedgerEntity.
Declaration
public DateTime? PeriodStartDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The PeriodStartDate. |
RowVersion
Gets or sets the RowVersion associated with this BursarySubLedgerEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
StudentAccountTransactionId
Gets or sets the StudentAccountTransactionId associated with this BursarySubLedgerEntity.
Declaration
public int? StudentAccountTransactionId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentAccountTransactionId. |
StudentId
Gets or sets the StudentId associated with this BursarySubLedgerEntity.
Declaration
public int StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentId. |
TermId
Gets or sets the TermId associated with this BursarySubLedgerEntity.
Declaration
public int? TermId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The TermId. |
TranNumber
Gets or sets the TranNumber associated with this BursarySubLedgerEntity.
Declaration
public int? TranNumber { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The TranNumber. |
TransactionStatus
Gets or sets the TransactionStatus associated with this BursarySubLedgerEntity.
Declaration
public string TransactionStatus { get; set; }
Property Value
Type | Description |
---|---|
System.String | The TransactionStatus. |
TransactionType
Gets or sets the TransactionType associated with this BursarySubLedgerEntity.
Declaration
public string TransactionType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The TransactionType. |
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()