Class AutomaticBillingBatchDetailCourseEntity
This class represents the EntityModel interface to the SaAutoBillBatchDetailCourse database table.
Inheritance
Implements
Namespace: Cmc.Nexus.StudentAccounts.Entities
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class AutomaticBillingBatchDetailCourseEntity : Entity, IAuditable
Constructors
AutomaticBillingBatchDetailCourseEntity()
Declaration
public AutomaticBillingBatchDetailCourseEntity()
Fields
AutomaticBillingBatchDetailIdProperty
The AutomaticBillingBatchDetailId property.
Declaration
public static readonly EntityProperty AutomaticBillingBatchDetailIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CourseChargeProperty
The CourseCharge property.
Declaration
public static readonly EntityProperty CourseChargeProperty
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 |
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 |
StudentCourseIdProperty
The StudentCourseId property.
Declaration
public static readonly EntityProperty StudentCourseIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
AutomaticBillingBatchDetailId
Gets or sets the AutomaticBillingBatchDetailId associated with this AutomaticBillingBatchDetailCourseEntity.
Declaration
public int AutomaticBillingBatchDetailId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The AutomaticBillingBatchDetailId. |
CourseCharge
Gets or sets the CourseCharge associated with this AutomaticBillingBatchDetailCourseEntity.
Declaration
public decimal CourseCharge { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The CourseCharge. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this AutomaticBillingBatchDetailCourseEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this AutomaticBillingBatchDetailCourseEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this AutomaticBillingBatchDetailCourseEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
RowVersion
Gets or sets the RowVersion associated with this AutomaticBillingBatchDetailCourseEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
StudentCourseId
Gets or sets the StudentCourseId associated with this AutomaticBillingBatchDetailCourseEntity.
Declaration
public int StudentCourseId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentCourseId. |
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()