WorkflowTimerJobConfiguration Class |
Namespace: Colygon.MatchPoint.WorkflowKit
[SerializableAttribute] public class WorkflowTimerJobConfiguration : ScheduleBaseTimerJobConfiguration
The WorkflowTimerJobConfiguration type exposes the following members.
Name | Description | |
---|---|---|
WorkflowTimerJobConfiguration | Initializes a new instance of the WorkflowTimerJobConfiguration class |
Name | Description | |
---|---|---|
DependsOn |
Returns the ID of the timer job configuration on which the current timer job configuration depends. Returns
Guid.Empty if no dependency exists.
(Inherited from ScheduleBaseTimerJobConfiguration.) | |
Enabled | Specifies whether this timer job configuration will be executed. (Inherited from BaseTimerJobConfiguration.) | |
IsDependent | Returns true if the current timer job configuration depends on another timer job. (Inherited from ScheduleBaseTimerJobConfiguration.) | |
Name | Specifies a name for the timer job configuration (used only within the MatchPoint timer jobs list). (Inherited from BaseTimerJobConfiguration.) | |
UniqueId | Contains a GUID that is used to identify the timer job. (Inherited from BaseTimerJobConfiguration.) |
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetSPSchedule |
Returns the SPSchedule object of the SharePoint timer job underlying the current MatchPoint timer job
configuration.
(Inherited from ScheduleBaseTimerJobConfiguration.) | |
GetTimerJob | (Overrides BaseTimerJobConfigurationGetTimerJob.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
Actions | Contains actions that are executed when the timer job is triggered. | |
ItemExpression | Specifies an optional item that is associated with the workflow. This can be a string representing an URL to a Workspace or SP list item, or an object that can be casted to IUpdatable. Use the expression variable 'LastRunTime' to access the last run time of the timer job. | |
Schedule | Contains a definition for a schedule which is used to automatically start the timer job. (Inherited from ScheduleBaseTimerJobConfiguration.) |