Class WlmAssignmentBankLoad
This class represents the EntityModel interface to the AdWlmAssignmentBankLoad database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.Academics
Assembly: Cmc.Nexus.Models.dll
Syntax
public class WlmAssignmentBankLoad
Constructors
WlmAssignmentBankLoad()
Declaration
public WlmAssignmentBankLoad()
Properties
BankLoadValue
Gets or sets the BankLoadValue associated with this WlmAssignmentBankLoad.
Declaration
public decimal BankLoadValue { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The BankLoadValue. |
ConsumedBankLoadValue
Gets or sets the ConsumedBankLoadValue associated with this WlmAssignmentBankLoad.
Declaration
public decimal? ConsumedBankLoadValue { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The ConsumedBankLoadValue. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this WlmAssignmentBankLoad.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
ExpirationDate
Gets or sets the ExpirationDate associated with this WlmAssignmentBankLoad.
Declaration
public DateTime ExpirationDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The ExpirationDate. |
FteBankLoadValue
Gets or sets the FteBankLoadValue associated with this WlmAssignmentBankLoad.
Declaration
public decimal? FteBankLoadValue { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The FteBankLoadValue. |
Id
Gets or sets the Id associated with this WlmAssignmentBankLoad.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsExpired
Gets or sets the IsExpired associated with this WlmAssignmentBankLoad.
Declaration
public bool? IsExpired { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | The IsExpired. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this WlmAssignmentBankLoad.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this WlmAssignmentBankLoad.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
Rate
Gets or sets the Rate associated with this WlmAssignmentBankLoad.
Declaration
public decimal Rate { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The Rate. |
Staff
Declaration
public virtual Staff Staff { get; set; }
Property Value
Type | Description |
---|---|
Staff |
StaffId
Gets or sets the StaffId associated with this WlmAssignmentBankLoad.
Declaration
public int StaffId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StaffId. |
WlmAssignment
Declaration
public virtual WlmAssignment WlmAssignment { get; set; }
Property Value
Type | Description |
---|---|
WlmAssignment |
WlmAssignmentId
Gets or sets the WlmAssignmentId associated with this WlmAssignmentBankLoad.
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 WlmAssignmentBankLoad.
Declaration
public int WlmAssignmentLoadTypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The WlmAssignmentLoadTypeId. |
WlmLoadType
Declaration
public virtual WlmLoadType WlmLoadType { get; set; }
Property Value
Type | Description |
---|---|
WlmLoadType |
WlmLoadTypeId
Gets or sets the WlmLoadTypeId associated with this WlmAssignmentBankLoad.
Declaration
public int WlmLoadTypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The WlmLoadTypeId. |
WlmStaffPositionAssignment
Declaration
public virtual WlmStaffPositionAssignment WlmStaffPositionAssignment { get; set; }
Property Value
Type | Description |
---|---|
WlmStaffPositionAssignment |
WlmStaffPositionAssignmentId
Gets or sets the WlmStaffPositionAssignmentId associated with this WlmAssignmentBankLoad.
Declaration
public int WlmStaffPositionAssignmentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The WlmStaffPositionAssignmentId. |
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. |