Class TestingFeeDetail
This class represents the EntityModel interface to the ExExamFeeDetail database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.Academics
Assembly: Cmc.Nexus.Models.dll
Syntax
public class TestingFeeDetail
Constructors
TestingFeeDetail()
Declaration
public TestingFeeDetail()
Properties
Amount
Gets or sets the Amount associated with this TestingFeeDetail.
Declaration
public decimal Amount { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The Amount. |
BillingTransactionCodeId
Gets or sets the BillingTransactionCodeId associated with this TestingFeeDetail.
Declaration
public int BillingTransactionCodeId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The BillingTransactionCodeId. |
BillinmgTransactionCode
Declaration
public virtual BillingTransactionCode BillinmgTransactionCode { get; set; }
Property Value
Type | Description |
---|---|
BillingTransactionCode |
Campus
Declaration
public virtual Campus Campus { get; set; }
Property Value
Type | Description |
---|---|
Campus |
CampusId
Gets or sets the CampusId associated with this TestingFeeDetail.
Declaration
public int CampusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The CampusId. |
Course
Declaration
public virtual Course Course { get; set; }
Property Value
Type | Description |
---|---|
Course |
CourseId
Gets or sets the CourseId associated with this TestingFeeDetail.
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 TestingFeeDetail.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
CurrencyCode
Declaration
public virtual CurrencyCode CurrencyCode { get; set; }
Property Value
Type | Description |
---|---|
CurrencyCode |
CurrencyCodeId
Gets or sets the CurrencyCodeId associated with this TestingFeeDetail.
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 TestingFeeDetail.
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 TestingFeeDetail.
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 TestingFeeDetail.
Declaration
public string ExamType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ExamType. |
Id
Gets or sets the Id associated with this TestingFeeDetail.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsTaxIncluded
Gets or sets the IsTaxIncluded associated with this TestingFeeDetail.
Declaration
public bool IsTaxIncluded { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsTaxIncluded. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this TestingFeeDetail.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this TestingFeeDetail.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
TestingFee
Declaration
public virtual TestingFee TestingFee { get; set; }
Property Value
Type | Description |
---|---|
TestingFee |
TestingFeeId
Gets or sets the TestingFeeId associated with this TestingFeeDetail.
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()
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. |