Class StudentStipendTemplateDisbursementEntity
This class represents the EntityModel interface to the SaStudentStipendDisbursementSchedule database table.
Inheritance
Implements
Namespace: Cmc.Nexus.StudentAccounts.Entities
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class StudentStipendTemplateDisbursementEntity : Entity, IIdentifiable, IAuditable
Constructors
StudentStipendTemplateDisbursementEntity()
Declaration
public StudentStipendTemplateDisbursementEntity()
Fields
BillingTransactionCodeIdProperty
The BillingTransactionCodeId property.
Declaration
public static readonly EntityProperty BillingTransactionCodeIdProperty
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 |
DisbursementAmountProperty
The Disbursement Amount property.
Declaration
public static readonly EntityProperty DisbursementAmountProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
DisbursementNumberProperty
The Disbursement Number 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 |
IsProcessedProperty
The Processed property.
Declaration
public static readonly EntityProperty IsProcessedProperty
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 |
NewStatusProperty
The New Status property.
Declaration
public static readonly EntityProperty NewStatusProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
OffsetAmountProperty
The Offset Amount property.
Declaration
public static readonly EntityProperty OffsetAmountProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PayoutAmountProperty
The Payout Amount property.
Declaration
public static readonly EntityProperty PayoutAmountProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PeriodEndDateProperty
The Period End Date property.
Declaration
public static readonly EntityProperty PeriodEndDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PeriodStartDateProperty
The Period Start Date 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 |
StatusCodeProperty
The Status Code property.
Declaration
public static readonly EntityProperty StatusCodeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StatusReasonProperty
The Status Reason property.
Declaration
public static readonly EntityProperty StatusReasonProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StudentStipendTemplateIdProperty
The StudentStipendTemplateId property.
Declaration
public static readonly EntityProperty StudentStipendTemplateIdProperty
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 |
Properties
BillingTransactionCodeId
Gets or sets the BillingTransactionCodeId associated with this StudentStipendTemplateDisbursementEntity.
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 StudentStipendTemplateDisbursementEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
DisbursementAmount
Gets or sets the DisbursementAmount associated with this StudentStipendTemplateDisbursementEntity.
Declaration
public decimal DisbursementAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The DisbursementAmount. |
DisbursementNumber
Gets or sets the DisbursementNumber associated with this StudentStipendTemplateDisbursementEntity.
Declaration
public int DisbursementNumber { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The DisbursementNumber. |
Id
Gets or sets the Id associated with this StudentStipendTemplateDisbursementEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsProcessed
Gets or sets the IsProcessed associated with this StudentStipendTemplateDisbursementEntity.
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 StudentStipendTemplateDisbursementEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this StudentStipendTemplateDisbursementEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
NewStatus
Gets or sets the NewStatus associated with this StudentStipendTemplateDisbursementEntity.
Declaration
public string NewStatus { get; set; }
Property Value
Type | Description |
---|---|
System.String | The NewStatus. |
OffsetAmount
Gets or sets the OffsetAmount associated with this StudentStipendTemplateDisbursementEntity.
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 StudentStipendTemplateDisbursementEntity.
Declaration
public decimal PayoutAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The PayoutAmount. |
PeriodEndDate
Gets or sets the PeriodEndDate associated with this StudentStipendTemplateDisbursementEntity.
Declaration
public DateTime PeriodEndDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The PeriodEndDate. |
PeriodStartDate
Gets or sets the PeriodStartDate associated with this StudentStipendTemplateDisbursementEntity.
Declaration
public DateTime PeriodStartDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The PeriodStartDate. |
RowVersion
Gets or sets the RowVersion associated with this StudentStipendTemplateDisbursementEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
StatusCode
Gets or sets the StatusCode associated with this StudentStipendTemplateDisbursementEntity.
Declaration
public string StatusCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The StatusCode. |
StatusReason
Gets or sets the StatusReason associated with this StudentStipendTemplateDisbursementEntity.
Declaration
public string StatusReason { get; set; }
Property Value
Type | Description |
---|---|
System.String | The StatusReason. |
StudentStipendTemplateId
Gets or sets the StudentStipendTemplateId associated with this StudentStipendTemplateDisbursementEntity.
Declaration
public int StudentStipendTemplateId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentStipendTemplateId. |
TermId
Gets or sets the TermId associated with this StudentStipendTemplateDisbursementEntity.
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()