Class StudentEnrollmentPeriodFeeEntity
This class represents the EntityModel interface to the AdFees database table.
Inheritance
Implements
Namespace: Cmc.Nexus.Academics.Entities
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class StudentEnrollmentPeriodFeeEntity : Entity, IIdentifiable, IAuditable
Constructors
StudentEnrollmentPeriodFeeEntity()
Declaration
public StudentEnrollmentPeriodFeeEntity()
Fields
AcademicYearSequenceProperty
The The academic year. Academic years are configured by your institution. property.
Declaration
public static readonly EntityProperty AcademicYearSequenceProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
AmountProperty
The The amount in dollars. property.
Declaration
public static readonly EntityProperty AmountProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
BillingTransactionCodeIdProperty
The The code assigned to the fee. property.
Declaration
public static readonly EntityProperty BillingTransactionCodeIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CreatedDateTimeProperty
The The date when the item or person was added or the status change was entered. property.
Declaration
public static readonly EntityProperty CreatedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
FeeDescriptionProperty
The FeeDescription property.
Declaration
public static readonly EntityProperty FeeDescriptionProperty
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 |
IsBilledProperty
The Use the Billed check box to have the fees gathered or not gathered based on the following rules: - If you select both the Billed check box and the One Time Fee check box, fees will not be gathered when you run registration billing. - If you select only the Billed check box and clear the One Time Fee check box, fees will not be gathered when you run registration billing. - If you do not select Billed, fees will be gathered when you run registration billing. property.
Declaration
public static readonly EntityProperty IsBilledProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsOneTimeFeeProperty
The Indicates the fees is a one-time payment. property.
Declaration
public static readonly EntityProperty IsOneTimeFeeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LastModifiedDateTimeProperty
The The date that the item was updated or changed. property.
Declaration
public static readonly EntityProperty LastModifiedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LastModifiedUserIdProperty
The The last and then first name of the person that changed the item. 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 |
ProgramFeeIdProperty
The ProgramFeeId property.
Declaration
public static readonly EntityProperty ProgramFeeIdProperty
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 |
StudentEnrollmentPeriodIdProperty
The StudentEnrollmentPeriodId property.
Declaration
public static readonly EntityProperty StudentEnrollmentPeriodIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StudentIdProperty
The The last and then first name of the student. property.
Declaration
public static readonly EntityProperty StudentIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
TermIdProperty
The Available terms with start and end dates for each term. property.
Declaration
public static readonly EntityProperty TermIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
TermSequenceProperty
The The term sequence number associated with the student's SAP evaluation. property.
Declaration
public static readonly EntityProperty TermSequenceProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
AcademicYearSequence
Gets or sets the AcademicYearSequence associated with this StudentEnrollmentPeriodFeeEntity.
Declaration
public decimal AcademicYearSequence { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The AcademicYearSequence. |
Amount
Gets or sets the Amount associated with this StudentEnrollmentPeriodFeeEntity.
Declaration
public decimal Amount { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The Amount. |
BillingTransactionCodeId
Gets or sets the BillingTransactionCodeId associated with this StudentEnrollmentPeriodFeeEntity.
Declaration
public int BillingTransactionCodeId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The BillingTransactionCodeId. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this StudentEnrollmentPeriodFeeEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
FeeDescription
Gets or sets the FeeDescription associated with this StudentEnrollmentPeriodFeeEntity.
Declaration
public string FeeDescription { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FeeDescription. |
Id
Gets or sets the Id associated with this StudentEnrollmentPeriodFeeEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsBilled
Gets or sets the IsBilled associated with this StudentEnrollmentPeriodFeeEntity.
Declaration
public bool IsBilled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsBilled. |
IsOneTimeFee
Gets or sets the IsOneTimeFee associated with this StudentEnrollmentPeriodFeeEntity.
Declaration
public bool IsOneTimeFee { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsOneTimeFee. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this StudentEnrollmentPeriodFeeEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this StudentEnrollmentPeriodFeeEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
Offset
Gets or sets the Offset associated with this StudentEnrollmentPeriodFeeEntity.
Declaration
public int? Offset { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The Offset. |
ProgramFeeId
Gets or sets the ProgramFeeId associated with this StudentEnrollmentPeriodFeeEntity.
Declaration
public int? ProgramFeeId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The ProgramFeeId. |
RowVersion
Gets or sets the RowVersion associated with this StudentEnrollmentPeriodFeeEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
StudentEnrollmentPeriodId
Gets or sets the StudentEnrollmentPeriodId associated with this StudentEnrollmentPeriodFeeEntity.
Declaration
public int StudentEnrollmentPeriodId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentEnrollmentPeriodId. |
StudentId
Gets or sets the StudentId associated with this StudentEnrollmentPeriodFeeEntity.
Declaration
public int StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentId. |
TermId
Gets or sets the TermId associated with this StudentEnrollmentPeriodFeeEntity.
Declaration
public int? TermId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The TermId. |
TermSequence
Gets or sets the TermSequence associated with this StudentEnrollmentPeriodFeeEntity.
Declaration
public decimal TermSequence { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The TermSequence. |
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()