Class StipendScheduleEntity
This class represents the EntityModel interface to the SaStipendSched database table.
Inheritance
Implements
Namespace: Cmc.Nexus.StudentAccounts.Entities
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class StipendScheduleEntity : Entity, IIdentifiable, IAuditable
  Constructors
StipendScheduleEntity()
Declaration
public StipendScheduleEntity()
  Fields
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 | 
CreditBalanceTypeProperty
The CreditBalanceType property.
Declaration
public static readonly EntityProperty CreditBalanceTypeProperty
  Field Value
| Type | Description | 
|---|---|
| Cmc.Core.EntityModel.EntityProperty | 
DisbursementNumberProperty
The DisbursementNumber property.
Declaration
public static readonly EntityProperty DisbursementNumberProperty
  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 | 
IsAchScheduledProperty
The IsAchScheduled property.
Declaration
public static readonly EntityProperty IsAchScheduledProperty
  Field Value
| Type | Description | 
|---|---|
| Cmc.Core.EntityModel.EntityProperty | 
IsAutomatedProperty
The IsAutomated property.
Declaration
public static readonly EntityProperty IsAutomatedProperty
  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 | 
Other
Declaration
public static readonly string Other
  Field Value
| Type | Description | 
|---|---|
| System.String | 
PayeeNameProperty
The PayeeName property.
Declaration
public static readonly EntityProperty PayeeNameProperty
  Field Value
| Type | Description | 
|---|---|
| Cmc.Core.EntityModel.EntityProperty | 
PreviousStatusProperty
The PreviousStatus property.
Declaration
public static readonly EntityProperty PreviousStatusProperty
  Field Value
| Type | Description | 
|---|---|
| Cmc.Core.EntityModel.EntityProperty | 
ReturnMethodProperty
The ReturnMethod property.
Declaration
public static readonly EntityProperty ReturnMethodProperty
  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 | 
ScheduledAmountProperty
The ScheduledAmount property.
Declaration
public static readonly EntityProperty ScheduledAmountProperty
  Field Value
| Type | Description | 
|---|---|
| Cmc.Core.EntityModel.EntityProperty | 
ScheduledDateProperty
The ScheduledDate property.
Declaration
public static readonly EntityProperty ScheduledDateProperty
  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 | 
StipendAddressTypeProperty
The StipendAddressType property.
Declaration
public static readonly EntityProperty StipendAddressTypeProperty
  Field Value
| Type | Description | 
|---|---|
| Cmc.Core.EntityModel.EntityProperty | 
StipendSummaryIdProperty
The StipendSummaryId property.
Declaration
public static readonly EntityProperty StipendSummaryIdProperty
  Field Value
| Type | Description | 
|---|---|
| Cmc.Core.EntityModel.EntityProperty | 
Student
Declaration
public static readonly string Student
  Field Value
| Type | Description | 
|---|---|
| System.String | 
StudentAcademicYearPaymentPeriodIdProperty
The StudentAcademicYearPaymentPeriodId property.
Declaration
public static readonly EntityProperty StudentAcademicYearPaymentPeriodIdProperty
  Field Value
| Type | Description | 
|---|---|
| Cmc.Core.EntityModel.EntityProperty | 
StudentAccountTransactionIdProperty
The StudentAccountTransactionId property.
Declaration
public static readonly EntityProperty StudentAccountTransactionIdProperty
  Field Value
| Type | Description | 
|---|---|
| Cmc.Core.EntityModel.EntityProperty | 
StudentAwardIdProperty
The StudentAwardId property.
Declaration
public static readonly EntityProperty StudentAwardIdProperty
  Field Value
| Type | Description | 
|---|---|
| Cmc.Core.EntityModel.EntityProperty | 
StudentBankAccountIdProperty
The StudentBankAccountId property.
Declaration
public static readonly EntityProperty StudentBankAccountIdProperty
  Field Value
| Type | Description | 
|---|---|
| Cmc.Core.EntityModel.EntityProperty | 
StudentRefundCalculationIdProperty
The StudentRefundCalculationId property.
Declaration
public static readonly EntityProperty StudentRefundCalculationIdProperty
  Field Value
| Type | Description | 
|---|---|
| Cmc.Core.EntityModel.EntityProperty | 
StudentRelationshipAddressIdProperty
The StudentRelationshipAddressId property.
Declaration
public static readonly EntityProperty StudentRelationshipAddressIdProperty
  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
