Class RefundCalculationPolicyCondition
This class represents the EntityModel interface to the SaRefundGrid database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.StudentAccounts
Assembly: Cmc.Nexus.Models.dll
Syntax
public class RefundCalculationPolicyCondition
Constructors
RefundCalculationPolicyCondition()
Declaration
public RefundCalculationPolicyCondition()
Properties
AttendanceUnits
Gets or sets the AttendanceUnits associated with this RefundCalculationPolicyCondition.
Declaration
public string AttendanceUnits { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AttendanceUnits. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this RefundCalculationPolicyCondition.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
HighValue
Gets or sets the HighValue associated with this RefundCalculationPolicyCondition.
Declaration
public decimal HighValue { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The HighValue. |
Id
Gets or sets the Id associated with this RefundCalculationPolicyCondition.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this RefundCalculationPolicyCondition.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this RefundCalculationPolicyCondition.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
MaxEarnAmount
Gets or sets the MaxEarnAmount associated with this RefundCalculationPolicyCondition.
Declaration
public decimal MaxEarnAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The MaxEarnAmount. |
RefundCalculationPolicy
Declaration
public virtual RefundCalculationPolicy RefundCalculationPolicy { get; set; }
Property Value
Type | Description |
---|---|
RefundCalculationPolicy |
RefundCalculationPolicyId
Gets or sets the RefundCalculationPolicyId associated with this RefundCalculationPolicyCondition.
Declaration
public int RefundCalculationPolicyId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The RefundCalculationPolicyId. |
RefundPercent
Gets or sets the RefundPercent associated with this RefundCalculationPolicyCondition.
Declaration
public decimal RefundPercent { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The RefundPercent. |
RefundPercentFlag
Gets or sets the RefundPercentFlag associated with this RefundCalculationPolicyCondition.
Declaration
public string RefundPercentFlag { get; set; }
Property Value
Type | Description |
---|---|
System.String | The RefundPercentFlag. |
Sequence
Gets or sets the Sequence associated with this RefundCalculationPolicyCondition.
Declaration
public byte? Sequence { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Byte> | The Sequence. |
Type
Gets or sets the Type associated with this RefundCalculationPolicyCondition.
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()
SetupFluentMappings(DbModelBuilder)
Any type of relationship that can't be inferred from the entity annotations must be done by hand using the Fluent api. Handle those relationships here.
Declaration
public static void SetupFluentMappings(DbModelBuilder modelBuilder)
Parameters
Type | Name | Description |
---|---|---|
System.Data.Entity.DbModelBuilder | modelBuilder | The DbModelBuilder that has all of the model entities. |