Class StipendTemplate
This class represents the EntityModel interface to the SaStipendSchedule database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.StudentAccounts
Assembly: Cmc.Nexus.Models.dll
Syntax
public class StipendTemplate
Constructors
StipendTemplate()
Declaration
public StipendTemplate()
Properties
AssignmentTriggerCode
Gets or sets the AssignmentTriggerCode associated with this StipendTemplate.
Declaration
public string AssignmentTriggerCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AssignmentTriggerCode. |
BillingTransactionCode
Declaration
public virtual BillingTransactionCode BillingTransactionCode { get; set; }
Property Value
Type | Description |
---|---|
BillingTransactionCode |
BillingTransactionCodeId
Gets or sets the BillingTransactionCodeId associated with this StipendTemplate.
Declaration
public int? BillingTransactionCodeId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The BillingTransactionCodeId. |
CampusGroup
Declaration
public virtual CampusGroup CampusGroup { get; set; }
Property Value
Type | Description |
---|---|
CampusGroup |
CampusGroupId
Gets or sets the CampusGroupId associated with this StipendTemplate.
Declaration
public int CampusGroupId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The CampusGroupId. |
Citizen
Declaration
public virtual Citizen Citizen { get; set; }
Property Value
Type | Description |
---|---|
Citizen |
CitizenId
Gets or sets the CitizenId associated with this StipendTemplate.
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 StipendTemplate.
Declaration
public string Code { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Code. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this StipendTemplate.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
DisabilityTypeId
Gets or sets the DisabilityTypeId associated with this StipendTemplate.
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 StipendTemplate.
Declaration
public decimal DisbursementAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The DisbursementAmount. |
Disbursements
Declaration
public virtual ICollection<StipendTemplateDisbursement> Disbursements { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<StipendTemplateDisbursement> |
FrequencyTypeCode
Gets or sets the FrequencyTypeCode associated with this StipendTemplate.
Declaration
public string FrequencyTypeCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FrequencyTypeCode. |
Id
Gets or sets the Id associated with this StipendTemplate.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsActive
Gets or sets the IsActive associated with this StipendTemplate.
Declaration
public bool IsActive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsActive. |
IsAddonStipend
Gets or sets the IsAddonStipend associated with this StipendTemplate.
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 StipendTemplate.
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 StipendTemplate.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUser
Declaration
public virtual Staff LastModifiedUser { get; set; }
Property Value
Type | Description |
---|---|
Staff |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this StipendTemplate.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
MinimumCreditsRegisteredInPayoutTerm
Gets or sets the MinimumCreditsRegisteredInPayoutTerm associated with this StipendTemplate.
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 StipendTemplate.
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 StipendTemplate.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Name. |
NumberOfDisbursements
Gets or sets the NumberOfDisbursements associated with this StipendTemplate.
Declaration
public int NumberOfDisbursements { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The NumberOfDisbursements. |
OffsetAmount
Gets or sets the OffsetAmount associated with this StipendTemplate.
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 StipendTemplate.
Declaration
public DateTime PeriodEndDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The PeriodEndDate. |
PeriodStartDate
Gets or sets the PeriodStartDate associated with this StipendTemplate.
Declaration
public DateTime PeriodStartDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The PeriodStartDate. |
PreviousEducation
Declaration
public virtual PreviousEducation PreviousEducation { get; set; }
Property Value
Type | Description |
---|---|
PreviousEducation |
PreviousEducationId
Gets or sets the PreviousEducationId associated with this StipendTemplate.
Declaration
public int? PreviousEducationId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The PreviousEducationId. |
PreviousTerm
Declaration
public virtual Term PreviousTerm { get; set; }
Property Value
Type | Description |
---|---|
Term |
PreviousTermId
Gets or sets the PreviousTermId associated with this StipendTemplate.
Declaration
public int? PreviousTermId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The PreviousTermId. |
ProgramVersions
Declaration
public virtual ICollection<StipendTemplateProgramVersion> ProgramVersions { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<StipendTemplateProgramVersion> |
SchoolStatuses
Declaration
public virtual ICollection<StipendTemplateSchoolStatus> SchoolStatuses { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<StipendTemplateSchoolStatus> |
StudentGroups
Declaration
public virtual ICollection<StipendTemplateStudentGroup> StudentGroups { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<StipendTemplateStudentGroup> |
Term
Declaration
public virtual Term Term { get; set; }
Property Value
Type | Description |
---|---|
Term |
TermId
Gets or sets the TermId associated with this StipendTemplate.
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()
SetupFluentMappings(DbModelBuilder)
Any type of relationship that can't be inferred from the entity annotations must be done by hand using the Fluent api. Handle those relationships here.
Declaration
public static void SetupFluentMappings(DbModelBuilder modelBuilder)
Parameters
Type | Name | Description |
---|---|---|
System.Data.Entity.DbModelBuilder | modelBuilder | The DbModelBuilder that has all of the model entities. |