Class WlmNonTeachingActivity
This class represents the EntityModel interface to the AdWlmNonTeachingActivity database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.Academics
Assembly: Cmc.Nexus.Models.dll
Syntax
public class WlmNonTeachingActivity
Constructors
WlmNonTeachingActivity()
Declaration
public WlmNonTeachingActivity()
Properties
Campus
Declaration
public virtual Campus Campus { get; set; }
Property Value
Type | Description |
---|---|
Campus |
CampusId
Gets or sets the CampusId associated with this WlmNonTeachingActivity.
Declaration
public int CampusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The CampusId. |
Code
Gets or sets the Code associated with this WlmNonTeachingActivity.
Declaration
public string Code { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Code. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this WlmNonTeachingActivity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
EndDate
Gets or sets the EndDate associated with this WlmNonTeachingActivity.
Declaration
public DateTime EndDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The EndDate. |
Id
Gets or sets the Id associated with this WlmNonTeachingActivity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsActive
Gets or sets the IsActive associated with this WlmNonTeachingActivity.
Declaration
public bool IsActive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsActive. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this WlmNonTeachingActivity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this WlmNonTeachingActivity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
Name
Gets or sets the Name associated with this WlmNonTeachingActivity.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Name. |
PossibleNumberAssignment
Gets or sets the PossibleNumberAssignment associated with this WlmNonTeachingActivity.
Declaration
public int? PossibleNumberAssignment { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The PossibleNumberAssignment. |
StaffAssociations
Declaration
public virtual ICollection<WlmNonTeachingActivityStaffAssociation> StaffAssociations { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<WlmNonTeachingActivityStaffAssociation> |
StartDate
Gets or sets the StartDate associated with this WlmNonTeachingActivity.
Declaration
public DateTime StartDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The StartDate. |
Term
Declaration
public virtual Term Term { get; set; }
Property Value
Type | Description |
---|---|
Term |
TermId
Gets or sets the TermId associated with this WlmNonTeachingActivity.
Declaration
public int? TermId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The TermId. |
WlmActivityType
Declaration
public virtual WlmActivityType WlmActivityType { get; set; }
Property Value
Type | Description |
---|---|
WlmActivityType |
WlmActivityTypeId
Gets or sets the WlmActivityTypeId associated with this WlmNonTeachingActivity.
Declaration
public int? WlmActivityTypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The WlmActivityTypeId. |
WlmAssignmentType
Declaration
public virtual WlmAssignmentType WlmAssignmentType { get; set; }
Property Value
Type | Description |
---|---|
WlmAssignmentType |
WlmAssignmentTypeId
Gets or sets the WlmAssignmentTypeId associated with this WlmNonTeachingActivity.
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 WlmNonTeachingActivity.
Declaration
public int? WlmDepartmentId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The WlmDepartmentId. |
WlmNonTeachingType
Declaration
public virtual WlmNonTeachingType WlmNonTeachingType { get; set; }
Property Value
Type | Description |
---|---|
WlmNonTeachingType |
WlmNonTeachingTypeId
Gets or sets the WlmNonTeachingTypeId associated with this WlmNonTeachingActivity.
Declaration
public int? WlmNonTeachingTypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The WlmNonTeachingTypeId. |
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. |