Class WlmStaffLoadRulePolicyDetailEntity
This class represents the EntityModel interface to the AdWlmCopiedStaffPolicyDetail database table.
Inheritance
Implements
Namespace: Cmc.Nexus.Academics.Entities
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class WlmStaffLoadRulePolicyDetailEntity : Entity, IIdentifiable, IAuditable
Constructors
WlmStaffLoadRulePolicyDetailEntity()
Declaration
public WlmStaffLoadRulePolicyDetailEntity()
Fields
CreatedDateTimeProperty
The CreatedDateTime property.
Declaration
public static readonly EntityProperty CreatedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
HasAssignmentProperty
The HasAssignment property.
Declaration
public static readonly EntityProperty HasAssignmentProperty
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 |
IsAutoAppliedProperty
The IsAutoApplied property.
Declaration
public static readonly EntityProperty IsAutoAppliedProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsPolicyProperty
The IsPolicy property.
Declaration
public static readonly EntityProperty IsPolicyProperty
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 |
PurposeProperty
The Purpose property.
Declaration
public static readonly EntityProperty PurposeProperty
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 |
StaffIdProperty
The StaffId property.
Declaration
public static readonly EntityProperty StaffIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
TermIdProperty
The TermId property.
Declaration
public static readonly EntityProperty TermIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
TimeFrameProperty
The TimeFrame property.
Declaration
public static readonly EntityProperty TimeFrameProperty
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 |
WlmAssignmentTypeIdProperty
The WlmAssignmentTypeId property.
Declaration
public static readonly EntityProperty WlmAssignmentTypeIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
WlmLoadRuleCodeProperty
The WlmLoadRuleCode property.
Declaration
public static readonly EntityProperty WlmLoadRuleCodeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
WlmLoadRuleDetailIdProperty
The WlmLoadRuleDetailId property.
Declaration
public static readonly EntityProperty WlmLoadRuleDetailIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
WlmLoadRuleDetailLineDescriptionProperty
The WlmLoadRuleDetailLineDescription property.
Declaration
public static readonly EntityProperty WlmLoadRuleDetailLineDescriptionProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
WlmLoadRuleDetailPriorityProperty
The WlmLoadRuleDetailPriority property.
Declaration
public static readonly EntityProperty WlmLoadRuleDetailPriorityProperty
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 |
WlmStaffLoadRulePolicyAssociationIdProperty
The WlmStaffLoadRulePolicyAssociationId property.
Declaration
public static readonly EntityProperty WlmStaffLoadRulePolicyAssociationIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
WlmStaffPositionAssignmentIdProperty
The WlmStaffPositionAssignmentId property.
Declaration
public static readonly EntityProperty WlmStaffPositionAssignmentIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
CreatedDateTime
Gets or sets the CreatedDateTime associated with this WlmStaffLoadRulePolicyDetailEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
HasAssignment
Gets or sets the HasAssignment associated with this WlmStaffLoadRulePolicyDetailEntity.
Declaration
public bool HasAssignment { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The HasAssignment. |
Id
Gets or sets the Id associated with this WlmStaffLoadRulePolicyDetailEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsAutoApplied
Gets or sets the IsAutoApplied associated with this WlmStaffLoadRulePolicyDetailEntity.
Declaration
public bool? IsAutoApplied { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | The IsAutoApplied. |
IsPolicy
Gets or sets the IsPolicy associated with this WlmStaffLoadRulePolicyDetailEntity.
Declaration
public bool IsPolicy { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsPolicy. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this WlmStaffLoadRulePolicyDetailEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this WlmStaffLoadRulePolicyDetailEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
MaxValue
Gets or sets the MaxValue associated with this WlmStaffLoadRulePolicyDetailEntity.
Declaration
public decimal MaxValue { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The MaxValue. |
MinValue
Gets or sets the MinValue associated with this WlmStaffLoadRulePolicyDetailEntity.
Declaration
public decimal MinValue { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The MinValue. |
Purpose
Gets or sets the Purpose associated with this WlmStaffLoadRulePolicyDetailEntity.
Declaration
public string Purpose { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Purpose. |
RowVersion
Gets or sets the RowVersion associated with this WlmStaffLoadRulePolicyDetailEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
StaffId
Gets or sets the StaffId associated with this WlmStaffLoadRulePolicyDetailEntity.
Declaration
public int StaffId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StaffId. |
TermId
Gets or sets the TermId associated with this WlmStaffLoadRulePolicyDetailEntity.
Declaration
public int TermId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The TermId. |
TimeFrame
Gets or sets the TimeFrame associated with this WlmStaffLoadRulePolicyDetailEntity.
Declaration
public string TimeFrame { get; set; }
Property Value
Type | Description |
---|---|
System.String | The TimeFrame. |
ValidationType
Gets or sets the ValidationType associated with this WlmStaffLoadRulePolicyDetailEntity.
Declaration
public string ValidationType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ValidationType. |
WlmActivityTypeId
Gets or sets the WlmActivityTypeId associated with this WlmStaffLoadRulePolicyDetailEntity.
Declaration
public int? WlmActivityTypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The WlmActivityTypeId. |
WlmAssignmentTypeId
Gets or sets the WlmAssignmentTypeId associated with this WlmStaffLoadRulePolicyDetailEntity.
Declaration
public int WlmAssignmentTypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The WlmAssignmentTypeId. |
WlmLoadRuleCode
Gets or sets the WlmLoadRuleCode associated with this WlmStaffLoadRulePolicyDetailEntity.
Declaration
public string WlmLoadRuleCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The WlmLoadRuleCode. |
WlmLoadRuleDetailId
Gets or sets the WlmLoadRuleDetailId associated with this WlmStaffLoadRulePolicyDetailEntity.
Declaration
public int? WlmLoadRuleDetailId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The WlmLoadRuleDetailId. |
WlmLoadRuleDetailLineDescription
Gets or sets the WlmLoadRuleDetailLineDescription associated with this WlmStaffLoadRulePolicyDetailEntity.
Declaration
public string WlmLoadRuleDetailLineDescription { get; set; }
Property Value
Type | Description |
---|---|
System.String | The WlmLoadRuleDetailLineDescription. |
WlmLoadRuleDetailPriority
Gets or sets the WlmLoadRuleDetailPriority associated with this WlmStaffLoadRulePolicyDetailEntity.
Declaration
public int? WlmLoadRuleDetailPriority { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The WlmLoadRuleDetailPriority. |
WlmLoadRuleId
Gets or sets the WlmLoadRuleId associated with this WlmStaffLoadRulePolicyDetailEntity.
Declaration
public int WlmLoadRuleId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The WlmLoadRuleId. |
WlmLoadTypeId
Gets or sets the WlmLoadTypeId associated with this WlmStaffLoadRulePolicyDetailEntity.
Declaration
public int? WlmLoadTypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The WlmLoadTypeId. |
WlmStaffLoadRulePolicyAssociationId
Gets or sets the WlmStaffLoadRulePolicyAssociationId associated with this WlmStaffLoadRulePolicyDetailEntity.
Declaration
public int WlmStaffLoadRulePolicyAssociationId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The WlmStaffLoadRulePolicyAssociationId. |
WlmStaffPositionAssignmentId
Gets or sets the WlmStaffPositionAssignmentId associated with this WlmStaffLoadRulePolicyDetailEntity.
Declaration
public int? WlmStaffPositionAssignmentId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The WlmStaffPositionAssignmentId. |
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()