Class RegulatoryBackgroundJob
This class represents the EntityModel interface to the SyBackgroundJobRegulatory database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.FinancialAid
Assembly: Cmc.Nexus.Models.dll
Syntax
public class RegulatoryBackgroundJob
Constructors
RegulatoryBackgroundJob()
Declaration
public RegulatoryBackgroundJob()
Properties
CreatedDateTime
Gets or sets the CreatedDateTime associated with this RegulatoryBackgroundJob.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
Id
Gets or sets the Id associated with this RegulatoryBackgroundJob.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
JobCompletedTime
Gets or sets the JobCompletedTime associated with this RegulatoryBackgroundJob.
Declaration
public DateTime? JobCompletedTime { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The JobCompletedTime. |
JobIdentifier
Gets or sets the JobIdentifier associated with this RegulatoryBackgroundJob.
Declaration
public string JobIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String | The JobIdentifier. |
JobName
Gets or sets the JobName associated with this RegulatoryBackgroundJob.
Declaration
public string JobName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The JobName. |
JobOrder
Gets or sets the JobOrder associated with this RegulatoryBackgroundJob.
Declaration
public int? JobOrder { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The JobOrder. |
JobResult
Gets or sets the JobResult associated with this RegulatoryBackgroundJob.
Declaration
public string JobResult { get; set; }
Property Value
Type | Description |
---|---|
System.String | The JobResult. |
JobStartTime
Gets or sets the JobStartTime associated with this RegulatoryBackgroundJob.
Declaration
public DateTime? JobStartTime { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The JobStartTime. |
JobStatus
Gets or sets the JobStatus associated with this RegulatoryBackgroundJob.
Declaration
public string JobStatus { get; set; }
Property Value
Type | Description |
---|---|
System.String | The JobStatus. |
JobWorkerHeartbeat
Gets or sets the JobWorkerHeartbeat associated with this RegulatoryBackgroundJob.
Declaration
public DateTime? JobWorkerHeartbeat { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The JobWorkerHeartbeat. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this RegulatoryBackgroundJob.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this RegulatoryBackgroundJob.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
RegulatoryJob
Declaration
public virtual RegulatoryJob RegulatoryJob { get; set; }
Property Value
Type | Description |
---|---|
RegulatoryJob |
RegulatoryJobId
Gets or sets the RegulatoryJobId associated with this RegulatoryBackgroundJob.
Declaration
public int RegulatoryJobId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The RegulatoryJobId. |
RetryCount
Gets or sets the RetryCount associated with this RegulatoryBackgroundJob.
Declaration
public int RetryCount { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The RetryCount. |
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. |