Class RegulatoryBackgroundJobEntity
This class represents the EntityModel interface to the SyBackgroundJobRegulatory database table.
Inheritance
Implements
Namespace: Cmc.Nexus.FinancialAid.Entities
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class RegulatoryBackgroundJobEntity : Entity, IIdentifiable, IAuditable
Constructors
RegulatoryBackgroundJobEntity()
Declaration
public RegulatoryBackgroundJobEntity()
Fields
CreatedDateTimeProperty
The CreatedDateTime property.
Declaration
public static readonly EntityProperty CreatedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IdProperty
The Id property.
Declaration
public static readonly EntityProperty IdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
JobCompletedTimeProperty
The JobCompletedTime property.
Declaration
public static readonly EntityProperty JobCompletedTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
JobIdentifierProperty
The JobIdentifier property.
Declaration
public static readonly EntityProperty JobIdentifierProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
JobNameProperty
The JobName property.
Declaration
public static readonly EntityProperty JobNameProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
JobOrderProperty
The JobOrder property.
Declaration
public static readonly EntityProperty JobOrderProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
JobResultProperty
The JobResult property.
Declaration
public static readonly EntityProperty JobResultProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
JobStartTimeProperty
The JobStartTime property.
Declaration
public static readonly EntityProperty JobStartTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
JobStatusProperty
The JobStatus property.
Declaration
public static readonly EntityProperty JobStatusProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
JobWorkerHeartbeatProperty
The JobWorkerHeartbeat property.
Declaration
public static readonly EntityProperty JobWorkerHeartbeatProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LastModifiedDateTimeProperty
The LastModifiedDateTime property.
Declaration
public static readonly EntityProperty LastModifiedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LastModifiedUserIdProperty
The LastModifiedUserId property.
Declaration
public static readonly EntityProperty LastModifiedUserIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
RegulatoryJobIdProperty
The RegulatoryJobId property.
Declaration
public static readonly EntityProperty RegulatoryJobIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
RetryCountProperty
The RetryCount property.
Declaration
public static readonly EntityProperty RetryCountProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
RowVersionProperty
The RowVersion property.
Declaration
public static readonly EntityProperty RowVersionProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
CreatedDateTime
Gets or sets the CreatedDateTime associated with this RegulatoryBackgroundJobEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
Id
Gets or sets the Id associated with this RegulatoryBackgroundJobEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
JobCompletedTime
Gets or sets the JobCompletedTime associated with this RegulatoryBackgroundJobEntity.
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 RegulatoryBackgroundJobEntity.
Declaration
public string JobIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String | The JobIdentifier. |
JobName
Gets or sets the JobName associated with this RegulatoryBackgroundJobEntity.
Declaration
public string JobName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The JobName. |
JobOrder
Gets or sets the JobOrder associated with this RegulatoryBackgroundJobEntity.
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 RegulatoryBackgroundJobEntity.
Declaration
public string JobResult { get; set; }
Property Value
Type | Description |
---|---|
System.String | The JobResult. |
JobStartTime
Gets or sets the JobStartTime associated with this RegulatoryBackgroundJobEntity.
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 RegulatoryBackgroundJobEntity.
Declaration
public string JobStatus { get; set; }
Property Value
Type | Description |
---|---|
System.String | The JobStatus. |
JobWorkerHeartbeat
Gets or sets the JobWorkerHeartbeat associated with this RegulatoryBackgroundJobEntity.
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 RegulatoryBackgroundJobEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this RegulatoryBackgroundJobEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
RegulatoryJobId
Gets or sets the RegulatoryJobId associated with this RegulatoryBackgroundJobEntity.
Declaration
public int RegulatoryJobId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The RegulatoryJobId. |
RetryCount
Gets or sets the RetryCount associated with this RegulatoryBackgroundJobEntity.
Declaration
public int RetryCount { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The RetryCount. |
RowVersion
Gets or sets the RowVersion associated with this RegulatoryBackgroundJobEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
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()