Class CourseFee
This class represents the EntityModel interface to the AdCourseFee database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.Academics
Assembly: Cmc.Nexus.Models.dll
Syntax
public class CourseFee
Constructors
CourseFee()
Declaration
public CourseFee()
Properties
Amount
Gets or sets the Amount associated with this CourseFee.
Declaration
public decimal Amount { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The Amount. |
AuditCourseAmount
Gets or sets the AuditCourseAmount associated with this CourseFee.
Declaration
public decimal? AuditCourseAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The AuditCourseAmount. |
BillingTransactionCode
Declaration
public virtual BillingTransactionCode BillingTransactionCode { get; set; }
Property Value
Type | Description |
---|---|
BillingTransactionCode |
BillingTransactionCodeId
Gets or sets the BillingTransactionCodeId associated with this CourseFee.
Declaration
public int BillingTransactionCodeId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The BillingTransactionCodeId. |
Course
Declaration
public virtual Course Course { get; set; }
Property Value
Type | Description |
---|---|
Course |
CourseFeeSchedule
Declaration
public virtual CourseFeeSchedule CourseFeeSchedule { get; set; }
Property Value
Type | Description |
---|---|
CourseFeeSchedule |
CourseFeeScheduleId
Gets or sets the CourseFeeScheduleId associated with this CourseFee.
Declaration
public int? CourseFeeScheduleId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The CourseFeeScheduleId. |
CourseId
Gets or sets the CourseId associated with this CourseFee.
Declaration
public int CourseId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The CourseId. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this CourseFee.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
EffectiveDate
Gets or sets the EffectiveDate associated with this CourseFee.
Declaration
public DateTime EffectiveDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The EffectiveDate. |
Id
Gets or sets the Id associated with this CourseFee.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsBillingMethodFeeIncluded
Gets or sets the IsBillingMethodFeeIncluded associated with this CourseFee.
Declaration
public bool? IsBillingMethodFeeIncluded { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | The IsBillingMethodFeeIncluded. |
IsInternational
Gets or sets the IsInternational associated with this CourseFee.
Declaration
public bool? IsInternational { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | The IsInternational. |
IsRetake
Gets or sets the IsRetake associated with this CourseFee.
Declaration
public bool? IsRetake { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | The IsRetake. |
IsTaxInclusive
Gets or sets the IsTaxInclusive associated with this CourseFee.
Declaration
public bool? IsTaxInclusive { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | The IsTaxInclusive. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this CourseFee.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this CourseFee.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
Sequence
Gets or sets the Sequence associated with this CourseFee.
Declaration
public byte Sequence { get; set; }
Property Value
Type | Description |
---|---|
System.Byte | The Sequence. |
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. |