Class StipendSummaryEntity
This class represents the EntityModel interface to the SaStipend database table.
Inheritance
Implements
Namespace: Cmc.Nexus.StudentAccounts.Entities
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class StipendSummaryEntity : Entity, IIdentifiable, IAuditable
Constructors
StipendSummaryEntity()
Declaration
public StipendSummaryEntity()
Fields
CreatedDateTimeProperty
The CreatedDateTime property.
Declaration
public static readonly EntityProperty CreatedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
DisbursedAmountProperty
The DisbursedAmount property.
Declaration
public static readonly EntityProperty DisbursedAmountProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
FirstPaymentDateProperty
The FirstPaymentDate property.
Declaration
public static readonly EntityProperty FirstPaymentDateProperty
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 |
LockedByStaffIdProperty
The LockedByStaffId property.
Declaration
public static readonly EntityProperty LockedByStaffIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
NumberDisbursementsProperty
The NumberDisbursements property.
Declaration
public static readonly EntityProperty NumberDisbursementsProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PaymentFrequencyProperty
The PaymentFrequency property.
Declaration
public static readonly EntityProperty PaymentFrequencyProperty
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 |
StatusProperty
The Status property.
Declaration
public static readonly EntityProperty StatusProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StipendScheduleProperty
The StipendSchedule property.
Declaration
public static readonly EntityProperty StipendScheduleProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StudentAcademicYearIdProperty
The StudentAcademicYearId property.
Declaration
public static readonly EntityProperty StudentAcademicYearIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StudentEnrollmentPeriodIdProperty
The StudentEnrollmentPeriodId property.
Declaration
public static readonly EntityProperty StudentEnrollmentPeriodIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StudentIdProperty
The StudentId property.
Declaration
public static readonly EntityProperty StudentIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
TotalAmountProperty
The TotalAmount property.
Declaration
public static readonly EntityProperty TotalAmountProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
CreatedDateTime
Gets or sets the CreatedDateTime associated with this StipendSummaryEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
DisbursedAmount
Gets or sets the DisbursedAmount associated with this StipendSummaryEntity.
Declaration
public decimal DisbursedAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The DisbursedAmount. |
FirstPaymentDate
Gets or sets the FirstPaymentDate associated with this StipendSummaryEntity.
Declaration
public DateTime FirstPaymentDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The FirstPaymentDate. |
Id
Gets or sets the Id associated with this StipendSummaryEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsDefaultPayee
Declaration
public bool IsDefaultPayee { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsEftDefaultForStipends
Declaration
public bool IsEftDefaultForStipends { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this StipendSummaryEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this StipendSummaryEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
LockedByStaffId
Gets or sets the LockedByStaffId associated with this StipendSummaryEntity.
Declaration
public int? LockedByStaffId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The LockedByStaffId. |
NumberDisbursements
Gets or sets the NumberDisbursements associated with this StipendSummaryEntity.
Declaration
public short NumberDisbursements { get; set; }
Property Value
Type | Description |
---|---|
System.Int16 | The NumberDisbursements. |
PaymentFrequency
Gets or sets the PaymentFrequency associated with this StipendSummaryEntity.
Declaration
public int PaymentFrequency { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The PaymentFrequency. |
RowVersion
Gets or sets the RowVersion associated with this StipendSummaryEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
Status
Gets or sets the Status associated with this StipendSummaryEntity.
Declaration
public string Status { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Status. |
StipendSchedule
Declaration
public virtual EntityCollection<StipendScheduleEntity> StipendSchedule { get; set; }
Property Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityCollection<StipendScheduleEntity> |
StudentAcademicYearId
Gets or sets the StudentAcademicYearId associated with this StipendSummaryEntity.
Declaration
public int? StudentAcademicYearId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentAcademicYearId. |
StudentEnrollmentPeriodId
Gets or sets the StudentEnrollmentPeriodId associated with this StipendSummaryEntity.
Declaration
public int StudentEnrollmentPeriodId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentEnrollmentPeriodId. |
StudentId
Gets or sets the StudentId associated with this StipendSummaryEntity.
Declaration
public int StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentId. |
TotalAmount
Gets or sets the TotalAmount associated with this StipendSummaryEntity.
Declaration
public decimal TotalAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The TotalAmount. |
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()