Class StudentStipendTemplateEntity
This class represents the EntityModel interface to the SaStudentStipendSchedule database table.
Inheritance
Implements
Namespace: Cmc.Nexus.StudentAccounts.Entities
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class StudentStipendTemplateEntity : Entity, IIdentifiable, IAuditable
Constructors
StudentStipendTemplateEntity()
Declaration
public StudentStipendTemplateEntity()
Fields
AmountProperty
The Amount property.
Declaration
public static readonly EntityProperty AmountProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CreatedByUserIdProperty
The CreatedByUserId property.
Declaration
public static readonly EntityProperty CreatedByUserIdProperty
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 |
DisbursementsProperty
The Disbursements property.
Declaration
public static readonly EntityProperty DisbursementsProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
FrequencyTypeProperty
The Frequency Type property.
Declaration
public static readonly EntityProperty FrequencyTypeProperty
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 |
LastModifiedByProperty
The LastModifiedBy property.
Declaration
public static readonly EntityProperty LastModifiedByProperty
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 |
NumberOfDisbursementsProperty
The NumberOfDisbursements property.
Declaration
public static readonly EntityProperty NumberOfDisbursementsProperty
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 |
StipendTemplateIdProperty
The StipendTemplateId property.
Declaration
public static readonly EntityProperty StipendTemplateIdProperty
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 |
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 StudentStipendTemplateEntity.
Declaration
public decimal Amount { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The Amount. |
CreatedByUserId
Gets or sets the CreatedByUserId associated with this StudentStipendTemplateEntity.
Declaration
public int CreatedByUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The CreatedByUserId. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this StudentStipendTemplateEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
Disbursements
Declaration
public virtual EntityCollection<StudentStipendTemplateDisbursementEntity> Disbursements { get; set; }
Property Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityCollection<StudentStipendTemplateDisbursementEntity> |
FrequencyType
Gets or sets the FrequencyType associated with this StudentStipendTemplateEntity.
Declaration
public string FrequencyType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FrequencyType. |
Id
Gets or sets the Id associated with this StudentStipendTemplateEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
LastModifiedBy
Gets or sets the LastModifiedBy associated with this StudentStipendTemplateEntity.
Declaration
public int LastModifiedBy { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedBy. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this StudentStipendTemplateEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this StudentStipendTemplateEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
NumberOfDisbursements
Gets or sets the NumberOfDisbursements associated with this StudentStipendTemplateEntity.
Declaration
public int NumberOfDisbursements { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The NumberOfDisbursements. |
PeriodEndDate
Gets or sets the PeriodEndDate associated with this StudentStipendTemplateEntity.
Declaration
public DateTime PeriodEndDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The PeriodEndDate. |
PeriodStartDate
Gets or sets the PeriodStartDate associated with this StudentStipendTemplateEntity.
Declaration
public DateTime PeriodStartDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The PeriodStartDate. |
RowVersion
Gets or sets the RowVersion associated with this StudentStipendTemplateEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
StatusCode
Gets or sets the StatusCode associated with this StudentStipendTemplateEntity.
Declaration
public string StatusCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The StatusCode. |
StipendTemplateId
Gets or sets the StipendTemplateId associated with this StudentStipendTemplateEntity.
Declaration
public int StipendTemplateId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StipendTemplateId. |
StudentEnrollmentPeriodId
Gets or sets the StudentEnrollmentPeriodId associated with this StudentStipendTemplateEntity.
Declaration
public int StudentEnrollmentPeriodId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentEnrollmentPeriodId. |
StudentId
Gets or sets the StudentId associated with this StudentStipendTemplateEntity.
Declaration
public int StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentId. |
TermId
Gets or sets the TermId associated with this StudentStipendTemplateEntity.
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()