Class WlmLoadRuleDetail
This class represents the EntityModel interface to the AdWlmLoadValidationPolicyLine database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.Academics
Assembly: Cmc.Nexus.Models.dll
Syntax
public class WlmLoadRuleDetail
Constructors
WlmLoadRuleDetail()
Declaration
public WlmLoadRuleDetail()
Properties
ActivityType
Declaration
public virtual WlmActivityType ActivityType { get; set; }
Property Value
| Type | Description |
|---|---|
| WlmActivityType |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this WlmLoadRuleDetail.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| System.DateTime | The CreatedDateTime. |
Description
Gets or sets the Description associated with this WlmLoadRuleDetail.
Declaration
public string Description { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The Description. |
Id
Gets or sets the Id associated with this WlmLoadRuleDetail.
Declaration
public int Id { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 | The Id. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this WlmLoadRuleDetail.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this WlmLoadRuleDetail.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 | The LastModifiedUserId. |
LoadType
Declaration
public virtual WlmLoadType LoadType { get; set; }
Property Value
| Type | Description |
|---|---|
| WlmLoadType |
MaxValue
Gets or sets the MaxValue associated with this WlmLoadRuleDetail.
Declaration
public decimal MaxValue { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Decimal | The MaxValue. |
MinValue
Gets or sets the MinValue associated with this WlmLoadRuleDetail.
Declaration
public decimal MinValue { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Decimal | The MinValue. |
Priority
Gets or sets the Priority associated with this WlmLoadRuleDetail.
Declaration
public int Priority { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 | The Priority. |
ValidationType
Gets or sets the ValidationType associated with this WlmLoadRuleDetail.
Declaration
public string ValidationType { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The ValidationType. |
WlmActivityTypeId
Gets or sets the WlmActivityTypeId associated with this WlmLoadRuleDetail.
Declaration
public int WlmActivityTypeId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 | The WlmActivityTypeId. |
WlmLoadRuleId
Gets or sets the WlmLoadRuleId associated with this WlmLoadRuleDetail.
Declaration
public int WlmLoadRuleId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 | The WlmLoadRuleId. |
WlmLoadTypeId
Gets or sets the WlmLoadTypeId associated with this WlmLoadRuleDetail.
Declaration
public int WlmLoadTypeId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 | The WlmLoadTypeId. |
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. |