Class WlmAssignmentLoadType
This class represents the EntityModel interface to the AdWlmAssignmentLoadType database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.Academics
Assembly: Cmc.Nexus.Models.dll
Syntax
public class WlmAssignmentLoadType
Constructors
WlmAssignmentLoadType()
Declaration
public WlmAssignmentLoadType()
Properties
AdjustedDefaultValue
Gets or sets the AdjustedDefaultValue associated with this WlmAssignmentLoadType.
Declaration
public decimal? AdjustedDefaultValue { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Decimal> | The AdjustedDefaultValue. |
AssignmentValue
Gets or sets the AssignmentValue associated with this WlmAssignmentLoadType.
Declaration
public decimal AssignmentValue { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Decimal | The AssignmentValue. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this WlmAssignmentLoadType.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| System.DateTime | The CreatedDateTime. |
FteAssignmentValue
Gets or sets the FteAssignmentValue associated with this WlmAssignmentLoadType.
Declaration
public decimal? FteAssignmentValue { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Decimal> | The FteAssignmentValue. |
FteFactorValue
Gets or sets the FteFactorValue associated with this WlmAssignmentLoadType.
Declaration
public decimal? FteFactorValue { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Decimal> | The FteFactorValue. |
Id
Gets or sets the Id associated with this WlmAssignmentLoadType.
Declaration
public int Id { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 | The Id. |
IsOverride
Gets or sets the IsOverride associated with this WlmAssignmentLoadType.
Declaration
public bool? IsOverride { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> | The IsOverride. |
LastModfiedUserId
Gets or sets the LastModfiedUserId associated with this WlmAssignmentLoadType.
Declaration
public int LastModfiedUserId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 | The LastModfiedUserId. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this WlmAssignmentLoadType.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| System.DateTime | The LastModifiedDateTime. |
LoadFactorValue
Gets or sets the LoadFactorValue associated with this WlmAssignmentLoadType.
Declaration
public decimal? LoadFactorValue { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Decimal> | The LoadFactorValue. |
OverloadAssignmentValue
Gets or sets the OverloadAssignmentValue associated with this WlmAssignmentLoadType.
Declaration
public decimal OverloadAssignmentValue { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Decimal | The OverloadAssignmentValue. |
OverloadFteAssignmentValue
Gets or sets the OverloadFteAssignmentValue associated with this WlmAssignmentLoadType.
Declaration
public decimal? OverloadFteAssignmentValue { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Decimal> | The OverloadFteAssignmentValue. |
TemporaryAssignmentValue
Gets or sets the TemporaryAssignmentValue associated with this WlmAssignmentLoadType.
Declaration
public decimal TemporaryAssignmentValue { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Decimal | The TemporaryAssignmentValue. |
TemporaryOverloadAssignmentValue
Gets or sets the TemporaryOverloadAssignmentValue associated with this WlmAssignmentLoadType.
Declaration
public decimal TemporaryOverloadAssignmentValue { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Decimal | The TemporaryOverloadAssignmentValue. |
WlmAssignment
Declaration
public virtual WlmAssignment WlmAssignment { get; set; }
Property Value
| Type | Description |
|---|---|
| WlmAssignment |
WlmAssignmentBankLoadId
Gets or sets the WlmAssignmentBankLoadId associated with this WlmAssignmentLoadType.
Declaration
public int? WlmAssignmentBankLoadId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> | The WlmAssignmentBankLoadId. |
WlmAssignmentId
Gets or sets the WlmAssignmentId associated with this WlmAssignmentLoadType.
Declaration
public int WlmAssignmentId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 | The WlmAssignmentId. |
WlmLoadType
Declaration
public virtual WlmLoadType WlmLoadType { get; set; }
Property Value
| Type | Description |
|---|---|
| WlmLoadType |
WlmLoadTypeId
Gets or sets the WlmLoadTypeId associated with this WlmAssignmentLoadType.
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. |