Class WlmJob
This class represents the EntityModel interface to the AdWlmJob database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.Academics
Assembly: Cmc.Nexus.Models.dll
Syntax
public class WlmJob
Constructors
WlmJob()
Declaration
public WlmJob()
Properties
Code
Gets or sets the Code associated with this WlmJob.
Declaration
public string Code { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Code. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this WlmJob.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
EffectiveFromDate
Gets or sets the EffectiveFromDate associated with this WlmJob.
Declaration
public DateTime EffectiveFromDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The EffectiveFromDate. |
EffectiveToDate
Gets or sets the EffectiveToDate associated with this WlmJob.
Declaration
public DateTime EffectiveToDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The EffectiveToDate. |
HrIntegrationReferenceIdentifier
Gets or sets the HrIntegrationReferenceIdentifier associated with this WlmJob.
Declaration
public string HrIntegrationReferenceIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String | The HrIntegrationReferenceIdentifier. |
Id
Gets or sets the Id associated with this WlmJob.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsActive
Gets or sets the IsActive associated with this WlmJob.
Declaration
public bool? IsActive { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | The IsActive. |
IsDateModified
Gets or sets the IsDateModified associated with this WlmJob.
Declaration
public bool IsDateModified { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsDateModified. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this WlmJob.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this WlmJob.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
Name
Gets or sets the Name associated with this WlmJob.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Name. |
WlmJobFunction
Declaration
public virtual WlmJobFunction WlmJobFunction { get; set; }
Property Value
Type | Description |
---|---|
WlmJobFunction |
WlmJobFunctionId
Gets or sets the WlmJobFunctionId associated with this WlmJob.
Declaration
public int? WlmJobFunctionId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The WlmJobFunctionId. |
WlmJobType
Declaration
public virtual WlmJobType WlmJobType { get; set; }
Property Value
Type | Description |
---|---|
WlmJobType |
WlmJobTypeId
Gets or sets the WlmJobTypeId associated with this WlmJob.
Declaration
public int? WlmJobTypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The WlmJobTypeId. |
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. |