Class ScheduledJobEntity
This class represents the EntityModel for the SyScheduledJob database table.
Inheritance
Implements
Namespace: Cmc.Nexus.Common.Entities
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
[Obsolete("Use ScheduledJobEntity in Cmc.Nexus.BackgroundProcessing")]
public class ScheduledJobEntity : Entity, IIdentifiable, IAuditable
Constructors
ScheduledJobEntity()
Declaration
public ScheduledJobEntity()
Fields
CreatedDateTimeProperty
The CreatedDateTime property.
Declaration
public static readonly EntityProperty CreatedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
DisableJobMessageIdProperty
The Represents the disable job message id associated with this scheduled job. property.
Declaration
public static readonly EntityProperty DisableJobMessageIdProperty
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 |
IsActiveProperty
The IsActive property.
Declaration
public static readonly EntityProperty IsActiveProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsDeletedProperty
The IsDeleted property.
Declaration
public static readonly EntityProperty IsDeletedProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsSystemDefinedJobProperty
The Represents the is system code associated with this scheduled job. property.
Declaration
public static readonly EntityProperty IsSystemDefinedJobProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
JobCategoryProperty
The JobCategory property.
Declaration
public static readonly EntityProperty JobCategoryProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
JobFrequencyProperty
The JobFrequency property.
Declaration
public static readonly EntityProperty JobFrequencyProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
JobHelpPageProperty
The Represents the job help page associated with this scheduled job. property.
Declaration
public static readonly EntityProperty JobHelpPageProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
JobParametersProperty
The JobParameters property.
Declaration
public static readonly EntityProperty JobParametersProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
JobTypeProperty
The JobType property.
Declaration
public static readonly EntityProperty JobTypeProperty
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 |
NameProperty
The Name property.
Declaration
public static readonly EntityProperty NameProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
OperationNameProperty
The OperationName property.
Declaration
public static readonly EntityProperty OperationNameProperty
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 |
ServiceInterfaceProperty
The ServiceInterface property.
Declaration
public static readonly EntityProperty ServiceInterfaceProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
TimeZoneProperty
The Represents the time zone associated with this scheduled job. property.
Declaration
public static readonly EntityProperty TimeZoneProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
CreatedDateTime
Gets or sets the CreatedDateTime associated with this ScheduledJobEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
DisableJobMessageId
Gets or sets the DisableJobMessageId associated with this ScheduledJobEntity.
Declaration
public int? DisableJobMessageId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The DisableJobMessageId. |
Id
Gets or sets the Id associated with this ScheduledJobEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsActive
Gets or sets the IsActive associated with this ScheduledJobEntity.
Declaration
public bool IsActive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsActive. |
IsDeleted
Gets or sets the IsDeleted associated with this ScheduledJobEntity.
Declaration
public bool IsDeleted { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsDeleted. |
IsSystemDefinedJob
Gets or sets the IsSystemDefinedJob associated with this ScheduledJobEntity.
Declaration
public bool IsSystemDefinedJob { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsSystemDefinedJob. |
JobCategory
Gets or sets the JobCategory associated with this ScheduledJobEntity.
Declaration
public string JobCategory { get; set; }
Property Value
Type | Description |
---|---|
System.String | The JobCategory. |
JobFrequency
Gets or sets the JobFrequency associated with this ScheduledJobEntity.
Declaration
public string JobFrequency { get; set; }
Property Value
Type | Description |
---|---|
System.String | The JobFrequency. |
JobHelpPage
Gets or sets the JobHelpPage associated with this ScheduledJobEntity.
Declaration
public string JobHelpPage { get; set; }
Property Value
Type | Description |
---|---|
System.String | The JobHelpPage. |
JobParameters
Gets or sets the JobParameters associated with this ScheduledJobEntity.
Declaration
public string JobParameters { get; set; }
Property Value
Type | Description |
---|---|
System.String | The JobParameters. |
JobType
Gets or sets the JobType associated with this ScheduledJobEntity.
Declaration
public string JobType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The JobType. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this ScheduledJobEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this ScheduledJobEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
Name
Gets or sets the Name associated with this ScheduledJobEntity.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Name. |
OperationName
Gets or sets the OperationName associated with this ScheduledJobEntity.
Declaration
public string OperationName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The OperationName. |
RowVersion
Gets or sets the RowVersion associated with this ScheduledJobEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
ServiceInterface
Gets or sets the ServiceInterface associated with this ScheduledJobEntity.
Declaration
public string ServiceInterface { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ServiceInterface. |
TimeZone
Gets or sets the TimeZone associated with this ScheduledJobEntity.
Declaration
public string TimeZone { get; set; }
Property Value
Type | Description |
---|---|
System.String | The TimeZone. |
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()