Class BursaryApplication
This class represents the EntityModel interface to the BcBursaryApplication database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.StudentAccounts
Assembly: Cmc.Nexus.Models.dll
Syntax
public class BursaryApplication
Constructors
BursaryApplication()
Declaration
public BursaryApplication()
Properties
AcademicSession
Declaration
public virtual AcademicSession AcademicSession { get; set; }
Property Value
Type | Description |
---|---|
AcademicSession |
AcademicSessionId
Gets or sets the AcademicSessionId associated with this BursaryApplication.
Declaration
public int AcademicSessionId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The AcademicSessionId. |
ApprovalRequestIdentifier
Gets or sets the ApprovalRequestIdentifier associated with this BursaryApplication.
Declaration
public int? ApprovalRequestIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The ApprovalRequestIdentifier. |
BursaryApplicationBursaryAssociations
Declaration
public virtual ICollection<BursaryApplicationBursaryAssociation> BursaryApplicationBursaryAssociations { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<BursaryApplicationBursaryAssociation> |
BursaryCreatedDateTime
Gets or sets the BursaryCreatedDateTime associated with this BursaryApplication.
Declaration
public DateTime BursaryCreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The BursaryCreatedDateTime. |
BursaryExternalVendorLandlord
Declaration
public virtual BursaryExternalVendor BursaryExternalVendorLandlord { get; set; }
Property Value
Type | Description |
---|---|
BursaryExternalVendor |
BursaryExternalVendorLandlordId
Gets or sets the BursaryExternalVendorLandlordId associated with this BursaryApplication.
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 BursaryApplication.
Declaration
public string BursaryNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The BursaryNumber. |
BursaryStatus
Declaration
public virtual BursaryStatus BursaryStatus { get; set; }
Property Value
Type | Description |
---|---|
BursaryStatus |
BursaryStatusId
Gets or sets the BursaryStatusId associated with this BursaryApplication.
Declaration
public int BursaryStatusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The BursaryStatusId. |
BursaryStatusReason
Declaration
public virtual BursaryStatusReason BursaryStatusReason { get; set; }
Property Value
Type | Description |
---|---|
BursaryStatusReason |
BursaryStatusReasonId
Gets or sets the BursaryStatusReasonId associated with this BursaryApplication.
Declaration
public int? BursaryStatusReasonId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The BursaryStatusReasonId. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this BursaryApplication.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
EligibleAmount
Gets or sets the EligibleAmount associated with this BursaryApplication.
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 BursaryApplication.
Declaration
public int? EligiblePayoutCategoryIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The EligiblePayoutCategoryIdentifier. |
ExtendedProperties
Extended Properties
Declaration
public ICollection<BursaryApplicationExtendedProperty> ExtendedProperties { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<BursaryApplicationExtendedProperty> |
GradeLevel
Declaration
public virtual GradeLevel GradeLevel { get; set; }
Property Value
Type | Description |
---|---|
GradeLevel |
GradeLevelId
Gets or sets the GradeLevelId associated with this BursaryApplication.
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 BursaryApplication.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsActive
Gets or sets the IsActive associated with this BursaryApplication.
Declaration
public bool IsActive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsActive. |
IsEligible
Gets or sets the IsEligible associated with this BursaryApplication.
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 BursaryApplication.
Declaration
public bool IsEvaluated { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsEvaluated. |
IsPayoutCreated
Gets or sets the IsPayoutCreated associated with this BursaryApplication.
Declaration
public bool IsPayoutCreated { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsPayoutCreated. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this BursaryApplication.
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 BursaryApplication.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
Note
Gets or sets the Note associated with this BursaryApplication.
Declaration
public string Note { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Note. |
PrimaryCurrencyCodeId
Gets or sets the PrimaryCurrencyCodeId associated with this BursaryApplication.
Declaration
public int? PrimaryCurrencyCodeId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The PrimaryCurrencyCodeId. |
Student
Declaration
public virtual Student Student { get; set; }
Property Value
Type | Description |
---|---|
Student |
StudentEnrollmentPeriod
Declaration
public virtual StudentEnrollmentPeriod StudentEnrollmentPeriod { get; set; }
Property Value
Type | Description |
---|---|
StudentEnrollmentPeriod |
StudentEnrollmentPeriodId
Gets or sets the StudentEnrollmentPeriodId associated with this BursaryApplication.
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 BursaryApplication.
Declaration
public int StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentId. |
TransactionCurrencyCodeId
Gets or sets the TransactionCurrencyCodeId associated with this BursaryApplication.
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()
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. |