Class BursaryApplicationEntity
This class represents the EntityModel interface to the BcBursaryApplication database table.
Inheritance
Implements
Namespace: Cmc.Nexus.StudentAccounts.Entities
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class BursaryApplicationEntity : Entity, IIdentifiable, IAuditable
Constructors
BursaryApplicationEntity()
Declaration
public BursaryApplicationEntity()
Fields
AcademicSessionIdProperty
The AcademicSessionId property.
Declaration
public static readonly EntityProperty AcademicSessionIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ApprovalRequestIdentifierProperty
The ApprovalRequestIdentifier property.
Declaration
public static readonly EntityProperty ApprovalRequestIdentifierProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
BursaryApplicationBursaryAssociationsProperty
The BursaryApplicationBursaryAssociations property.
Declaration
public static readonly EntityProperty BursaryApplicationBursaryAssociationsProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
BursaryCreatedDateTimeProperty
The BursaryCreatedDateTime property.
Declaration
public static readonly EntityProperty BursaryCreatedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
BursaryExternalVendorLandlordIdProperty
The BursaryExternalVendorLandlordId property.
Declaration
public static readonly EntityProperty BursaryExternalVendorLandlordIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
BursaryNumberProperty
The BursaryNumber property.
Declaration
public static readonly EntityProperty BursaryNumberProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
BursaryStatusIdProperty
The BursaryStatusId property.
Declaration
public static readonly EntityProperty BursaryStatusIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
BursaryStatusReasonIdProperty
The BursaryStatusReasonId property.
Declaration
public static readonly EntityProperty BursaryStatusReasonIdProperty
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 |
EligibleAmountProperty
The EligibleAmount property.
Declaration
public static readonly EntityProperty EligibleAmountProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
EligiblePayoutCategoryIdentifierProperty
The EligiblePayoutCategoryIdentifier property.
Declaration
public static readonly EntityProperty EligiblePayoutCategoryIdentifierProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
GradeLevelIdProperty
The GradeLevelId property.
Declaration
public static readonly EntityProperty GradeLevelIdProperty
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 |
IsEligibleProperty
The IsEligible property.
Declaration
public static readonly EntityProperty IsEligibleProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsEvaluatedProperty
The IsEvaluated property.
Declaration
public static readonly EntityProperty IsEvaluatedProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsPayoutCreatedProperty
The IsPayoutCreated property.
Declaration
public static readonly EntityProperty IsPayoutCreatedProperty
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 |
NoteProperty
The Note property.
Declaration
public static readonly EntityProperty NoteProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PrimaryCurrencyCodeIdProperty
The PrimaryCurrencyCodeId property.
Declaration
public static readonly EntityProperty PrimaryCurrencyCodeIdProperty
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 |
StudentEnrollmentPeriodIdProperty
The StudentEnrollmentPeriodId property.
Declaration
public static readonly EntityProperty StudentEnrollmentPeriodIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StudentIdProperty
The StudentId property.
Declaration
public static readonly EntityProperty StudentIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
TransactionCurrencyCodeIdProperty
The TransactionCurrencyCodeId property.
Declaration
public static readonly EntityProperty TransactionCurrencyCodeIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
AcademicSessionId
Gets or sets the AcademicSessionId associated with this BursaryApplicationEntity.
Declaration
public int AcademicSessionId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The AcademicSessionId. |
ApprovalRequestIdentifier
Gets or sets the ApprovalRequestIdentifier associated with this BursaryApplicationEntity.
Declaration
public int? ApprovalRequestIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The ApprovalRequestIdentifier. |
BursaryApplicationBursaryAssociations
Declaration
public virtual EntityCollection<BursaryApplicationBursaryAssociationEntity> BursaryApplicationBursaryAssociations { get; set; }
Property Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityCollection<BursaryApplicationBursaryAssociationEntity> |
BursaryCreatedDateTime
Gets or sets the BursaryCreatedDateTime associated with this BursaryApplicationEntity.
Declaration
public DateTime BursaryCreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The BursaryCreatedDateTime. |
BursaryExternalVendorLandlordId
Gets or sets the BursaryExternalVendorLandlordId associated with this BursaryApplicationEntity.
Declaration
public int? BursaryExternalVendorLandlordId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The BursaryExternalVendorLandlordId. |
BursaryNumber
Gets or sets the BursaryNumber associated with this BursaryApplicationEntity.
Declaration
public string BursaryNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The BursaryNumber. |
BursaryStatusId
Gets or sets the BursaryStatusId associated with this BursaryApplicationEntity.
Declaration
public int BursaryStatusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The BursaryStatusId. |
BursaryStatusReasonId
Gets or sets the BursaryStatusReasonId associated with this BursaryApplicationEntity.
Declaration
public int? BursaryStatusReasonId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The BursaryStatusReasonId. |
Comment
Declaration
public string Comment { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this BursaryApplicationEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
EligibleAmount
Gets or sets the EligibleAmount associated with this BursaryApplicationEntity.
Declaration
public decimal? EligibleAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The EligibleAmount. |
EligiblePayoutCategoryIdentifier
Gets or sets the EligiblePayoutCategoryIdentifier associated with this BursaryApplicationEntity.
Declaration
public int? EligiblePayoutCategoryIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The EligiblePayoutCategoryIdentifier. |
GradeLevelId
Gets or sets the GradeLevelId associated with this BursaryApplicationEntity.
Declaration
public int? GradeLevelId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The GradeLevelId. |
Id
Gets or sets the Id associated with this BursaryApplicationEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsActive
Gets or sets the IsActive associated with this BursaryApplicationEntity.
Declaration
public bool IsActive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsActive. |
IsEligible
Gets or sets the IsEligible associated with this BursaryApplicationEntity.
Declaration
public bool? IsEligible { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | The IsEligible. |
IsEvaluated
Gets or sets the IsEvaluated associated with this BursaryApplicationEntity.
Declaration
public bool IsEvaluated { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsEvaluated. |
IsPayoutCreated
Gets or sets the IsPayoutCreated associated with this BursaryApplicationEntity.
Declaration
public bool IsPayoutCreated { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsPayoutCreated. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this BursaryApplicationEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this BursaryApplicationEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
Note
Gets or sets the Note associated with this BursaryApplicationEntity.
Declaration
public string Note { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Note. |
PrimaryCurrencyCodeId
Gets or sets the PrimaryCurrencyCodeId associated with this BursaryApplicationEntity.
Declaration
public int? PrimaryCurrencyCodeId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The PrimaryCurrencyCodeId. |
RowVersion
Gets or sets the RowVersion associated with this BursaryApplicationEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
StudentEnrollmentPeriodId
Gets or sets the StudentEnrollmentPeriodId associated with this BursaryApplicationEntity.
Declaration
public int? StudentEnrollmentPeriodId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentEnrollmentPeriodId. |
StudentId
Gets or sets the StudentId associated with this BursaryApplicationEntity.
Declaration
public int StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentId. |
TransactionCurrencyCodeId
Gets or sets the TransactionCurrencyCodeId associated with this BursaryApplicationEntity.
Declaration
public int? TransactionCurrencyCodeId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The TransactionCurrencyCodeId. |
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()