Class BursaryStipendTemplatePayoutEntity
This class represents the EntityModel interface to the BcPayoutStipendSchedule database table.
Inheritance
Implements
Namespace: Cmc.Nexus.StudentAccounts.Entities
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class BursaryStipendTemplatePayoutEntity : Entity, IIdentifiable, IAuditable
Constructors
BursaryStipendTemplatePayoutEntity()
Declaration
public BursaryStipendTemplatePayoutEntity()
Fields
AmountPerDisbursementProperty
The AmountPerDisbursement property.
Declaration
public static readonly EntityProperty AmountPerDisbursementProperty
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 |
BursaryIdProperty
The BursaryId property.
Declaration
public static readonly EntityProperty BursaryIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
BursaryPayoutLevelIdProperty
The BursaryPayoutLevelId property.
Declaration
public static readonly EntityProperty BursaryPayoutLevelIdProperty
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 |
DisbursementsProperty
The Disbursements property.
Declaration
public static readonly EntityProperty DisbursementsProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
FrequencyTypeCodeProperty
The FrequencyTypeCode property.
Declaration
public static readonly EntityProperty FrequencyTypeCodeProperty
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 |
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 |
NumberOfDisbursementsProperty
The NumberOfDisbursements property.
Declaration
public static readonly EntityProperty NumberOfDisbursementsProperty
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 |
Properties
AmountPerDisbursement
Gets or sets the AmountPerDisbursement associated with this BursaryStipendTemplatePayoutEntity.
Declaration
public decimal AmountPerDisbursement { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The AmountPerDisbursement. |
BillingTransactionCodeId
Gets or sets the BillingTransactionCodeId associated with this BursaryStipendTemplatePayoutEntity.
Declaration
public int? BillingTransactionCodeId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The BillingTransactionCodeId. |
BursaryId
Gets or sets the BursaryId associated with this BursaryStipendTemplatePayoutEntity.
Declaration
public int BursaryId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The BursaryId. |
BursaryPayoutLevelId
Gets or sets the BursaryPayoutLevelId associated with this BursaryStipendTemplatePayoutEntity.
Declaration
public int BursaryPayoutLevelId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The BursaryPayoutLevelId. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this BursaryStipendTemplatePayoutEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
Disbursements
Declaration
public virtual EntityCollection<BursaryStipendTemplatePayoutDisbursementEntity> Disbursements { get; set; }
Property Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityCollection<BursaryStipendTemplatePayoutDisbursementEntity> |
FrequencyTypeCode
Gets or sets the FrequencyTypeCode associated with this BursaryStipendTemplatePayoutEntity.
Declaration
public string FrequencyTypeCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FrequencyTypeCode. |
Id
Gets or sets the Id associated with this BursaryStipendTemplatePayoutEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this BursaryStipendTemplatePayoutEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this BursaryStipendTemplatePayoutEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
NumberOfDisbursements
Gets or sets the NumberOfDisbursements associated with this BursaryStipendTemplatePayoutEntity.
Declaration
public int NumberOfDisbursements { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The NumberOfDisbursements. |
PeriodEndDate
Gets or sets the PeriodEndDate associated with this BursaryStipendTemplatePayoutEntity.
Declaration
public DateTime PeriodEndDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The PeriodEndDate. |
PeriodStartDate
Gets or sets the PeriodStartDate associated with this BursaryStipendTemplatePayoutEntity.
Declaration
public DateTime PeriodStartDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The PeriodStartDate. |
RowVersion
Gets or sets the RowVersion associated with this BursaryStipendTemplatePayoutEntity.
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()