Class StudentEnrollmentPeriodFee
This class represents the EntityModel interface to the AdFees database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.Academics
Assembly: Cmc.Nexus.Models.dll
Syntax
public class StudentEnrollmentPeriodFee
Constructors
StudentEnrollmentPeriodFee()
Declaration
public StudentEnrollmentPeriodFee()
Properties
AcademicYearSequence
Gets or sets the AcademicYearSequence associated with this StudentEnrollmentPeriodFee.
Declaration
public decimal AcademicYearSequence { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The AcademicYearSequence. |
Amount
Gets or sets the Amount associated with this StudentEnrollmentPeriodFee.
Declaration
public decimal Amount { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The Amount. |
BillingTransactionCode
Declaration
public virtual BillingTransactionCode BillingTransactionCode { get; set; }
Property Value
Type | Description |
---|---|
BillingTransactionCode |
BillingTransactionCodeId
Gets or sets the BillingTransactionCodeId associated with this StudentEnrollmentPeriodFee.
Declaration
public int BillingTransactionCodeId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The BillingTransactionCodeId. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this StudentEnrollmentPeriodFee.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
Enrollment
Declaration
public virtual StudentEnrollmentPeriod Enrollment { get; set; }
Property Value
Type | Description |
---|---|
StudentEnrollmentPeriod |
FeeDescription
Gets or sets the FeeDescription associated with this StudentEnrollmentPeriodFee.
Declaration
public string FeeDescription { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FeeDescription. |
Id
Gets or sets the Id associated with this StudentEnrollmentPeriodFee.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsBilled
Gets or sets the IsBilled associated with this StudentEnrollmentPeriodFee.
Declaration
public bool IsBilled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsBilled. |
IsOneTimeFee
Gets or sets the IsOneTimeFee associated with this StudentEnrollmentPeriodFee.
Declaration
public bool IsOneTimeFee { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsOneTimeFee. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this StudentEnrollmentPeriodFee.
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 StudentEnrollmentPeriodFee.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
Offset
Gets or sets the Offset associated with this StudentEnrollmentPeriodFee.
Declaration
public int? Offset { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The Offset. |
ProgramFeeId
Gets or sets the ProgramFeeId associated with this StudentEnrollmentPeriodFee.
Declaration
public int? ProgramFeeId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The ProgramFeeId. |
Student
Declaration
public virtual Student Student { get; set; }
Property Value
Type | Description |
---|---|
Student |
StudentEnrollmentPeriodId
Gets or sets the StudentEnrollmentPeriodId associated with this StudentEnrollmentPeriodFee.
Declaration
public int StudentEnrollmentPeriodId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentEnrollmentPeriodId. |
StudentId
Gets or sets the StudentId associated with this StudentEnrollmentPeriodFee.
Declaration
public int StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentId. |
Term
Declaration
public virtual Term Term { get; set; }
Property Value
Type | Description |
---|---|
Term |
TermId
Gets or sets the TermId associated with this StudentEnrollmentPeriodFee.
Declaration
public int? TermId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The TermId. |
TermSequence
Gets or sets the TermSequence associated with this StudentEnrollmentPeriodFee.
Declaration
public decimal TermSequence { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The TermSequence. |
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. |