Class WlmAssignmentPolicyResult
This class represents the EntityModel interface to the AdWlmAssignmentPolicyResult database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.Academics
Assembly: Cmc.Nexus.Models.dll
Syntax
public class WlmAssignmentPolicyResult
Constructors
WlmAssignmentPolicyResult()
Declaration
public WlmAssignmentPolicyResult()
Properties
CreatedDateTime
Gets or sets the CreatedDateTime associated with this WlmAssignmentPolicyResult.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
Id
Gets or sets the Id associated with this WlmAssignmentPolicyResult.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsOverride
Gets or sets the IsOverride associated with this WlmAssignmentPolicyResult.
Declaration
public bool IsOverride { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsOverride. |
IsPassed
Gets or sets the IsPassed associated with this WlmAssignmentPolicyResult.
Declaration
public bool IsPassed { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsPassed. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this WlmAssignmentPolicyResult.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this WlmAssignmentPolicyResult.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
MaxValue
Gets or sets the MaxValue associated with this WlmAssignmentPolicyResult.
Declaration
public decimal MaxValue { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The MaxValue. |
MinValue
Gets or sets the MinValue associated with this WlmAssignmentPolicyResult.
Declaration
public decimal MinValue { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The MinValue. |
PolicyStatus
Gets or sets the PolicyStatus associated with this WlmAssignmentPolicyResult.
Declaration
public string PolicyStatus { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PolicyStatus. |
Reason
Gets or sets the Reason associated with this WlmAssignmentPolicyResult.
Declaration
public string Reason { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Reason. |
Term
Declaration
public virtual Term Term { get; set; }
Property Value
Type | Description |
---|---|
Term |
TermId
Gets or sets the TermId associated with this WlmAssignmentPolicyResult.
Declaration
public int TermId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The TermId. |
WlmActivityType
Declaration
public virtual WlmActivityType WlmActivityType { get; set; }
Property Value
Type | Description |
---|---|
WlmActivityType |
WlmActivityTypeId
Gets or sets the WlmActivityTypeId associated with this WlmAssignmentPolicyResult.
Declaration
public int? WlmActivityTypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The WlmActivityTypeId. |
WlmAssignment
Declaration
public virtual WlmAssignment WlmAssignment { get; set; }
Property Value
Type | Description |
---|---|
WlmAssignment |
WlmAssignmentId
Gets or sets the WlmAssignmentId associated with this WlmAssignmentPolicyResult.
Declaration
public int WlmAssignmentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The WlmAssignmentId. |
WlmLoadRule
Declaration
public virtual WlmLoadRule WlmLoadRule { get; set; }
Property Value
Type | Description |
---|---|
WlmLoadRule |
WlmLoadRuleDetail
Declaration
public virtual WlmLoadRuleDetail WlmLoadRuleDetail { get; set; }
Property Value
Type | Description |
---|---|
WlmLoadRuleDetail |
WlmLoadRuleDetailId
Gets or sets the WlmLoadRuleDetailId associated with this WlmAssignmentPolicyResult.
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 WlmAssignmentPolicyResult.
Declaration
public int WlmLoadRuleId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The WlmLoadRuleId. |
WlmLoadType
Declaration
public virtual WlmLoadType WlmLoadType { get; set; }
Property Value
Type | Description |
---|---|
WlmLoadType |
WlmLoadTypeId
Gets or sets the WlmLoadTypeId associated with this WlmAssignmentPolicyResult.
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()
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. |