Class StudentStipendTemplateDisbursement
This class represents the EntityModel interface to the SaStudentStipendDisbursementSchedule database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.StudentAccounts
Assembly: Cmc.Nexus.Models.dll
Syntax
public class StudentStipendTemplateDisbursement
Constructors
StudentStipendTemplateDisbursement()
Declaration
public StudentStipendTemplateDisbursement()
Properties
BillingTransactionCode
Declaration
public virtual BillingTransactionCode BillingTransactionCode { get; set; }
Property Value
| Type | Description |
|---|---|
| BillingTransactionCode |
BillingTransactionCodeId
Gets or sets the BillingTransactionCodeId associated with this StudentStipendTemplateDisbursement.
Declaration
public int? BillingTransactionCodeId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> | The BillingTransactionCodeId. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this StudentStipendTemplateDisbursement.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| System.DateTime | The CreatedDateTime. |
DisbursementAmount
Gets or sets the DisbursementAmount associated with this StudentStipendTemplateDisbursement.
Declaration
public decimal DisbursementAmount { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Decimal | The DisbursementAmount. |
DisbursementNumber
Gets or sets the DisbursementNumber associated with this StudentStipendTemplateDisbursement.
Declaration
public int DisbursementNumber { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 | The DisbursementNumber. |
Id
Gets or sets the Id associated with this StudentStipendTemplateDisbursement.
Declaration
public int Id { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 | The Id. |
IsProcessed
Gets or sets the IsProcessed associated with this StudentStipendTemplateDisbursement.
Declaration
public bool? IsProcessed { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> | The IsProcessed. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this StudentStipendTemplateDisbursement.
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 StudentStipendTemplateDisbursement.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 | The LastModifiedUserId. |
NewStatus
Gets or sets the NewStatus associated with this StudentStipendTemplateDisbursement.
Declaration
public string NewStatus { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The NewStatus. |
OffsetAmount
Gets or sets the OffsetAmount associated with this StudentStipendTemplateDisbursement.
Declaration
public decimal? OffsetAmount { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Decimal> | The OffsetAmount. |
PayoutAmount
Gets or sets the PayoutAmount associated with this StudentStipendTemplateDisbursement.
Declaration
public decimal PayoutAmount { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Decimal | The PayoutAmount. |
PeriodEndDate
Gets or sets the PeriodEndDate associated with this StudentStipendTemplateDisbursement.
Declaration
public DateTime PeriodEndDate { get; set; }
Property Value
| Type | Description |
|---|---|
| System.DateTime | The PeriodEndDate. |
PeriodStartDate
Gets or sets the PeriodStartDate associated with this StudentStipendTemplateDisbursement.
Declaration
public DateTime PeriodStartDate { get; set; }
Property Value
| Type | Description |
|---|---|
| System.DateTime | The PeriodStartDate. |
StatusCode
Gets or sets the StatusCode associated with this StudentStipendTemplateDisbursement.
Declaration
public string StatusCode { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The StatusCode. |
StatusReason
Gets or sets the StatusReason associated with this StudentStipendTemplateDisbursement.
Declaration
public string StatusReason { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The StatusReason. |
StudentStipendTemplate
Declaration
public virtual StudentStipendTemplate StudentStipendTemplate { get; set; }
Property Value
| Type | Description |
|---|---|
| StudentStipendTemplate |
StudentStipendTemplateId
Gets or sets the StudentStipendTemplateId associated with this StudentStipendTemplateDisbursement.
Declaration
public int StudentStipendTemplateId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 | The StudentStipendTemplateId. |
Term
Declaration
public virtual Term Term { get; set; }
Property Value
| Type | Description |
|---|---|
| Term |
TermId
Gets or sets the TermId associated with this StudentStipendTemplateDisbursement.
Declaration
public int? TermId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> | The TermId. |
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. |