Class BusinessProcessJobScheduleEntity
This class represents the EntityModel interface to the SyTaskSchedule database table.
Inheritance
Implements
Namespace: Cmc.Nexus.Common.Entities
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public class BusinessProcessJobScheduleEntity : Entity, IIdentifiable, IAuditable
Constructors
BusinessProcessJobScheduleEntity()
Declaration
public BusinessProcessJobScheduleEntity()
Fields
CreatedDateTimeProperty
The CreatedDateTime property.
Declaration
public static readonly EntityProperty CreatedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
DaysOfWeekProperty
The DaysOfWeek property.
Declaration
public static readonly EntityProperty DaysOfWeekProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
DaysProperty
The Days property.
Declaration
public static readonly EntityProperty DaysProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ExpirationDateProperty
The ExpirationDate property.
Declaration
public static readonly EntityProperty ExpirationDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
HoursProperty
The Hours property.
Declaration
public static readonly EntityProperty HoursProperty
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 |
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 |
LastRunDateProperty
The LastRunDate property.
Declaration
public static readonly EntityProperty LastRunDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
MonthsProperty
The Months property.
Declaration
public static readonly EntityProperty MonthsProperty
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 |
RunNowExpirationTimeout
Declaration
public static readonly TimeSpan RunNowExpirationTimeout
Field Value
Type | Description |
---|---|
System.TimeSpan |
RunTimeTypeAsNone
Declaration
public static readonly string RunTimeTypeAsNone
Field Value
Type | Description |
---|---|
System.String |
RunTimeTypeAsRunEveryXHours
Declaration
public static readonly string RunTimeTypeAsRunEveryXHours
Field Value
Type | Description |
---|---|
System.String |
RunTimeTypeAsRunSpecificTimes
Declaration
public static readonly string RunTimeTypeAsRunSpecificTimes
Field Value
Type | Description |
---|---|
System.String |
RunTimeTypeProperty
The RunTimeType property.
Declaration
public static readonly EntityProperty RunTimeTypeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StartDateProperty
The StartDate property.
Declaration
public static readonly EntityProperty StartDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StatusProperty
The Status property.
Declaration
public static readonly EntityProperty StatusProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
TriggerTypeAsDaily
Declaration
public static readonly string TriggerTypeAsDaily
Field Value
Type | Description |
---|---|
System.String |
TriggerTypeAsMonthly
Declaration
public static readonly string TriggerTypeAsMonthly
Field Value
Type | Description |
---|---|
System.String |
TriggerTypeAsOneTime
Declaration
public static readonly string TriggerTypeAsOneTime
Field Value
Type | Description |
---|---|
System.String |
TriggerTypeAsRunNow
Declaration
public static readonly string TriggerTypeAsRunNow
Field Value
Type | Description |
---|---|
System.String |
TriggerTypeAsWeekly
Declaration
public static readonly string TriggerTypeAsWeekly
Field Value
Type | Description |
---|---|
System.String |
TriggerTypeProperty
The TriggerType property.
Declaration
public static readonly EntityProperty TriggerTypeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
WindowsServiceScheduleGuidProperty
The WindowsServiceScheduleGuid property.
Declaration
public static readonly EntityProperty WindowsServiceScheduleGuidProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
CreatedDateTime
Gets or sets the CreatedDateTime associated with this BusinessProcessJobScheduleEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
Days
Gets or sets the Days associated with this BusinessProcessJobScheduleEntity.
Declaration
public string Days { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Days. |
DaysOfWeek
Gets or sets the DaysOfWeek associated with this BusinessProcessJobScheduleEntity.
Declaration
public string DaysOfWeek { get; set; }
Property Value
Type | Description |
---|---|
System.String | The DaysOfWeek. |
ExpirationDate
Gets or sets the ExpirationDate associated with this BusinessProcessJobScheduleEntity.
Declaration
public DateTime ExpirationDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The ExpirationDate. |
Hours
Gets or sets the Hours associated with this BusinessProcessJobScheduleEntity.
Declaration
public string Hours { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Hours. |
Id
Gets or sets the Id associated with this BusinessProcessJobScheduleEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsActive
Gets or sets the IsActive associated with this BusinessProcessJobScheduleEntity.
Declaration
public bool IsActive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsActive. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this BusinessProcessJobScheduleEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this BusinessProcessJobScheduleEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
LastRunDate
Gets or sets the LastRunDate associated with this BusinessProcessJobScheduleEntity.
Declaration
public DateTime LastRunDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastRunDate. |
Months
Gets or sets the Months associated with this BusinessProcessJobScheduleEntity.
Declaration
public string Months { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Months. |
RowVersion
Gets or sets the RowVersion associated with this BusinessProcessJobScheduleEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
RunTimeType
Gets or sets the RunTimeType associated with this BusinessProcessJobScheduleEntity.
Declaration
public string RunTimeType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The RunTimeType. |
StartDate
Gets or sets the StartDate associated with this BusinessProcessJobScheduleEntity.
Declaration
public DateTime StartDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The StartDate. |
Status
Gets or sets the Status associated with this BusinessProcessJobScheduleEntity.
Declaration
public string Status { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Status. |
TriggerType
Gets or sets the TriggerType associated with this BusinessProcessJobScheduleEntity.
Declaration
public string TriggerType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The TriggerType. |
WindowsServiceScheduleGuid
Gets or sets the WindowsServiceScheduleGuid associated with this BusinessProcessJobScheduleEntity.
Declaration
public Guid? WindowsServiceScheduleGuid { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> | The WindowsServiceScheduleGuid. |
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()