Class DisbursementEligibilityStageEntity
This class represents the EntityModel interface to the SyEligibilityServiceStage database table.
Inheritance
System.Object
DisbursementEligibilityStageEntity
Implements
Cmc.Core.ComponentModel.IIdentifiable
Cmc.Core.ComponentModel.IAuditable
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class DisbursementEligibilityStageEntity : Entity, IIdentifiable, IAuditable
Constructors
DisbursementEligibilityStageEntity()
Declaration
public DisbursementEligibilityStageEntity()
Fields
BatchedForPayment
Declaration
public static readonly string BatchedForPayment
Field Value
Type |
Description |
System.String |
|
CensusDatePostPaid
Declaration
public static readonly string CensusDatePostPaid
Field Value
Type |
Description |
System.String |
|
CodeProperty
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 |
|
EligibilityStageTypeCodeProperty
The EligibilityStageTypeCode property.
Declaration
public static readonly EntityProperty EligibilityStageTypeCodeProperty
Field Value
Type |
Description |
Cmc.Core.EntityModel.EntityProperty |
|
EndTermPostPaid
Declaration
public static readonly string EndTermPostPaid
Field Value
Type |
Description |
System.String |
|
IdProperty
Declaration
public static readonly EntityProperty IdProperty
Field Value
Type |
Description |
Cmc.Core.EntityModel.EntityProperty |
|
ImmediatePostPaid
Declaration
public static readonly string ImmediatePostPaid
Field Value
Type |
Description |
System.String |
|
IsActiveProperty
Declaration
public static readonly EntityProperty IsActiveProperty
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 |
|
MidTermPostPaid
Declaration
public static readonly string MidTermPostPaid
Field Value
Type |
Description |
System.String |
|
NameAsBatchedForPayment
Declaration
public static readonly string NameAsBatchedForPayment
Field Value
Type |
Description |
System.String |
|
NameAsCensusDatePostPaid
Declaration
public static readonly string NameAsCensusDatePostPaid
Field Value
Type |
Description |
System.String |
|
NameAsEndTermPostPaid
Declaration
public static readonly string NameAsEndTermPostPaid
Field Value
Type |
Description |
System.String |
|
NameAsImmediatePostPaid
Declaration
public static readonly string NameAsImmediatePostPaid
Field Value
Type |
Description |
System.String |
|
NameAsMidTermPostPaid
Declaration
public static readonly string NameAsMidTermPostPaid
Field Value
Type |
Description |
System.String |
|
NameAsPostWithdrawal
Declaration
public static readonly string NameAsPostWithdrawal
Field Value
Type |
Description |
System.String |
|
NameAsPrePayment
Declaration
public static readonly string NameAsPrePayment
Field Value
Type |
Description |
System.String |
|
NameProperty
Declaration
public static readonly EntityProperty NameProperty
Field Value
Type |
Description |
Cmc.Core.EntityModel.EntityProperty |
|
PostWithdrawal
Declaration
public static readonly string PostWithdrawal
Field Value
Type |
Description |
System.String |
|
PrePayment
Declaration
public static readonly string PrePayment
Field Value
Type |
Description |
System.String |
|
RowVersionProperty
Declaration
public static readonly EntityProperty RowVersionProperty
Field Value
Type |
Description |
Cmc.Core.EntityModel.EntityProperty |
|
Properties
Code
Gets or sets the Code associated with this DisbursementEligibilityStageEntity.
Declaration
public string Code { get; set; }
Property Value
Type |
Description |
System.String |
The Code.
|
CreatedDateTime
Gets or sets the CreatedDateTime associated with this DisbursementEligibilityStageEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type |
Description |
System.DateTime |
The CreatedDateTime.
|
EligibilityStageTypeCode
Gets or sets the EligibilityStageTypeCode associated with this DisbursementEligibilityStageEntity.
Declaration
public string EligibilityStageTypeCode { get; set; }
Property Value
Type |
Description |
System.String |
The EligibilityStageTypeCode.
|
Id
Gets or sets the Id associated with this DisbursementEligibilityStageEntity.
Declaration
public int Id { get; set; }
Property Value
Type |
Description |
System.Int32 |
The Id.
|
IsActive
Gets or sets the IsActive associated with this DisbursementEligibilityStageEntity.
Declaration
public bool IsActive { get; set; }
Property Value
Type |
Description |
System.Boolean |
The IsActive.
|
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this DisbursementEligibilityStageEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type |
Description |
System.DateTime |
The LastModifiedDateTime.
|
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this DisbursementEligibilityStageEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type |
Description |
System.Int32 |
The LastModifiedUserId.
|
Name
Gets or sets the Name associated with this DisbursementEligibilityStageEntity.
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
The Name.
|
RowVersion
Gets or sets the RowVersion associated with this DisbursementEligibilityStageEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type |
Description |
System.Byte[] |
The RowVersion.
|
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()
IsBatchedForPaymentStage()
Declaration
public bool IsBatchedForPaymentStage()
Returns
Type |
Description |
System.Boolean |
|
IsCensusDatePostPaidStage()
Declaration
public bool IsCensusDatePostPaidStage()
Returns
Type |
Description |
System.Boolean |
|
IsEndTermPostPaidStage()
Declaration
public bool IsEndTermPostPaidStage()
Returns
Type |
Description |
System.Boolean |
|
IsImmediatePostPaidStage()
Declaration
public bool IsImmediatePostPaidStage()
Returns
Type |
Description |
System.Boolean |
|
IsMidTermPostPaidStage()
Declaration
public bool IsMidTermPostPaidStage()
Returns
Type |
Description |
System.Boolean |
|
IsPostWithdrawalStage()
Declaration
public bool IsPostWithdrawalStage()
Returns
Type |
Description |
System.Boolean |
|
IsPrePaymentStage()
Declaration
public bool IsPrePaymentStage()
Returns
Type |
Description |
System.Boolean |
|
Implements
Cmc.Core.ComponentModel.IIdentifiable
Cmc.Core.ComponentModel.IAuditable