Class StipendSchedule
This class represents the EntityModel interface to the SaStipendSched database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.StudentAccounts
Assembly: Cmc.Nexus.Models.dll
Syntax
public class StipendSchedule
Constructors
StipendSchedule()
Declaration
public StipendSchedule()
Properties
CreatedByUser
Declaration
public virtual Staff CreatedByUser { get; set; }
Property Value
Type | Description |
---|---|
Staff |
CreatedByUserId
Gets or sets the CreatedByUserId associated with this StipendSchedule.
Declaration
public int? CreatedByUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The CreatedByUserId. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this StipendSchedule.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
CreditBalanceType
Gets or sets the CreditBalanceType associated with this StipendSchedule.
Declaration
public string CreditBalanceType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CreditBalanceType. |
DisbursementNumber
Gets or sets the DisbursementNumber associated with this StipendSchedule.
Declaration
public short DisbursementNumber { get; set; }
Property Value
Type | Description |
---|---|
System.Int16 | The DisbursementNumber. |
Id
Gets or sets the Id associated with this StipendSchedule.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsAchScheduled
Gets or sets the IsAchScheduled associated with this StipendSchedule.
Declaration
public bool IsAchScheduled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsAchScheduled. |
IsAutomated
Gets or sets the IsAutomated associated with this StipendSchedule.
Declaration
public bool IsAutomated { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsAutomated. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this StipendSchedule.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this StipendSchedule.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
PayeeName
Gets or sets the PayeeName associated with this StipendSchedule.
Declaration
public string PayeeName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PayeeName. |
PreviousStatus
Gets or sets the PreviousStatus associated with this StipendSchedule.
Declaration
public string PreviousStatus { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PreviousStatus. |
ReturnMethod
Gets or sets the ReturnMethod associated with this StipendSchedule.
Declaration
public string ReturnMethod { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ReturnMethod. |
ScheduledAmount
Gets or sets the ScheduledAmount associated with this StipendSchedule.
Declaration
public decimal ScheduledAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The ScheduledAmount. |
ScheduledDate
Gets or sets the ScheduledDate associated with this StipendSchedule.
Declaration
public DateTime ScheduledDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The ScheduledDate. |
Status
Gets or sets the Status associated with this StipendSchedule.
Declaration
public string Status { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Status. |
StipendAddressType
Gets or sets the StipendAddressType associated with this StipendSchedule.
Declaration
public string StipendAddressType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The StipendAddressType. |
StipendSummary
Declaration
public virtual StipendSummary StipendSummary { get; set; }
Property Value
Type | Description |
---|---|
StipendSummary |
StipendSummaryId
Gets or sets the StipendSummaryId associated with this StipendSchedule.
Declaration
public int StipendSummaryId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StipendSummaryId. |
StudentAcademicYearPaymentPeriod
Declaration
public virtual StudentAcademicYearPaymentPeriod StudentAcademicYearPaymentPeriod { get; set; }
Property Value
Type | Description |
---|---|
StudentAcademicYearPaymentPeriod |
StudentAcademicYearPaymentPeriodId
Gets or sets the StudentAcademicYearPaymentPeriodId associated with this StipendSchedule.
Declaration
public int? StudentAcademicYearPaymentPeriodId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentAcademicYearPaymentPeriodId. |
StudentAccountTransaction
Declaration
public virtual StudentAccountTransaction StudentAccountTransaction { get; set; }
Property Value
Type | Description |
---|---|
StudentAccountTransaction |
StudentAccountTransactionId
Gets or sets the StudentAccountTransactionId associated with this StipendSchedule.
Declaration
public int? StudentAccountTransactionId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentAccountTransactionId. |
StudentAward
Declaration
public virtual StudentAward StudentAward { get; set; }
Property Value
Type | Description |
---|---|
StudentAward |
StudentAwardId
Gets or sets the StudentAwardId associated with this StipendSchedule.
Declaration
public int? StudentAwardId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentAwardId. |
StudentBankAccount
Declaration
public virtual StudentBankAccount StudentBankAccount { get; set; }
Property Value
Type | Description |
---|---|
StudentBankAccount |
StudentBankAccountId
Gets or sets the StudentBankAccountId associated with this StipendSchedule.
Declaration
public int? StudentBankAccountId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentBankAccountId. |
StudentRefundCalculationId
Gets or sets the StudentRefundCalculationId associated with this StipendSchedule.
Declaration
public int? StudentRefundCalculationId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentRefundCalculationId. |
StudentRelationshipAddress
Declaration
public virtual StudentRelationshipAddress StudentRelationshipAddress { get; set; }
Property Value
Type | Description |
---|---|
StudentRelationshipAddress |
StudentRelationshipAddressId
Gets or sets the StudentRelationshipAddressId associated with this StipendSchedule.
Declaration
public int? StudentRelationshipAddressId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentRelationshipAddressId. |
Term
Declaration
public virtual Term Term { get; set; }
Property Value
Type | Description |
---|---|
Term |
TermId
Gets or sets the TermId associated with this StipendSchedule.
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. |