Class WlmAssignmentLoadTypeEarningCode
This class represents the EntityModel interface to the AdWlmAssignmentLoadTypeEarningCode database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.Academics
Assembly: Cmc.Nexus.Models.dll
Syntax
public class WlmAssignmentLoadTypeEarningCode
Constructors
WlmAssignmentLoadTypeEarningCode()
Declaration
public WlmAssignmentLoadTypeEarningCode()
Properties
CreatedDateTime
Gets or sets the CreatedDateTime associated with this WlmAssignmentLoadTypeEarningCode.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| System.DateTime | The CreatedDateTime. |
Id
Gets or sets the Id associated with this WlmAssignmentLoadTypeEarningCode.
Declaration
public int Id { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 | The Id. |
LastModfiedUserId
Gets or sets the LastModfiedUserId associated with this WlmAssignmentLoadTypeEarningCode.
Declaration
public int LastModfiedUserId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 | The LastModfiedUserId. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this WlmAssignmentLoadTypeEarningCode.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| System.DateTime | The LastModifiedDateTime. |
OverloadRate
Gets or sets the OverloadRate associated with this WlmAssignmentLoadTypeEarningCode.
Declaration
public decimal OverloadRate { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Decimal | The OverloadRate. |
OverloadWlmEarningCode
Declaration
public virtual WlmEarningCode OverloadWlmEarningCode { get; set; }
Property Value
| Type | Description |
|---|---|
| WlmEarningCode |
OverloadWlmEarningCodeId
Gets or sets the OverloadWlmEarningCodeId associated with this WlmAssignmentLoadTypeEarningCode.
Declaration
public int? OverloadWlmEarningCodeId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> | The OverloadWlmEarningCodeId. |
Rate
Gets or sets the Rate associated with this WlmAssignmentLoadTypeEarningCode.
Declaration
public decimal Rate { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Decimal | The Rate. |
WlmAssignment
Declaration
public virtual WlmAssignment WlmAssignment { get; set; }
Property Value
| Type | Description |
|---|---|
| WlmAssignment |
WlmAssignmentId
Gets or sets the WlmAssignmentId associated with this WlmAssignmentLoadTypeEarningCode.
Declaration
public int WlmAssignmentId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 | The WlmAssignmentId. |
WlmAssignmentLoadType
Declaration
public virtual WlmAssignmentLoadType WlmAssignmentLoadType { get; set; }
Property Value
| Type | Description |
|---|---|
| WlmAssignmentLoadType |
WlmAssignmentLoadTypeId
Gets or sets the WlmAssignmentLoadTypeId associated with this WlmAssignmentLoadTypeEarningCode.
Declaration
public int WlmAssignmentLoadTypeId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 | The WlmAssignmentLoadTypeId. |
WlmEarningCode
Declaration
public virtual WlmEarningCode WlmEarningCode { get; set; }
Property Value
| Type | Description |
|---|---|
| WlmEarningCode |
WlmEarningCodeId
Gets or sets the WlmEarningCodeId associated with this WlmAssignmentLoadTypeEarningCode.
Declaration
public int? WlmEarningCodeId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> | The WlmEarningCodeId. |
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. |