Class WlmAssignment
This class represents the EntityModel interface to the AdWlmAssignment database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.Academics
Assembly: Cmc.Nexus.Models.dll
Syntax
public class WlmAssignment
Constructors
WlmAssignment()
Declaration
public WlmAssignment()
Properties
AssignmentEndDate
Gets or sets the AssignmentEndDate associated with this WlmAssignment.
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 WlmAssignment.
Declaration
public DateTime? AssignmentStartDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The AssignmentStartDate. |
ClassSection
Declaration
public virtual ClassSection ClassSection { get; set; }
Property Value
Type | Description |
---|---|
ClassSection |
ClassSectionId
Gets or sets the ClassSectionId associated with this WlmAssignment.
Declaration
public int? ClassSectionId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The ClassSectionId. |
Contribution
Gets or sets the Contribution associated with this WlmAssignment.
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 |
CourseId
Gets or sets the CourseId associated with this WlmAssignment.
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 WlmAssignment.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
Id
Gets or sets the Id associated with this WlmAssignment.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsEarningLinesCancelled
Gets or sets the IsEarningLinesCancelled associated with this WlmAssignment.
Declaration
public bool IsEarningLinesCancelled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsEarningLinesCancelled. |
IsModifiedFromBatch
Gets or sets the IsModifiedFromBatch associated with this WlmAssignment.
Declaration
public bool IsModifiedFromBatch { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsModifiedFromBatch. |
IsOverloadApplied
Gets or sets the IsOverloadApplied associated with this WlmAssignment.
Declaration
public bool IsOverloadApplied { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsOverloadApplied. |
IsOverloadAssignmentTypeApplied
Gets or sets the IsOverloadAssignmentTypeApplied associated with this WlmAssignment.
Declaration
public bool IsOverloadAssignmentTypeApplied { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsOverloadAssignmentTypeApplied. |
IsPayRequired
Gets or sets the IsPayRequired associated with this WlmAssignment.
Declaration
public bool? IsPayRequired { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | The IsPayRequired. |
IsPayRequiredForOverloadAssignmentType
Gets or sets the IsPayRequiredForOverloadAssignmentType associated with this WlmAssignment.
Declaration
public bool IsPayRequiredForOverloadAssignmentType { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsPayRequiredForOverloadAssignmentType. |
IsPolicyLinesOverridden
Gets or sets the IsPolicyLinesOverridden associated with this WlmAssignment.
Declaration
public bool IsPolicyLinesOverridden { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsPolicyLinesOverridden. |
IsProcessedFromBatch
Gets or sets the IsProcessedFromBatch associated with this WlmAssignment.
Declaration
public bool IsProcessedFromBatch { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsProcessedFromBatch. |
IsTeaching
Gets or sets the IsTeaching associated with this WlmAssignment.
Declaration
public bool IsTeaching { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsTeaching. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this WlmAssignment.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this WlmAssignment.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
LoadValidationFailureReason
Gets or sets the LoadValidationFailureReason associated with this WlmAssignment.
Declaration
public string LoadValidationFailureReason { get; set; }
Property Value
Type | Description |
---|---|
System.String | The LoadValidationFailureReason. |
LoadValidationStatus
Gets or sets the LoadValidationStatus associated with this WlmAssignment.
Declaration
public string LoadValidationStatus { get; set; }
Property Value
Type | Description |
---|---|
System.String | The LoadValidationStatus. |
OverallStatus
Gets or sets the OverallStatus associated with this WlmAssignment.
Declaration
public string OverallStatus { get; set; }
Property Value
Type | Description |
---|---|
System.String | The OverallStatus. |
OverloadWlmAssignmentType
Declaration
public virtual WlmAssignmentType OverloadWlmAssignmentType { get; set; }
Property Value
Type | Description |
---|---|
WlmAssignmentType |
OverloadWlmAssignmentTypeId
Gets or sets the OverloadWlmAssignmentTypeId associated with this WlmAssignment.
Declaration
public int? OverloadWlmAssignmentTypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The OverloadWlmAssignmentTypeId. |
PayGenerationFailureReason
Gets or sets the PayGenerationFailureReason associated with this WlmAssignment.
Declaration
public string PayGenerationFailureReason { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PayGenerationFailureReason. |
PayGenerationStatus
Gets or sets the PayGenerationStatus associated with this WlmAssignment.
Declaration
public string PayGenerationStatus { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PayGenerationStatus. |
RegisteredStudentCount
Gets or sets the RegisteredStudentCount associated with this WlmAssignment.
Declaration
public int? RegisteredStudentCount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The RegisteredStudentCount. |
Staff
Declaration
public virtual Staff Staff { get; set; }
Property Value
Type | Description |
---|---|
Staff |
StaffId
Gets or sets the StaffId associated with this WlmAssignment.
Declaration
public int? StaffId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StaffId. |
Term
Declaration
public virtual Term Term { get; set; }
Property Value
Type | Description |
---|---|
Term |
TermId
Gets or sets the TermId associated with this WlmAssignment.
Declaration
public int TermId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The TermId. |
WlmAssignmentType
Declaration
public virtual WlmAssignmentType WlmAssignmentType { get; set; }
Property Value
Type | Description |
---|---|
WlmAssignmentType |
WlmAssignmentTypeId
Gets or sets the WlmAssignmentTypeId associated with this WlmAssignment.
Declaration
public int? WlmAssignmentTypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The WlmAssignmentTypeId. |
WlmDepartment
Declaration
public virtual WlmDepartment WlmDepartment { get; set; }
Property Value
Type | Description |
---|---|
WlmDepartment |
WlmDepartmentId
Gets or sets the WlmDepartmentId associated with this WlmAssignment.
Declaration
public int? WlmDepartmentId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The WlmDepartmentId. |
WlmFteFactorCourseGroupAssociation
Declaration
public virtual WlmFteFactorCourseGroupAssociation WlmFteFactorCourseGroupAssociation { get; set; }
Property Value
Type | Description |
---|---|
WlmFteFactorCourseGroupAssociation |
WlmFteFactorCourseGroupAssociationId
Gets or sets the WlmFteFactorCourseGroupAssociationId associated with this WlmAssignment.
Declaration
public int? WlmFteFactorCourseGroupAssociationId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The WlmFteFactorCourseGroupAssociationId. |
WlmFteFactorNonTeachingGroupAssociation
Declaration
public virtual WlmFteFactorNonTeachingGroupAssociation WlmFteFactorNonTeachingGroupAssociation { get; set; }
Property Value
Type | Description |
---|---|
WlmFteFactorNonTeachingGroupAssociation |
WlmFteFactorNonTeachingGroupAssociationId
Gets or sets the WlmFteFactorNonTeachingGroupAssociationId associated with this WlmAssignment.
Declaration
public int? WlmFteFactorNonTeachingGroupAssociationId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The WlmFteFactorNonTeachingGroupAssociationId. |
WlmLoadFactor
Declaration
public virtual WlmLoadFactor WlmLoadFactor { get; set; }
Property Value
Type | Description |
---|---|
WlmLoadFactor |
WlmLoadFactorId
Gets or sets the WlmLoadFactorId associated with this WlmAssignment.
Declaration
public int? WlmLoadFactorId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The WlmLoadFactorId. |
WlmNonTeachingActivity
Declaration
public virtual WlmNonTeachingActivity WlmNonTeachingActivity { get; set; }
Property Value
Type | Description |
---|---|
WlmNonTeachingActivity |
WlmNonTeachingActivityId
Gets or sets the WlmNonTeachingActivityId associated with this WlmAssignment.
Declaration
public int? WlmNonTeachingActivityId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The WlmNonTeachingActivityId. |
WlmNonTeachingType
Declaration
public virtual WlmNonTeachingType WlmNonTeachingType { get; set; }
Property Value
Type | Description |
---|---|
WlmNonTeachingType |
WlmNonTeachingTypeId
Gets or sets the WlmNonTeachingTypeId associated with this WlmAssignment.
Declaration
public int? WlmNonTeachingTypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The WlmNonTeachingTypeId. |
WlmStaffPositionAssignment
Declaration
public virtual WlmStaffPositionAssignment WlmStaffPositionAssignment { get; set; }
Property Value
Type | Description |
---|---|
WlmStaffPositionAssignment |
WlmStaffPositionAssignmentId
Gets or sets the WlmStaffPositionAssignmentId associated with this WlmAssignment.
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. |