Class CourseFeeEntity
This class represents the EntityModel interface to the AdCourseFee database table.
Inheritance
Implements
Namespace: Cmc.Nexus.Academics.Entities
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class CourseFeeEntity : Entity, IIdentifiable, IAuditable
Constructors
CourseFeeEntity()
Declaration
public CourseFeeEntity()
Fields
AmountProperty
The Amount property.
Declaration
public static readonly EntityProperty AmountProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
AuditCourseAmountProperty
The AuditCourseAmount property.
Declaration
public static readonly EntityProperty AuditCourseAmountProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
BillingTransactionCodeIdProperty
The BillingTransactionCodeId property.
Declaration
public static readonly EntityProperty BillingTransactionCodeIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CourseFeeScheduleIdProperty
The CourseFeeScheduleId property.
Declaration
public static readonly EntityProperty CourseFeeScheduleIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CourseIdProperty
The CourseId property.
Declaration
public static readonly EntityProperty CourseIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CreatedDateTimeProperty
The property.
Declaration
public static readonly EntityProperty CreatedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
EffectiveDateProperty
The EffectiveDate property.
Declaration
public static readonly EntityProperty EffectiveDateProperty
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 |
IsBillingMethodFeeIncludedProperty
The IsBillingMethodFeeIncluded property.
Declaration
public static readonly EntityProperty IsBillingMethodFeeIncludedProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsInternationalProperty
The IsInternational property.
Declaration
public static readonly EntityProperty IsInternationalProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsRetakeProperty
The IsRetake property.
Declaration
public static readonly EntityProperty IsRetakeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsTaxInclusiveProperty
The IsTaxInclusive property.
Declaration
public static readonly EntityProperty IsTaxInclusiveProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LastModifiedDateTimeProperty
The property.
Declaration
public static readonly EntityProperty LastModifiedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LastModifiedUserIdProperty
The property.
Declaration
public static readonly EntityProperty LastModifiedUserIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
RowVersionProperty
The property.
Declaration
public static readonly EntityProperty RowVersionProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
SequenceProperty
The Sequence property.
Declaration
public static readonly EntityProperty SequenceProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
Amount
Gets or sets the Amount associated with this CourseFeeEntity.
Declaration
public decimal Amount { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The Amount. |
AuditCourseAmount
Gets or sets the AuditCourseAmount associated with this CourseFeeEntity.
Declaration
public decimal? AuditCourseAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The AuditCourseAmount. |
BillingTransactionCodeId
Gets or sets the BillingTransactionCodeId associated with this CourseFeeEntity.
Declaration
public int BillingTransactionCodeId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The BillingTransactionCodeId. |
CourseFeeScheduleId
Gets or sets the CourseFeeScheduleId associated with this CourseFeeEntity.
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 CourseFeeEntity.
Declaration
public int CourseId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The CourseId. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this CourseFeeEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
EffectiveDate
Gets or sets the EffectiveDate associated with this CourseFeeEntity.
Declaration
public DateTime EffectiveDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The EffectiveDate. |
Id
Gets or sets the Id associated with this CourseFeeEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsBillingMethodFeeIncluded
Gets or sets the IsBillingMethodFeeIncluded associated with this CourseFeeEntity.
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 CourseFeeEntity.
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 CourseFeeEntity.
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 CourseFeeEntity.
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 CourseFeeEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this CourseFeeEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
RowVersion
Gets or sets the RowVersion associated with this CourseFeeEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
Sequence
Gets or sets the Sequence associated with this CourseFeeEntity.
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()