Class AutomaticBillingBatchDetailEntity
This class represents the EntityModel interface to the SaAutoBillBatchDetail database table.
Inheritance
Implements
Namespace: Cmc.Nexus.StudentAccounts.Entities
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class AutomaticBillingBatchDetailEntity : Entity, IIdentifiable, IAuditable
Constructors
AutomaticBillingBatchDetailEntity()
Declaration
public AutomaticBillingBatchDetailEntity()
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 |
BillingMethodIdProperty
The BillingMethodId property.
Declaration
public static readonly EntityProperty BillingMethodIdProperty
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 |
BillingTypeProperty
The BillingType property.
Declaration
public static readonly EntityProperty BillingTypeProperty
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 |
ClassFeeTypeProperty
The ClassFeeType property.
Declaration
public static readonly EntityProperty ClassFeeTypeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ClassSectionIdProperty
The ClassSectionId property.
Declaration
public static readonly EntityProperty ClassSectionIdProperty
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 |
CoursesProperty
The Courses property.
Declaration
public static readonly EntityProperty CoursesProperty
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 |
CreditsHoursScheduledProperty
The CreditsHoursScheduled property.
Declaration
public static readonly EntityProperty CreditsHoursScheduledProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
DescriptionProperty
The Description property.
Declaration
public static readonly EntityProperty DescriptionProperty
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 |
IsNewFeeProperty
The IsNewFee property.
Declaration
public static readonly EntityProperty IsNewFeeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
JobNameProperty
The JobName property.
Declaration
public static readonly EntityProperty JobNameProperty
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 |
ReferenceProperty
The Reference property.
Declaration
public static readonly EntityProperty ReferenceProperty
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 |
StudentEnrollmentPeriodFeeIdProperty
The StudentEnrollmentPeriodFeeId property.
Declaration
public static readonly EntityProperty StudentEnrollmentPeriodFeeIdProperty
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 |
StudentEnrollmentPeriodLessonIdProperty
The StudentEnrollmentPeriodLessonId property.
Declaration
public static readonly EntityProperty StudentEnrollmentPeriodLessonIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
TermIdProperty
The TermId property.
Declaration
public static readonly EntityProperty TermIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
AcademicYearSequence
Gets or sets the AcademicYearSequence associated with this AutomaticBillingBatchDetailEntity.
Declaration
public short? AcademicYearSequence { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int16> | The AcademicYearSequence. |
Amount
Gets or sets the Amount associated with this AutomaticBillingBatchDetailEntity.
Declaration
public decimal Amount { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The Amount. |
BillingMethodId
Gets or sets the BillingMethodId associated with this AutomaticBillingBatchDetailEntity.
Declaration
public int BillingMethodId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The BillingMethodId. |
BillingTransactionCodeId
Gets or sets the BillingTransactionCodeId associated with this AutomaticBillingBatchDetailEntity.
Declaration
public int BillingTransactionCodeId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The BillingTransactionCodeId. |
BillingType
Gets or sets the BillingType associated with this AutomaticBillingBatchDetailEntity.
Declaration
public string BillingType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The BillingType. |
CampusId
Gets or sets the CampusId associated with this AutomaticBillingBatchDetailEntity.
Declaration
public int CampusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The CampusId. |
ClassFeeType
Gets or sets the ClassFeeType associated with this AutomaticBillingBatchDetailEntity.
Declaration
public string ClassFeeType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ClassFeeType. |
ClassSectionId
Gets or sets the ClassSectionId associated with this AutomaticBillingBatchDetailEntity.
Declaration
public int? ClassSectionId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The ClassSectionId. |
CourseId
Gets or sets the CourseId associated with this AutomaticBillingBatchDetailEntity.
Declaration
public int? CourseId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The CourseId. |
Courses
Declaration
public virtual EntityCollection<AutomaticBillingBatchDetailCourseEntity> Courses { get; set; }
Property Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityCollection<AutomaticBillingBatchDetailCourseEntity> |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this AutomaticBillingBatchDetailEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
CreditsHoursScheduled
Gets or sets the CreditsHoursScheduled associated with this AutomaticBillingBatchDetailEntity.
Declaration
public decimal CreditsHoursScheduled { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The CreditsHoursScheduled. |
Description
Gets or sets the Description associated with this AutomaticBillingBatchDetailEntity.
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Description. |
Id
Gets or sets the Id associated with this AutomaticBillingBatchDetailEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsNewFee
Gets or sets the IsNewFee associated with this AutomaticBillingBatchDetailEntity.
Declaration
public bool IsNewFee { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsNewFee. |
JobName
Gets or sets the JobName associated with this AutomaticBillingBatchDetailEntity.
Declaration
public string JobName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The JobName. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this AutomaticBillingBatchDetailEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this AutomaticBillingBatchDetailEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
Reference
Gets or sets the Reference associated with this AutomaticBillingBatchDetailEntity.
Declaration
public string Reference { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Reference. |
RowVersion
Gets or sets the RowVersion associated with this AutomaticBillingBatchDetailEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
StudentEnrollmentPeriodFeeId
Gets or sets the StudentEnrollmentPeriodFeeId associated with this AutomaticBillingBatchDetailEntity.
Declaration
public int? StudentEnrollmentPeriodFeeId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentEnrollmentPeriodFeeId. |
StudentEnrollmentPeriodId
Gets or sets the StudentEnrollmentPeriodId associated with this AutomaticBillingBatchDetailEntity.
Declaration
public int StudentEnrollmentPeriodId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentEnrollmentPeriodId. |
StudentEnrollmentPeriodLessonId
Gets or sets the StudentEnrollmentPeriodLessonId associated with this AutomaticBillingBatchDetailEntity.
Declaration
public int? StudentEnrollmentPeriodLessonId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentEnrollmentPeriodLessonId. |
TermId
Gets or sets the TermId associated with this AutomaticBillingBatchDetailEntity.
Declaration
public int? TermId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The TermId. |
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()