Class CourseRefundPolicyConditionEntity
This class represents the EntityModel interface to the SaCourseRefundGrid database table.
Inheritance
Implements
Namespace: Cmc.Nexus.StudentAccounts.Entities
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class CourseRefundPolicyConditionEntity : Entity, IIdentifiable, IAuditable
  Constructors
CourseRefundPolicyConditionEntity()
Declaration
public CourseRefundPolicyConditionEntity()
  Fields
AttendenceUnitsProperty
The AttendenceUnits property.
Declaration
public static readonly EntityProperty AttendenceUnitsProperty
  Field Value
| Type | Description | 
|---|---|
| Cmc.Core.EntityModel.EntityProperty | 
CourseRefundPolicyIdProperty
The CourseRefundPolicyId property.
Declaration
public static readonly EntityProperty CourseRefundPolicyIdProperty
  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 | 
HighValueProperty
The HighValue property.
Declaration
public static readonly EntityProperty HighValueProperty
  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 | 
MaxEarnAmountProperty
The MaxEarnAmount property.
Declaration
public static readonly EntityProperty MaxEarnAmountProperty
  Field Value
| Type | Description | 
|---|---|
| Cmc.Core.EntityModel.EntityProperty | 
RefundPercentageFlagProperty
The RefundPercentageFlag property.
Declaration
public static readonly EntityProperty RefundPercentageFlagProperty
  Field Value
| Type | Description | 
|---|---|
| Cmc.Core.EntityModel.EntityProperty | 
RefundPercentProperty
The RefundPercent property.
Declaration
public static readonly EntityProperty RefundPercentProperty
  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 | 
SequenceNumberProperty
The SequenceNumber property.
Declaration
public static readonly EntityProperty SequenceNumberProperty
  Field Value
| Type | Description | 
|---|---|
| Cmc.Core.EntityModel.EntityProperty | 
TypeProperty
The Type property.
Declaration
public static readonly EntityProperty TypeProperty
  Field Value
| Type | Description | 
|---|---|
| Cmc.Core.EntityModel.EntityProperty | 
Properties
AttendenceUnits
Gets or sets the AttendenceUnits associated with this CourseRefundPolicyConditionEntity.
Declaration
public string AttendenceUnits { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | The AttendenceUnits.  | 
      
CourseRefundPolicyId
Gets or sets the CourseRefundPolicyId associated with this CourseRefundPolicyConditionEntity.
Declaration
public int CourseRefundPolicyId { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Int32 | The CourseRefundPolicyId.  | 
      
CreatedDateTime
Gets or sets the CreatedDateTime associated with this CourseRefundPolicyConditionEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.DateTime | The CreatedDateTime.  | 
      
HighValue
Gets or sets the HighValue associated with this CourseRefundPolicyConditionEntity.
Declaration
public decimal HighValue { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Decimal | The HighValue.  | 
      
Id
Gets or sets the Id associated with this CourseRefundPolicyConditionEntity.
Declaration
public int Id { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Int32 | The Id.  | 
      
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this CourseRefundPolicyConditionEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.DateTime | The LastModifiedDateTime.  | 
      
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this CourseRefundPolicyConditionEntity.
Declaration
public int LastModifiedUserId { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Int32 | The LastModifiedUserId.  | 
      
MaxEarnAmount
Gets or sets the MaxEarnAmount associated with this CourseRefundPolicyConditionEntity.
Declaration
public decimal MaxEarnAmount { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Decimal | The MaxEarnAmount.  | 
      
RefundPercent
Gets or sets the RefundPercent associated with this CourseRefundPolicyConditionEntity.
Declaration
public decimal RefundPercent { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Decimal | The RefundPercent.  | 
      
RefundPercentageFlag
Gets or sets the RefundPercentageFlag associated with this CourseRefundPolicyConditionEntity.
Declaration
public string RefundPercentageFlag { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | The RefundPercentageFlag.  | 
      
RowVersion
Gets or sets the RowVersion associated with this CourseRefundPolicyConditionEntity.
Declaration
public byte[] RowVersion { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Byte[] | The RowVersion.  | 
      
SequenceNumber
Gets or sets the SequenceNumber associated with this CourseRefundPolicyConditionEntity.
Declaration
public int? SequenceNumber { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Nullable<System.Int32> | The SequenceNumber.  | 
      
Type
Gets or sets the Type associated with this CourseRefundPolicyConditionEntity.
Declaration
public string Type { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | The Type.  | 
      
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()