Class BursaryStipendTemplatePayoutDisbursementEntity
This class represents the EntityModel interface to the BcPayoutStipendDisbursementSchedule database table.
Inheritance
Implements
Namespace: Cmc.Nexus.StudentAccounts.Entities
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class BursaryStipendTemplatePayoutDisbursementEntity : Entity, IIdentifiable, IAuditable
Constructors
BursaryStipendTemplatePayoutDisbursementEntity()
Declaration
public BursaryStipendTemplatePayoutDisbursementEntity()
Fields
AmountProperty
The Amount property.
Declaration
public static readonly EntityProperty AmountProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
BursaryStipendTemplatePayoutIdProperty
The BursaryStipendTemplatePayoutId property.
Declaration
public static readonly EntityProperty BursaryStipendTemplatePayoutIdProperty
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 |
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 |
StatusCodeProperty
The StatusCode property.
Declaration
public static readonly EntityProperty StatusCodeProperty
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
Amount
Gets or sets the Amount associated with this BursaryStipendTemplatePayoutDisbursementEntity.
Declaration
public decimal Amount { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The Amount. |
BursaryStipendTemplatePayoutId
Gets or sets the BursaryStipendTemplatePayoutId associated with this BursaryStipendTemplatePayoutDisbursementEntity.
Declaration
public int BursaryStipendTemplatePayoutId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The BursaryStipendTemplatePayoutId. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this BursaryStipendTemplatePayoutDisbursementEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
DisbursementNumber
Gets or sets the DisbursementNumber associated with this BursaryStipendTemplatePayoutDisbursementEntity.
Declaration
public int DisbursementNumber { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The DisbursementNumber. |
Id
Gets or sets the Id associated with this BursaryStipendTemplatePayoutDisbursementEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this BursaryStipendTemplatePayoutDisbursementEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this BursaryStipendTemplatePayoutDisbursementEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
PeriodEndDate
Gets or sets the PeriodEndDate associated with this BursaryStipendTemplatePayoutDisbursementEntity.
Declaration
public DateTime PeriodEndDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The PeriodEndDate. |
PeriodStartDate
Gets or sets the PeriodStartDate associated with this BursaryStipendTemplatePayoutDisbursementEntity.
Declaration
public DateTime PeriodStartDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The PeriodStartDate. |
RowVersion
Gets or sets the RowVersion associated with this BursaryStipendTemplatePayoutDisbursementEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
StatusCode
Gets or sets the StatusCode associated with this BursaryStipendTemplatePayoutDisbursementEntity.
Declaration
public string StatusCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The StatusCode. |
TermId
Gets or sets the TermId associated with this BursaryStipendTemplatePayoutDisbursementEntity.
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()