Click or drag to resize

DbJobScheule Properties

The DbJobScheule type exposes the following members.

Properties
 NameDescription
Public propertyCreatedByKey Gets or sets the entity id which created this
(Inherited from DbBaseData)
Public propertyCreationTime Gets or sets the creation time
(Inherited from DbBaseData)
Public propertyDays Gets or sets the days
Public propertyDaysSpecified Allows the ORM to set a null value over top of a column value
Public propertyInterval Gets or sets the interval of the job
Public propertyIntervalSpecified Allows the ORM to set a null value over top of a column value
Public propertyJobId Gets or sets the job identifier
Public propertyKey Gets or sets the key of the job schedule
(Overrides DbIdentifiedKey)
Public propertyObsoletedByKey Gets or sets the id which obsoleted this
(Inherited from DbBaseData)
Public propertyObsoletedByKeySpecified Identifies whether obsoletion time is specified
(Inherited from DbBaseData)
Public propertyObsoletionTime Gets or sets the obsoletion time
(Inherited from DbBaseData)
Public propertyObsoletionTimeSpecified Identifies whether obsoletion time is specified
(Inherited from DbBaseData)
Public propertyStartTime Gets or sets the time when the schedule is effective
Public propertyStopTime Gets or sets the stop time
Public propertyStopTimeSpecified Allows the ORM to set a null value over top of a column value
Public propertyType Gets or sets the schedule type
Public propertyUpdatedByKey Gets or sets the updated user
(Inherited from DbNonVersionedBaseData)
Public propertyUpdatedTime Gets or sets the time of updating
(Inherited from DbNonVersionedBaseData)
Top
See Also