Class TestingFeeDetailEntity
This class represents the EntityModel interface to the ExExamFeeDetail database table.
Inheritance
Implements
Namespace: Cmc.Nexus.Academics.Entities
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class TestingFeeDetailEntity : Entity, IIdentifiable, IAuditable
Constructors
TestingFeeDetailEntity()
Declaration
public TestingFeeDetailEntity()
Fields
AmountProperty
The Amount property.
Declaration
public static readonly EntityProperty AmountProperty
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 |
CampusIdProperty
The CampusId property.
Declaration
public static readonly EntityProperty CampusIdProperty
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 CreatedDateTime property.
Declaration
public static readonly EntityProperty CreatedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CurrencyCodeIdProperty
The CurrencyCodeId property.
Declaration
public static readonly EntityProperty CurrencyCodeIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
EffectiveFromDateProperty
The EffectiveFromDate property.
Declaration
public static readonly EntityProperty EffectiveFromDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
EffectiveToDateProperty
The EffectiveToDate property.
Declaration
public static readonly EntityProperty EffectiveToDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ExamTypeProperty
The ExamType property.
Declaration
public static readonly EntityProperty ExamTypeProperty
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 |
IsTaxIncludedProperty
The IsTaxIncluded property.
Declaration
public static readonly EntityProperty IsTaxIncludedProperty
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 |
RowVersionProperty
The RowVersion property.
Declaration
public static readonly EntityProperty RowVersionProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
TestingFeeIdProperty
The TestingFeeId property.
Declaration
public static readonly EntityProperty TestingFeeIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
Amount
Gets or sets the Amount associated with this TestingFeeDetailEntity.
Declaration
public decimal Amount { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The Amount. |
BillingTransactionCodeId
Gets or sets the BillingTransactionCodeId associated with this TestingFeeDetailEntity.
Declaration
public int BillingTransactionCodeId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The BillingTransactionCodeId. |
CampusId
Gets or sets the CampusId associated with this TestingFeeDetailEntity.
Declaration
public int CampusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The CampusId. |
CourseId
Gets or sets the CourseId associated with this TestingFeeDetailEntity.
Declaration
public int? CourseId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The CourseId. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this TestingFeeDetailEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
CurrencyCodeId
Gets or sets the CurrencyCodeId associated with this TestingFeeDetailEntity.
Declaration
public int? CurrencyCodeId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The CurrencyCodeId. |
EffectiveFromDate
Gets or sets the EffectiveFromDate associated with this TestingFeeDetailEntity.
Declaration
public DateTime? EffectiveFromDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The EffectiveFromDate. |
EffectiveToDate
Gets or sets the EffectiveToDate associated with this TestingFeeDetailEntity.
Declaration
public DateTime? EffectiveToDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The EffectiveToDate. |
ExamType
Gets or sets the ExamType associated with this TestingFeeDetailEntity.
Declaration
public string ExamType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ExamType. |
Id
Gets or sets the Id associated with this TestingFeeDetailEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsTaxIncluded
Gets or sets the IsTaxIncluded associated with this TestingFeeDetailEntity.
Declaration
public bool IsTaxIncluded { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsTaxIncluded. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this TestingFeeDetailEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this TestingFeeDetailEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
RowVersion
Gets or sets the RowVersion associated with this TestingFeeDetailEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
TestingFeeId
Gets or sets the TestingFeeId associated with this TestingFeeDetailEntity.
Declaration
public int TestingFeeId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The TestingFeeId. |
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()