Class BursaryStipendTemplatePayout
This class represents the EntityModel interface to the BcPayoutStipendSchedule database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.StudentAccounts
Assembly: Cmc.Nexus.Models.dll
Syntax
public class BursaryStipendTemplatePayout
Constructors
BursaryStipendTemplatePayout()
Declaration
public BursaryStipendTemplatePayout()
Properties
AmountPerDisbursement
Gets or sets the AmountPerDisbursement associated with this BursaryStipendTemplatePayout.
Declaration
public decimal AmountPerDisbursement { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The AmountPerDisbursement. |
BillingTransactionCode
Declaration
public virtual BillingTransactionCode BillingTransactionCode { get; set; }
Property Value
Type | Description |
---|---|
BillingTransactionCode |
BillingTransactionCodeId
Gets or sets the BillingTransactionCodeId associated with this BursaryStipendTemplatePayout.
Declaration
public int? BillingTransactionCodeId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The BillingTransactionCodeId. |
Bursary
Declaration
public virtual Bursary Bursary { get; set; }
Property Value
Type | Description |
---|---|
Bursary |
BursaryId
Gets or sets the BursaryId associated with this BursaryStipendTemplatePayout.
Declaration
public int BursaryId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The BursaryId. |
BursaryPayoutLevel
Declaration
public virtual BursaryPayoutLevel BursaryPayoutLevel { get; set; }
Property Value
Type | Description |
---|---|
BursaryPayoutLevel |
BursaryPayoutLevelId
Gets or sets the BursaryPayoutLevelId associated with this BursaryStipendTemplatePayout.
Declaration
public int BursaryPayoutLevelId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The BursaryPayoutLevelId. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this BursaryStipendTemplatePayout.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
Disbursements
Declaration
public virtual ICollection<BursaryStipendTemplatePayoutDisbursement> Disbursements { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<BursaryStipendTemplatePayoutDisbursement> |
FrequencyTypeCode
Gets or sets the FrequencyTypeCode associated with this BursaryStipendTemplatePayout.
Declaration
public string FrequencyTypeCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FrequencyTypeCode. |
Id
Gets or sets the Id associated with this BursaryStipendTemplatePayout.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this BursaryStipendTemplatePayout.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUser
Declaration
public virtual Staff LastModifiedUser { get; set; }
Property Value
Type | Description |
---|---|
Staff |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this BursaryStipendTemplatePayout.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
NumberOfDisbursements
Gets or sets the NumberOfDisbursements associated with this BursaryStipendTemplatePayout.
Declaration
public int NumberOfDisbursements { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The NumberOfDisbursements. |
PeriodEndDate
Gets or sets the PeriodEndDate associated with this BursaryStipendTemplatePayout.
Declaration
public DateTime PeriodEndDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The PeriodEndDate. |
PeriodStartDate
Gets or sets the PeriodStartDate associated with this BursaryStipendTemplatePayout.
Declaration
public DateTime PeriodStartDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The PeriodStartDate. |
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()
SetupFluentMappings(DbModelBuilder)
Any type of relationship that can't be inferred from the entity annotations must be done by hand using the Fluent api. Handle those relationships here.
Declaration
public static void SetupFluentMappings(DbModelBuilder modelBuilder)
Parameters
Type | Name | Description |
---|---|---|
System.Data.Entity.DbModelBuilder | modelBuilder | The DbModelBuilder that has all of the model entities. |