Class StipendTemplateEntity
This class represents the EntityModel interface to the SaStipendSchedule database table.
Inheritance
Implements
Namespace: Cmc.Nexus.StudentAccounts.Entities
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class StipendTemplateEntity : Entity, IIdentifiable, IAuditable
Constructors
StipendTemplateEntity()
Declaration
public StipendTemplateEntity()
Fields
AssignmentTriggerCodeProperty
The AssignmentTriggerCode property.
Declaration
public static readonly EntityProperty AssignmentTriggerCodeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
BillingTransactionCodeIdProperty
The BillingTransactionCodeId property.
Declaration
public static readonly EntityProperty BillingTransactionCodeIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CampusGroupIdProperty
The CampusGroupId property.
Declaration
public static readonly EntityProperty CampusGroupIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CitizenIdProperty
The CitizenId property.
Declaration
public static readonly EntityProperty CitizenIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CodeProperty
The Code property.
Declaration
public static readonly EntityProperty CodeProperty
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 |
DisabilityTypeIdProperty
The DisabilityTypeId property.
Declaration
public static readonly EntityProperty DisabilityTypeIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
DisbursementAmountProperty
The DisbursementAmount property.
Declaration
public static readonly EntityProperty DisbursementAmountProperty
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 |
FrequencyTypeCodeProperty
The FrequencyTypeCode property.
Declaration
public static readonly EntityProperty FrequencyTypeCodeProperty
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 |
IsActiveProperty
The IsActive property.
Declaration
public static readonly EntityProperty IsActiveProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsAddonStipendProperty
The IsAddonStipend property.
Declaration
public static readonly EntityProperty IsAddonStipendProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsTermRegistrationCheckedProperty
The IsTermRegistrationChecked property.
Declaration
public static readonly EntityProperty IsTermRegistrationCheckedProperty
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 |
MinimumCreditsRegisteredInPayoutTermProperty
The MinimumCreditsRegisteredInPayoutTerm property.
Declaration
public static readonly EntityProperty MinimumCreditsRegisteredInPayoutTermProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
MinimumPreviousTermCumGpaProperty
The MinimumPreviousTermCumGpa property.
Declaration
public static readonly EntityProperty MinimumPreviousTermCumGpaProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
NameProperty
The Name property.
Declaration
public static readonly EntityProperty NameProperty
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 |
OffsetAmountProperty
The OffsetAmount property.
Declaration
public static readonly EntityProperty OffsetAmountProperty
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 |
PreviousEducationIdProperty
The PreviousEducationId property.
Declaration
public static readonly EntityProperty PreviousEducationIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PreviousTermIdProperty
The PreviousTermId property.
Declaration
public static readonly EntityProperty PreviousTermIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ProgramVersionsProperty
The ProgramVersions property.
Declaration
public static readonly EntityProperty ProgramVersionsProperty
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 |
SchoolStatusesProperty
The SchoolStatuses property.
Declaration
public static readonly EntityProperty SchoolStatusesProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StudentGroupsProperty
The StudentGroups property.
Declaration
public static readonly EntityProperty StudentGroupsProperty
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
AssignmentTriggerCode
Gets or sets the AssignmentTriggerCode associated with this StipendTemplateEntity.
Declaration
public string AssignmentTriggerCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AssignmentTriggerCode. |
BillingTransactionCodeId
Gets or sets the BillingTransactionCodeId associated with this StipendTemplateEntity.
Declaration
public int? BillingTransactionCodeId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The BillingTransactionCodeId. |
CampusGroup
Declaration
public virtual CampusGroupEntity CampusGroup { get; set; }
Property Value
Type | Description |
---|---|
Cmc.Nexus.Common.Entities.CampusGroupEntity |
CampusGroupId
Gets or sets the CampusGroupId associated with this StipendTemplateEntity.
Declaration
public int CampusGroupId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The CampusGroupId. |
CitizenId
Gets or sets the CitizenId associated with this StipendTemplateEntity.
Declaration
public int? CitizenId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The CitizenId. |
Code
Gets or sets the Code associated with this StipendTemplateEntity.
Declaration
public string Code { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Code. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this StipendTemplateEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
DisabilityTypeId
Gets or sets the DisabilityTypeId associated with this StipendTemplateEntity.
Declaration
public int? DisabilityTypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The DisabilityTypeId. |
DisbursementAmount
Gets or sets the DisbursementAmount associated with this StipendTemplateEntity.
Declaration
public decimal DisbursementAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The DisbursementAmount. |
Disbursements
Declaration
public virtual EntityCollection<StipendTemplateDisbursementEntity> Disbursements { get; set; }
Property Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityCollection<StipendTemplateDisbursementEntity> |
FrequencyTypeCode
Gets or sets the FrequencyTypeCode associated with this StipendTemplateEntity.
Declaration
public string FrequencyTypeCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FrequencyTypeCode. |
Id
Gets or sets the Id associated with this StipendTemplateEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsActive
Gets or sets the IsActive associated with this StipendTemplateEntity.
Declaration
public bool IsActive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsActive. |
IsAddonStipend
Gets or sets the IsAddonStipend associated with this StipendTemplateEntity.
Declaration
public bool? IsAddonStipend { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | The IsAddonStipend. |
IsTermRegistrationChecked
Gets or sets the IsTermRegistrationChecked associated with this StipendTemplateEntity.
Declaration
public bool? IsTermRegistrationChecked { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | The IsTermRegistrationChecked. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this StipendTemplateEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this StipendTemplateEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
MinimumCreditsRegisteredInPayoutTerm
Gets or sets the MinimumCreditsRegisteredInPayoutTerm associated with this StipendTemplateEntity.
Declaration
public decimal? MinimumCreditsRegisteredInPayoutTerm { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The MinimumCreditsRegisteredInPayoutTerm. |
MinimumPreviousTermCumGpa
Gets or sets the MinimumPreviousTermCumGpa associated with this StipendTemplateEntity.
Declaration
public decimal? MinimumPreviousTermCumGpa { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The MinimumPreviousTermCumGpa. |
Name
Gets or sets the Name associated with this StipendTemplateEntity.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Name. |
NumberOfDisbursements
Gets or sets the NumberOfDisbursements associated with this StipendTemplateEntity.
Declaration
public int NumberOfDisbursements { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The NumberOfDisbursements. |
OffsetAmount
Gets or sets the OffsetAmount associated with this StipendTemplateEntity.
Declaration
public decimal? OffsetAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The OffsetAmount. |
PeriodEndDate
Gets or sets the PeriodEndDate associated with this StipendTemplateEntity.
Declaration
public DateTime PeriodEndDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The PeriodEndDate. |
PeriodStartDate
Gets or sets the PeriodStartDate associated with this StipendTemplateEntity.
Declaration
public DateTime PeriodStartDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The PeriodStartDate. |
PreviousEducationId
Gets or sets the PreviousEducationId associated with this StipendTemplateEntity.
Declaration
public int? PreviousEducationId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The PreviousEducationId. |
PreviousTermId
Gets or sets the PreviousTermId associated with this StipendTemplateEntity.
Declaration
public int? PreviousTermId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The PreviousTermId. |
ProgramVersions
Declaration
public virtual EntityCollection<StipendTemplateProgramVersionEntity> ProgramVersions { get; set; }
Property Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityCollection<StipendTemplateProgramVersionEntity> |
RowVersion
Gets or sets the RowVersion associated with this StipendTemplateEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
SchoolStatuses
Declaration
public virtual EntityCollection<StipendTemplateSchoolStatusEntity> SchoolStatuses { get; set; }
Property Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityCollection<StipendTemplateSchoolStatusEntity> |
StudentGroups
Declaration
public virtual EntityCollection<StipendTemplateStudentGroupEntity> StudentGroups { get; set; }
Property Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityCollection<StipendTemplateStudentGroupEntity> |
TermId
Gets or sets the TermId associated with this StipendTemplateEntity.
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()