Class WlmAssignmentBankLoadPayoutEntity
This class represents the EntityModel interface to the AdWlmAssignmentBankLoadPayout database table.
Inheritance
Implements
Namespace: Cmc.Nexus.Academics.Entities
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class WlmAssignmentBankLoadPayoutEntity : Entity, IIdentifiable, IAuditable
Constructors
WlmAssignmentBankLoadPayoutEntity()
Declaration
public WlmAssignmentBankLoadPayoutEntity()
Fields
CreatedDateTimeProperty
The CreatedDateTime property.
Declaration
public static readonly EntityProperty CreatedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
FirstPayPeriodStartDateProperty
The FirstPayPeriodStartDate property.
Declaration
public static readonly EntityProperty FirstPayPeriodStartDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IdProperty
The Id property.
Declaration
public static readonly EntityProperty IdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LastModifiedDateTimeProperty
The LastModifiedDateTime property.
Declaration
public static readonly EntityProperty LastModifiedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LastModifiedUserIdProperty
The LastModifiedUserId property.
Declaration
public static readonly EntityProperty LastModifiedUserIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LastPayPeriodEndDateProperty
The LastPayPeriodEndDate property.
Declaration
public static readonly EntityProperty LastPayPeriodEndDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PayGenerationFailureReasonProperty
The PayGenerationFailureReason property.
Declaration
public static readonly EntityProperty PayGenerationFailureReasonProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PayGenerationStatusProperty
The PayGenerationStatus property.
Declaration
public static readonly EntityProperty PayGenerationStatusProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
RowVersionProperty
The RowVersion property.
Declaration
public static readonly EntityProperty RowVersionProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
WlmAssignmentBankLoadPayoutDetailProperty
The WlmAssignmentBankLoadPayoutDetail property.
Declaration
public static readonly EntityProperty WlmAssignmentBankLoadPayoutDetailProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
WlmAssignmentIdProperty
The WlmAssignmentId property.
Declaration
public static readonly EntityProperty WlmAssignmentIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
WlmStaffPositionAssignmentIdProperty
The WlmStaffPositionAssignmentId property.
Declaration
public static readonly EntityProperty WlmStaffPositionAssignmentIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
CreatedDateTime
Gets or sets the CreatedDateTime associated with this WlmAssignmentBankLoadPayoutEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
FirstPayPeriodStartDate
Gets or sets the FirstPayPeriodStartDate associated with this WlmAssignmentBankLoadPayoutEntity.
Declaration
public DateTime FirstPayPeriodStartDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The FirstPayPeriodStartDate. |
Id
Gets or sets the Id associated with this WlmAssignmentBankLoadPayoutEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this WlmAssignmentBankLoadPayoutEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this WlmAssignmentBankLoadPayoutEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
LastPayPeriodEndDate
Gets or sets the LastPayPeriodEndDate associated with this WlmAssignmentBankLoadPayoutEntity.
Declaration
public DateTime LastPayPeriodEndDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastPayPeriodEndDate. |
PayGenerationFailureReason
Gets or sets the PayGenerationFailureReason associated with this WlmAssignmentBankLoadPayoutEntity.
Declaration
public string PayGenerationFailureReason { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PayGenerationFailureReason. |
PayGenerationStatus
Gets or sets the PayGenerationStatus associated with this WlmAssignmentBankLoadPayoutEntity.
Declaration
public string PayGenerationStatus { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PayGenerationStatus. |
RowVersion
Gets or sets the RowVersion associated with this WlmAssignmentBankLoadPayoutEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
WlmAssignmentBankLoadPayoutDetail
Declaration
public virtual EntityCollection<WlmAssignmentBankLoadPayoutDetailEntity> WlmAssignmentBankLoadPayoutDetail { get; set; }
Property Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityCollection<WlmAssignmentBankLoadPayoutDetailEntity> |
WlmAssignmentId
Gets or sets the WlmAssignmentId associated with this WlmAssignmentBankLoadPayoutEntity.
Declaration
public int WlmAssignmentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The WlmAssignmentId. |
WlmStaffPositionAssignmentId
Gets or sets the WlmStaffPositionAssignmentId associated with this WlmAssignmentBankLoadPayoutEntity.
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()