Class ProgramVersionFeeEntity
This class represents the EntityModel interface to the AdProgramFee database table.
Inheritance
Implements
Namespace: Cmc.Nexus.Academics.Entities
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class ProgramVersionFeeEntity : Entity, IIdentifiable, IAuditable
Constructors
ProgramVersionFeeEntity()
Declaration
public ProgramVersionFeeEntity()
Fields
AcademicYearSequenceProperty
The AcademicYearSequence property.
Declaration
public static readonly EntityProperty AcademicYearSequenceProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
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 |
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 |
IdProperty
The Id property.
Declaration
public static readonly EntityProperty IdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsOneTimeFeeProperty
The IsOneTimeFee property.
Declaration
public static readonly EntityProperty IsOneTimeFeeProperty
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 |
OffsetProperty
The Offset property.
Declaration
public static readonly EntityProperty OffsetProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ProgramVersionIdProperty
The ProgramVersionId property.
Declaration
public static readonly EntityProperty ProgramVersionIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
RevenueUnitsProperty
The RevenueUnits property.
Declaration
public static readonly EntityProperty RevenueUnitsProperty
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 |
TermSequenceProperty
The TermSequence property.
Declaration
public static readonly EntityProperty TermSequenceProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
TransactionNumberProperty
The TransactionNumber property.
Declaration
public static readonly EntityProperty TransactionNumberProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
AcademicYearSequence
Gets or sets the AcademicYearSequence associated with this ProgramVersionFeeEntity.
Declaration
public decimal AcademicYearSequence { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The AcademicYearSequence. |
Amount
Gets or sets the Amount associated with this ProgramVersionFeeEntity.
Declaration
public decimal Amount { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The Amount. |
BillingTransactionCodeId
Gets or sets the BillingTransactionCodeId associated with this ProgramVersionFeeEntity.
Declaration
public int BillingTransactionCodeId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The BillingTransactionCodeId. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this ProgramVersionFeeEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
CurrencyCodeId
Gets or sets the CurrencyCodeId associated with this ProgramVersionFeeEntity.
Declaration
public int? CurrencyCodeId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The CurrencyCodeId. |
Id
Gets or sets the Id associated with this ProgramVersionFeeEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsOneTimeFee
Gets or sets the IsOneTimeFee associated with this ProgramVersionFeeEntity.
Declaration
public bool IsOneTimeFee { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsOneTimeFee. |
IsTaxIncluded
Gets or sets the IsTaxIncluded associated with this ProgramVersionFeeEntity.
Declaration
public bool? IsTaxIncluded { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | The IsTaxIncluded. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this ProgramVersionFeeEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this ProgramVersionFeeEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
Offset
Gets or sets the Offset associated with this ProgramVersionFeeEntity.
Declaration
public int? Offset { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The Offset. |
ProgramVersionId
Gets or sets the ProgramVersionId associated with this ProgramVersionFeeEntity.
Declaration
public int ProgramVersionId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The ProgramVersionId. |
RevenueUnits
Gets or sets the RevenueUnits associated with this ProgramVersionFeeEntity.
Declaration
public decimal? RevenueUnits { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The RevenueUnits. |
RowVersion
Gets or sets the RowVersion associated with this ProgramVersionFeeEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
TermSequence
Gets or sets the TermSequence associated with this ProgramVersionFeeEntity.
Declaration
public decimal TermSequence { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The TermSequence. |
TransactionNumber
Gets or sets the TransactionNumber associated with this ProgramVersionFeeEntity.
Declaration
public int TransactionNumber { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The TransactionNumber. |
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()