Class WlmAssignmentPolicyResultEntity
This class represents the EntityModel interface to the AdWlmAssignmentPolicyResult database table.
Inheritance
Implements
Namespace: Cmc.Nexus.Academics.Entities
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class WlmAssignmentPolicyResultEntity : Entity, IIdentifiable, IAuditable
Constructors
WlmAssignmentPolicyResultEntity()
Declaration
public WlmAssignmentPolicyResultEntity()
Fields
CreatedDateTimeProperty
The CreatedDateTime property.
Declaration
public static readonly EntityProperty CreatedDateTimeProperty
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 |
IsOverrideProperty
The IsOverride property.
Declaration
public static readonly EntityProperty IsOverrideProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsPassedProperty
The IsPassed property.
Declaration
public static readonly EntityProperty IsPassedProperty
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 |
PolicyStatusProperty
The PolicyStatus property.
Declaration
public static readonly EntityProperty PolicyStatusProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ReasonProperty
The Reason property.
Declaration
public static readonly EntityProperty ReasonProperty
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 |
TermIdProperty
The TermId property.
Declaration
public static readonly EntityProperty TermIdProperty
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 |
WlmAssignmentIdProperty
The WlmAssignmentId property.
Declaration
public static readonly EntityProperty WlmAssignmentIdProperty
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 |
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
CreatedDateTime
Gets or sets the CreatedDateTime associated with this WlmAssignmentPolicyResultEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
Id
Gets or sets the Id associated with this WlmAssignmentPolicyResultEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsOverride
Gets or sets the IsOverride associated with this WlmAssignmentPolicyResultEntity.
Declaration
public bool IsOverride { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsOverride. |
IsPassed
Gets or sets the IsPassed associated with this WlmAssignmentPolicyResultEntity.
Declaration
public bool IsPassed { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsPassed. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this WlmAssignmentPolicyResultEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this WlmAssignmentPolicyResultEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
MaxValue
Gets or sets the MaxValue associated with this WlmAssignmentPolicyResultEntity.
Declaration
public decimal MaxValue { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The MaxValue. |
MinValue
Gets or sets the MinValue associated with this WlmAssignmentPolicyResultEntity.
Declaration
public decimal MinValue { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The MinValue. |
PolicyStatus
Gets or sets the PolicyStatus associated with this WlmAssignmentPolicyResultEntity.
Declaration
public string PolicyStatus { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PolicyStatus. |
Reason
Gets or sets the Reason associated with this WlmAssignmentPolicyResultEntity.
Declaration
public string Reason { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Reason. |
RowVersion
Gets or sets the RowVersion associated with this WlmAssignmentPolicyResultEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
TermId
Gets or sets the TermId associated with this WlmAssignmentPolicyResultEntity.
Declaration
public int TermId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The TermId. |
WlmActivityTypeId
Gets or sets the WlmActivityTypeId associated with this WlmAssignmentPolicyResultEntity.
Declaration
public int? WlmActivityTypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The WlmActivityTypeId. |
WlmAssignmentId
Gets or sets the WlmAssignmentId associated with this WlmAssignmentPolicyResultEntity.
Declaration
public int WlmAssignmentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The WlmAssignmentId. |
WlmLoadRuleDetailId
Gets or sets the WlmLoadRuleDetailId associated with this WlmAssignmentPolicyResultEntity.
Declaration
public int? WlmLoadRuleDetailId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The WlmLoadRuleDetailId. |
WlmLoadRuleId
Gets or sets the WlmLoadRuleId associated with this WlmAssignmentPolicyResultEntity.
Declaration
public int WlmLoadRuleId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The WlmLoadRuleId. |
WlmLoadTypeId
Gets or sets the WlmLoadTypeId associated with this WlmAssignmentPolicyResultEntity.
Declaration
public int? WlmLoadTypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<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()