Class WlmStaffEarningDetail
This class represents the EntityModel interface to the AdWlmEarningLine database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.Academics
Assembly: Cmc.Nexus.Models.dll
Syntax
public class WlmStaffEarningDetail
Constructors
WlmStaffEarningDetail()
Declaration
public WlmStaffEarningDetail()
Properties
AssignmentCode
Gets or sets the AssignmentCode associated with this WlmStaffEarningDetail.
Declaration
public string AssignmentCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AssignmentCode. |
AssignmentEndDate
Gets or sets the AssignmentEndDate associated with this WlmStaffEarningDetail.
Declaration
public DateTime? AssignmentEndDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The AssignmentEndDate. |
AssignmentStartDate
Gets or sets the AssignmentStartDate associated with this WlmStaffEarningDetail.
Declaration
public DateTime? AssignmentStartDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The AssignmentStartDate. |
AssignmentTotalPaymentAmount
Gets or sets the AssignmentTotalPaymentAmount associated with this WlmStaffEarningDetail.
Declaration
public decimal? AssignmentTotalPaymentAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The AssignmentTotalPaymentAmount. |
AssignmentValuePerPayPeriod
Gets or sets the AssignmentValuePerPayPeriod associated with this WlmStaffEarningDetail.
Declaration
public decimal? AssignmentValuePerPayPeriod { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The AssignmentValuePerPayPeriod. |
BaseRate
Gets or sets the BaseRate associated with this WlmStaffEarningDetail.
Declaration
public decimal BaseRate { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The BaseRate. |
ClassSection
Declaration
public virtual ClassSection ClassSection { get; set; }
Property Value
Type | Description |
---|---|
ClassSection |
ClassSectionId
Gets or sets the ClassSectionId associated with this WlmStaffEarningDetail.
Declaration
public int? ClassSectionId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The ClassSectionId. |
CompensationPlanCode
Gets or sets the CompensationPlanCode associated with this WlmStaffEarningDetail.
Declaration
public string CompensationPlanCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CompensationPlanCode. |
Contribution
Gets or sets the Contribution associated with this WlmStaffEarningDetail.
Declaration
public decimal? Contribution { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The Contribution. |
Course
Declaration
public virtual Course Course { get; set; }
Property Value
Type | Description |
---|---|
Course |
CourseCode
Gets or sets the CourseCode associated with this WlmStaffEarningDetail.
Declaration
public string CourseCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CourseCode. |
CourseGroup
Declaration
public virtual CourseGroup CourseGroup { get; set; }
Property Value
Type | Description |
---|---|
CourseGroup |
CourseGroupCode
Gets or sets the CourseGroupCode associated with this WlmStaffEarningDetail.
Declaration
public string CourseGroupCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CourseGroupCode. |
CourseGroupId
Gets or sets the CourseGroupId associated with this WlmStaffEarningDetail.
Declaration
public int? CourseGroupId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The CourseGroupId. |
CourseId
Gets or sets the CourseId associated with this WlmStaffEarningDetail.
Declaration
public int? CourseId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The CourseId. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this WlmStaffEarningDetail.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
DefaultValue
Gets or sets the DefaultValue associated with this WlmStaffEarningDetail.
Declaration
public decimal DefaultValue { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The DefaultValue. |
EarningCodeCode
Gets or sets the EarningCodeCode associated with this WlmStaffEarningDetail.
Declaration
public string EarningCodeCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The EarningCodeCode. |
EarningCodeType
Gets or sets the EarningCodeType associated with this WlmStaffEarningDetail.
Declaration
public string EarningCodeType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The EarningCodeType. |
EmploymentLegalEntityIdentifier
Gets or sets the EmploymentLegalEntityIdentifier associated with this WlmStaffEarningDetail.
Declaration
public string EmploymentLegalEntityIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String | The EmploymentLegalEntityIdentifier. |
HrRefEarningCodeIdentifier
Gets or sets the HrRefEarningCodeIdentifier associated with this WlmStaffEarningDetail.
Declaration
public string HrRefEarningCodeIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String | The HrRefEarningCodeIdentifier. |
HrRefEmployerNumber
Gets or sets the HrRefEmployerNumber associated with this WlmStaffEarningDetail.
Declaration
public string HrRefEmployerNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The HrRefEmployerNumber. |
HrRefPayCycleIdentifier
Gets or sets the HrRefPayCycleIdentifier associated with this WlmStaffEarningDetail.
Declaration
public string HrRefPayCycleIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String | The HrRefPayCycleIdentifier. |
HrRefPayPeriodIdentifier
Gets or sets the HrRefPayPeriodIdentifier associated with this WlmStaffEarningDetail.
Declaration
public string HrRefPayPeriodIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String | The HrRefPayPeriodIdentifier. |
HrRefPositionIdentifier
Gets or sets the HrRefPositionIdentifier associated with this WlmStaffEarningDetail.
Declaration
public string HrRefPositionIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String | The HrRefPositionIdentifier. |
HrRefStaffPositionAssignmentIdentifier
Gets or sets the HrRefStaffPositionAssignmentIdentifier associated with this WlmStaffEarningDetail.
Declaration
public string HrRefStaffPositionAssignmentIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String | The HrRefStaffPositionAssignmentIdentifier. |
Id
Gets or sets the Id associated with this WlmStaffEarningDetail.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IntegrationNote
Gets or sets the IntegrationNote associated with this WlmStaffEarningDetail.
Declaration
public string IntegrationNote { get; set; }
Property Value
Type | Description |
---|---|
System.String | The IntegrationNote. |
IntegrationStatus
Gets or sets the IntegrationStatus associated with this WlmStaffEarningDetail.
Declaration
public string IntegrationStatus { get; set; }
Property Value
Type | Description |
---|---|
System.String | The IntegrationStatus. |
IsOverridden
Gets or sets the IsOverridden associated with this WlmStaffEarningDetail.
Declaration
public bool? IsOverridden { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | The IsOverridden. |
IsTeaching
Gets or sets the IsTeaching associated with this WlmStaffEarningDetail.
Declaration
public bool IsTeaching { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsTeaching. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this WlmStaffEarningDetail.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this WlmStaffEarningDetail.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
LoadTypeCode
Gets or sets the LoadTypeCode associated with this WlmStaffEarningDetail.
Declaration
public string LoadTypeCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The LoadTypeCode. |
NonTeachingGroupCode
Gets or sets the NonTeachingGroupCode associated with this WlmStaffEarningDetail.
Declaration
public string NonTeachingGroupCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The NonTeachingGroupCode. |
NonTeachingTypeCode
Gets or sets the NonTeachingTypeCode associated with this WlmStaffEarningDetail.
Declaration
public string NonTeachingTypeCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The NonTeachingTypeCode. |
NumPayPeriodsWithinAssignment
Gets or sets the NumPayPeriodsWithinAssignment associated with this WlmStaffEarningDetail.
Declaration
public int? NumPayPeriodsWithinAssignment { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The NumPayPeriodsWithinAssignment. |
OverrideRate
Gets or sets the OverrideRate associated with this WlmStaffEarningDetail.
Declaration
public decimal? OverrideRate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The OverrideRate. |
PayCycleCode
Gets or sets the PayCycleCode associated with this WlmStaffEarningDetail.
Declaration
public string PayCycleCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PayCycleCode. |
PayLevelCode
Gets or sets the PayLevelCode associated with this WlmStaffEarningDetail.
Declaration
public string PayLevelCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PayLevelCode. |
PaymentDefaultDate
Gets or sets the PaymentDefaultDate associated with this WlmStaffEarningDetail.
Declaration
public DateTime? PaymentDefaultDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The PaymentDefaultDate. |
PayPeriodEndDate
Gets or sets the PayPeriodEndDate associated with this WlmStaffEarningDetail.
Declaration
public DateTime? PayPeriodEndDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The PayPeriodEndDate. |
PayPeriodStartDate
Gets or sets the PayPeriodStartDate associated with this WlmStaffEarningDetail.
Declaration
public DateTime? PayPeriodStartDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The PayPeriodStartDate. |
PayPeriodStatus
Gets or sets the PayPeriodStatus associated with this WlmStaffEarningDetail.
Declaration
public string PayPeriodStatus { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PayPeriodStatus. |
PayrollQuantity
Gets or sets the PayrollQuantity associated with this WlmStaffEarningDetail.
Declaration
public decimal? PayrollQuantity { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The PayrollQuantity. |
PayrollRate
Gets or sets the PayrollRate associated with this WlmStaffEarningDetail.
Declaration
public decimal PayrollRate { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The PayrollRate. |
PayType
Gets or sets the PayType associated with this WlmStaffEarningDetail.
Declaration
public string PayType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PayType. |
PositionCode
Gets or sets the PositionCode associated with this WlmStaffEarningDetail.
Declaration
public string PositionCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PositionCode. |
Staff
Declaration
public virtual Staff Staff { get; set; }
Property Value
Type | Description |
---|---|
Staff |
StaffId
Gets or sets the StaffId associated with this WlmStaffEarningDetail.
Declaration
public int StaffId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StaffId. |
TotalAssignmentValue
Gets or sets the TotalAssignmentValue associated with this WlmStaffEarningDetail.
Declaration
public decimal? TotalAssignmentValue { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The TotalAssignmentValue. |
ValuePerPayPeriod
Gets or sets the ValuePerPayPeriod associated with this WlmStaffEarningDetail.
Declaration
public decimal? ValuePerPayPeriod { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The ValuePerPayPeriod. |
WlmAssignment
Declaration
public virtual WlmAssignment WlmAssignment { get; set; }
Property Value
Type | Description |
---|---|
WlmAssignment |
WlmAssignmentId
Gets or sets the WlmAssignmentId associated with this WlmStaffEarningDetail.
Declaration
public int WlmAssignmentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The WlmAssignmentId. |
WlmAssignmentType
Declaration
public virtual WlmAssignmentType WlmAssignmentType { get; set; }
Property Value
Type | Description |
---|---|
WlmAssignmentType |
WlmAssignmentTypeId
Gets or sets the WlmAssignmentTypeId associated with this WlmStaffEarningDetail.
Declaration
public int? WlmAssignmentTypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The WlmAssignmentTypeId. |
WlmCompensationPlan
Declaration
public virtual WlmCompensationPlan WlmCompensationPlan { get; set; }
Property Value
Type | Description |
---|---|
WlmCompensationPlan |
WlmCompensationPlanId
Gets or sets the WlmCompensationPlanId associated with this WlmStaffEarningDetail.
Declaration
public int? WlmCompensationPlanId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The WlmCompensationPlanId. |
WlmDepartment
Declaration
public virtual WlmDepartment WlmDepartment { get; set; }
Property Value
Type | Description |
---|---|
WlmDepartment |
WlmDepartmentId
Gets or sets the WlmDepartmentId associated with this WlmStaffEarningDetail.
Declaration
public int? WlmDepartmentId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The WlmDepartmentId. |
WlmEarningCode
Declaration
public virtual WlmEarningCode WlmEarningCode { get; set; }
Property Value
Type | Description |
---|---|
WlmEarningCode |
WlmEarningCodeId
Gets or sets the WlmEarningCodeId associated with this WlmStaffEarningDetail.
Declaration
public int? WlmEarningCodeId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The WlmEarningCodeId. |
WlmLoadType
Declaration
public virtual WlmLoadType WlmLoadType { get; set; }
Property Value
Type | Description |
---|---|
WlmLoadType |
WlmLoadTypeId
Gets or sets the WlmLoadTypeId associated with this WlmStaffEarningDetail.
Declaration
public int WlmLoadTypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The WlmLoadTypeId. |
WlmNonTeachingActivity
Declaration
public virtual WlmNonTeachingActivity WlmNonTeachingActivity { get; set; }
Property Value
Type | Description |
---|---|
WlmNonTeachingActivity |
WlmNonTeachingActivityId
Gets or sets the WlmNonTeachingActivityId associated with this WlmStaffEarningDetail.
Declaration
public int? WlmNonTeachingActivityId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The WlmNonTeachingActivityId. |
WlmNonTeachingGroup
Declaration
public virtual WlmNonTeachingGroup WlmNonTeachingGroup { get; set; }
Property Value
Type | Description |
---|---|
WlmNonTeachingGroup |
WlmNonTeachingGroupId
Gets or sets the WlmNonTeachingGroupId associated with this WlmStaffEarningDetail.
Declaration
public int? WlmNonTeachingGroupId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The WlmNonTeachingGroupId. |
WlmNonTeachningType
Declaration
public virtual WlmNonTeachingType WlmNonTeachningType { get; set; }
Property Value
Type | Description |
---|---|
WlmNonTeachingType |
WlmNonTeachningTypeId
Gets or sets the WlmNonTeachningTypeId associated with this WlmStaffEarningDetail.
Declaration
public int? WlmNonTeachningTypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The WlmNonTeachningTypeId. |
WlmPayCycle
Declaration
public virtual WlmPayCycle WlmPayCycle { get; set; }
Property Value
Type | Description |
---|---|
WlmPayCycle |
WlmPayCycleId
Gets or sets the WlmPayCycleId associated with this WlmStaffEarningDetail.
Declaration
public int? WlmPayCycleId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The WlmPayCycleId. |
WlmPayLevel
Declaration
public virtual WlmPayLevel WlmPayLevel { get; set; }
Property Value
Type | Description |
---|---|
WlmPayLevel |
WlmPayLevelId
Gets or sets the WlmPayLevelId associated with this WlmStaffEarningDetail.
Declaration
public int? WlmPayLevelId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The WlmPayLevelId. |
WlmPayPeriod
Declaration
public virtual WlmPayPeriod WlmPayPeriod { get; set; }
Property Value
Type | Description |
---|---|
WlmPayPeriod |
WlmPayPeriodId
Gets or sets the WlmPayPeriodId associated with this WlmStaffEarningDetail.
Declaration
public int? WlmPayPeriodId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The WlmPayPeriodId. |
WlmPosition
Declaration
public virtual WlmPosition WlmPosition { get; set; }
Property Value
Type | Description |
---|---|
WlmPosition |
WlmPositionId
Gets or sets the WlmPositionId associated with this WlmStaffEarningDetail.
Declaration
public int? WlmPositionId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The WlmPositionId. |
WlmStaffPositionAssignment
Declaration
public virtual WlmStaffPositionAssignment WlmStaffPositionAssignment { get; set; }
Property Value
Type | Description |
---|---|
WlmStaffPositionAssignment |
WlmStaffPositionAssignmentId
Gets or sets the WlmStaffPositionAssignmentId associated with this WlmStaffEarningDetail.
Declaration
public int? WlmStaffPositionAssignmentId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<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. |