Class ServiceTypeBillingMethodEntity
This class represents the EntityModel interface to the SsBillingMethod database table.
Inheritance
Implements
Namespace: Cmc.Nexus.StudentServices.Entities
Assembly: Cmc.Nexus.StudentServices.Contracts.dll
Syntax
public class ServiceTypeBillingMethodEntity : Entity, IIdentifiable, IAuditable
Constructors
ServiceTypeBillingMethodEntity()
Declaration
public ServiceTypeBillingMethodEntity()
Fields
AmountPerClockHourProperty
The AmountPerClockHour property.
Declaration
public static readonly EntityProperty AmountPerClockHourProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
AmountPerCreditProperty
The AmountPerCredit property.
Declaration
public static readonly EntityProperty AmountPerCreditProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
AmountPerEnrollmentPeriodProperty
The AmountPerEnrollmentPeriod property.
Declaration
public static readonly EntityProperty AmountPerEnrollmentPeriodProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CanBeOverriddenProperty
The CanBeOverridden property.
Declaration
public static readonly EntityProperty CanBeOverriddenProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CodeProperty
The Code property.
Declaration
public static readonly EntityProperty CodeProperty
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 |
FlatAmountProperty
The FlatAmount property.
Declaration
public static readonly EntityProperty FlatAmountProperty
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 |
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 |
NameProperty
The Name property.
Declaration
public static readonly EntityProperty NameProperty
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 |
TransactionCodeProperty
The TransactionCode property.
Declaration
public static readonly EntityProperty TransactionCodeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
AmountPerClockHour
Gets or sets the AmountPerClockHour associated with this ServiceTypeBillingMethodEntity.
Declaration
public decimal AmountPerClockHour { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The AmountPerClockHour. |
AmountPerCredit
Gets or sets the AmountPerCredit associated with this ServiceTypeBillingMethodEntity.
Declaration
public decimal AmountPerCredit { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The AmountPerCredit. |
AmountPerEnrollmentPeriod
Gets or sets the AmountPerEnrollmentPeriod associated with this ServiceTypeBillingMethodEntity.
Declaration
public decimal AmountPerEnrollmentPeriod { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The AmountPerEnrollmentPeriod. |
CanBeOverridden
Gets or sets the CanBeOverridden associated with this ServiceTypeBillingMethodEntity.
Declaration
public bool CanBeOverridden { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The CanBeOverridden. |
Code
Gets or sets the Code associated with this ServiceTypeBillingMethodEntity.
Declaration
public string Code { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Code. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this ServiceTypeBillingMethodEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
FlatAmount
Gets or sets the FlatAmount associated with this ServiceTypeBillingMethodEntity.
Declaration
public decimal FlatAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The FlatAmount. |
Id
Gets or sets the Id associated with this ServiceTypeBillingMethodEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this ServiceTypeBillingMethodEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this ServiceTypeBillingMethodEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
Name
Gets or sets the Name associated with this ServiceTypeBillingMethodEntity.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Name. |
RateBasisType
Declaration
public string RateBasisType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RowVersion
Gets or sets the RowVersion associated with this ServiceTypeBillingMethodEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
TransactionCode
Gets or sets the TransactionCode associated with this ServiceTypeBillingMethodEntity.
Declaration
public string TransactionCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The TransactionCode. |
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()