Class WlmAssignmentBankLoadPayout
This class represents the EntityModel interface to the AdWlmAssignmentBankLoadPayout database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.Academics
Assembly: Cmc.Nexus.Models.dll
Syntax
public class WlmAssignmentBankLoadPayout
Constructors
WlmAssignmentBankLoadPayout()
Declaration
public WlmAssignmentBankLoadPayout()
Properties
CreatedDateTime
Gets or sets the CreatedDateTime associated with this WlmAssignmentBankLoadPayout.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
FirstPayPeriodStartDate
Gets or sets the FirstPayPeriodStartDate associated with this WlmAssignmentBankLoadPayout.
Declaration
public DateTime FirstPayPeriodStartDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The FirstPayPeriodStartDate. |
Id
Gets or sets the Id associated with this WlmAssignmentBankLoadPayout.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this WlmAssignmentBankLoadPayout.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this WlmAssignmentBankLoadPayout.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
LastPayPeriodEndDate
Gets or sets the LastPayPeriodEndDate associated with this WlmAssignmentBankLoadPayout.
Declaration
public DateTime LastPayPeriodEndDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastPayPeriodEndDate. |
PayGenerationFailureReason
Gets or sets the PayGenerationFailureReason associated with this WlmAssignmentBankLoadPayout.
Declaration
public string PayGenerationFailureReason { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PayGenerationFailureReason. |
PayGenerationStatus
Gets or sets the PayGenerationStatus associated with this WlmAssignmentBankLoadPayout.
Declaration
public string PayGenerationStatus { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PayGenerationStatus. |
WlmAssignment
Declaration
public virtual WlmAssignment WlmAssignment { get; set; }
Property Value
Type | Description |
---|---|
WlmAssignment |
WlmAssignmentBankLoadPayoutDetail
Declaration
public virtual ICollection<WlmAssignmentBankLoadPayoutDetail> WlmAssignmentBankLoadPayoutDetail { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<WlmAssignmentBankLoadPayoutDetail> |
WlmAssignmentId
Gets or sets the WlmAssignmentId associated with this WlmAssignmentBankLoadPayout.
Declaration
public int WlmAssignmentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The WlmAssignmentId. |
WlmStaffPositionAssignment
Declaration
public virtual WlmStaffPositionAssignment WlmStaffPositionAssignment { get; set; }
Property Value
Type | Description |
---|---|
WlmStaffPositionAssignment |
WlmStaffPositionAssignmentId
Gets or sets the WlmStaffPositionAssignmentId associated with this WlmAssignmentBankLoadPayout.
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. |