Class WlmLoadType
This class represents the EntityModel interface to the AdWlmLoadType database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.Academics
Assembly: Cmc.Nexus.Models.dll
Syntax
public class WlmLoadType
Constructors
WlmLoadType()
Declaration
public WlmLoadType()
Properties
BankLoadLimit
Gets or sets the BankLoadLimit associated with this WlmLoadType.
Declaration
public decimal BankLoadLimit { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Decimal | The BankLoadLimit. |
CampusGroup
Declaration
public virtual CampusGroup CampusGroup { get; set; }
Property Value
| Type | Description |
|---|---|
| CampusGroup |
CampusGroupId
Gets or sets the CampusGroupId associated with this WlmLoadType.
Declaration
public int? CampusGroupId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> | The CampusGroupId. |
Code
Gets or sets the Code associated with this WlmLoadType.
Declaration
public string Code { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The Code. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this WlmLoadType.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| System.DateTime | The CreatedDateTime. |
EarningCode
Declaration
public virtual WlmEarningCode EarningCode { get; set; }
Property Value
| Type | Description |
|---|---|
| WlmEarningCode |
Id
Gets or sets the Id associated with this WlmLoadType.
Declaration
public int Id { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 | The Id. |
IsActive
Gets or sets the IsActive associated with this WlmLoadType.
Declaration
public bool IsActive { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean | The IsActive. |
IsLoadTracked
Gets or sets the IsLoadTracked associated with this WlmLoadType.
Declaration
public bool IsLoadTracked { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean | The IsLoadTracked. |
IsPayTracked
Gets or sets the IsPayTracked associated with this WlmLoadType.
Declaration
public bool IsPayTracked { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean | The IsPayTracked. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this WlmLoadType.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this WlmLoadType.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 | The LastModifiedUserId. |
LoadGroup
Declaration
public virtual WlmLoadGroup LoadGroup { get; set; }
Property Value
| Type | Description |
|---|---|
| WlmLoadGroup |
MeasurementUnit
Declaration
public virtual WlmMeasurementUnit MeasurementUnit { get; set; }
Property Value
| Type | Description |
|---|---|
| WlmMeasurementUnit |
Name
Gets or sets the Name associated with this WlmLoadType.
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The Name. |
WlmEarningCodeId
Gets or sets the WlmEarningCodeId associated with this WlmLoadType.
Declaration
public int? WlmEarningCodeId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> | The WlmEarningCodeId. |
WlmLoadGroupId
Gets or sets the WlmLoadGroupId associated with this WlmLoadType.
Declaration
public int? WlmLoadGroupId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> | The WlmLoadGroupId. |
WlmMeasurementUnitId
Gets or sets the WlmMeasurementUnitId associated with this WlmLoadType.
Declaration
public int? WlmMeasurementUnitId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> | The WlmMeasurementUnitId. |
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. |