Class WlmLoadRuleDetailEntity
This class represents the EntityModel interface to the AdWlmLoadValidationPolicyLine database table.
Inheritance
Implements
Namespace: Cmc.Nexus.Academics.Entities
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class WlmLoadRuleDetailEntity : Entity, IIdentifiable, IAuditable
Constructors
WlmLoadRuleDetailEntity()
Declaration
public WlmLoadRuleDetailEntity()
Fields
CreatedDateTimeProperty
The CreatedDateTime property.
Declaration
public static readonly EntityProperty CreatedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
DescriptionProperty
The Description property.
Declaration
public static readonly EntityProperty DescriptionProperty
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 |
MaxValueProperty
The MaxValue property.
Declaration
public static readonly EntityProperty MaxValueProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
MinValueProperty
The MinValue property.
Declaration
public static readonly EntityProperty MinValueProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PriorityProperty
The Priority property.
Declaration
public static readonly EntityProperty PriorityProperty
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 |
ValidationTypeProperty
The ValidationType property.
Declaration
public static readonly EntityProperty ValidationTypeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
WlmActivityTypeIdProperty
The WlmActivityTypeId property.
Declaration
public static readonly EntityProperty WlmActivityTypeIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
WlmLoadRuleIdProperty
The WlmLoadRuleId property.
Declaration
public static readonly EntityProperty WlmLoadRuleIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
WlmLoadTypeIdProperty
The WlmLoadTypeId property.
Declaration
public static readonly EntityProperty WlmLoadTypeIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
ActivityTypeName
Declaration
public string ActivityTypeName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this WlmLoadRuleDetailEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
Description
Gets or sets the Description associated with this WlmLoadRuleDetailEntity.
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Description. |
Id
Gets or sets the Id associated with this WlmLoadRuleDetailEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this WlmLoadRuleDetailEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this WlmLoadRuleDetailEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
LoadTypeName
Declaration
public string LoadTypeName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
MaxValue
Gets or sets the MaxValue associated with this WlmLoadRuleDetailEntity.
Declaration
public decimal MaxValue { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The MaxValue. |
MeasurementUnitName
Declaration
public string MeasurementUnitName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
MinValue
Gets or sets the MinValue associated with this WlmLoadRuleDetailEntity.
Declaration
public decimal MinValue { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The MinValue. |
Priority
Gets or sets the Priority associated with this WlmLoadRuleDetailEntity.
Declaration
public int Priority { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Priority. |
RowVersion
Gets or sets the RowVersion associated with this WlmLoadRuleDetailEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
ValidationType
Gets or sets the ValidationType associated with this WlmLoadRuleDetailEntity.
Declaration
public string ValidationType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ValidationType. |
ValidationTypeName
Declaration
public string ValidationTypeName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
WlmActivityTypeId
Gets or sets the WlmActivityTypeId associated with this WlmLoadRuleDetailEntity.
Declaration
public int WlmActivityTypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The WlmActivityTypeId. |
WlmLoadRuleId
Gets or sets the WlmLoadRuleId associated with this WlmLoadRuleDetailEntity.
Declaration
public int WlmLoadRuleId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The WlmLoadRuleId. |
WlmLoadTypeId
Gets or sets the WlmLoadTypeId associated with this WlmLoadRuleDetailEntity.
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()