CreatedByUserId
Gets or sets the CreatedByUserId associated with this StipendScheduleEntity.
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 StipendScheduleEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.DateTime | The CreatedDateTime.  | 
      
CreditBalanceType
Gets or sets the CreditBalanceType associated with this StipendScheduleEntity.
Declaration
public string CreditBalanceType { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | The CreditBalanceType.  | 
      
DisbursementNumber
Gets or sets the DisbursementNumber associated with this StipendScheduleEntity.
Declaration
public short DisbursementNumber { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Int16 | The DisbursementNumber.  | 
      
FundSourceId
FundSourceId
Declaration
public int FundSourceId { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Int32 | 
Id
Gets or sets the Id associated with this StipendScheduleEntity.
Declaration
public int Id { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Int32 | The Id.  | 
      
IsAchScheduled
Gets or sets the IsAchScheduled associated with this StipendScheduleEntity.
Declaration
public bool IsAchScheduled { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | The IsAchScheduled.  | 
      
IsAutomated
Gets or sets the IsAutomated associated with this StipendScheduleEntity.
Declaration
public bool IsAutomated { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | The IsAutomated.  | 
      
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this StipendScheduleEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.DateTime | The LastModifiedDateTime.  | 
      
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this StipendScheduleEntity.
Declaration
public int LastModifiedUserId { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Int32 | The LastModifiedUserId.  | 
      
PayeeName
Gets or sets the PayeeName associated with this StipendScheduleEntity.
Declaration
public string PayeeName { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | The PayeeName.  | 
      
PreviousStatus
Gets or sets the PreviousStatus associated with this StipendScheduleEntity.
Declaration
public string PreviousStatus { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | The PreviousStatus.  | 
      
ReturnMethod
Gets or sets the ReturnMethod associated with this StipendScheduleEntity.
Declaration
public string ReturnMethod { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | The ReturnMethod.  | 
      
RowVersion
Gets or sets the RowVersion associated with this StipendScheduleEntity.
Declaration
public byte[] RowVersion { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Byte[] | The RowVersion.  | 
      
ScheduledAmount
Gets or sets the ScheduledAmount associated with this StipendScheduleEntity.
Declaration
public decimal ScheduledAmount { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Decimal | The ScheduledAmount.  | 
      
ScheduledDate
Gets or sets the ScheduledDate associated with this StipendScheduleEntity.
Declaration
public DateTime ScheduledDate { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.DateTime | The ScheduledDate.  | 
      
Status
Gets or sets the Status associated with this StipendScheduleEntity.
Declaration
public string Status { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | The Status.  | 
      
StipendAddressType
Gets or sets the StipendAddressType associated with this StipendScheduleEntity.
Declaration
public string StipendAddressType { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | The StipendAddressType.  | 
      
StipendSummaryId
Gets or sets the StipendSummaryId associated with this StipendScheduleEntity.
Declaration
public int StipendSummaryId { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Int32 | The StipendSummaryId.  | 
      
StudentAcademicYearPaymentPeriodId
Gets or sets the StudentAcademicYearPaymentPeriodId associated with this StipendScheduleEntity.
Declaration
public int? StudentAcademicYearPaymentPeriodId { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Nullable<System.Int32> | The StudentAcademicYearPaymentPeriodId.  | 
      
StudentAccountTransactionId
Gets or sets the StudentAccountTransactionId associated with this StipendScheduleEntity.
Declaration
public int? StudentAccountTransactionId { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Nullable<System.Int32> | The StudentAccountTransactionId.  | 
      
StudentAwardId
Gets or sets the StudentAwardId associated with this StipendScheduleEntity.
Declaration
public int? StudentAwardId { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Nullable<System.Int32> | The StudentAwardId.  | 
      
StudentBankAccountId
Gets or sets the StudentBankAccountId associated with this StipendScheduleEntity.
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 StipendScheduleEntity.
Declaration
public int? StudentRefundCalculationId { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Nullable<System.Int32> | The StudentRefundCalculationId.  | 
      
StudentRelationshipAddressId
Gets or sets the StudentRelationshipAddressId associated with this StipendScheduleEntity.
Declaration
public int? StudentRelationshipAddressId { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Nullable<System.Int32> | The StudentRelationshipAddressId.  | 
      
TermId
Gets or sets the TermId associated with this StipendScheduleEntity.
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()