Click or drag to resize

PFTask Properties

The PFTask type exposes the following members.

Properties
  NameDescription
Public propertyApplicationContextId

Gets the id of the current application context of this item.

(Inherited from PFItem.)
Public propertyApplicationContextName
Gets the name of the current application context of this item.
(Inherited from PFItem.)
Public propertyAssignedTo
Gets the user responsible for this task.
Public propertyCreatedAt
Gets the date of creation of this object in the database.
(Inherited from PFObject.)
Public propertyCreatedBy
Gets the user who created this object in the database.
(Inherited from PFObject.)
Public propertyDueDate
Gets the due date.
Public propertyDueStartDate
Gets the due start date.
Public propertyEndDate
Gets the end date.
Public propertyGuid
Gets the GUID identifying this object.
(Inherited from PFObject.)
Public propertyId
Gets the id identifying this object.
(Inherited from PFObject.)
Public propertyIgnoreVersionConflicts
Gets or sets a value indicating whether version conflicts should be ignored when updating a packflow object from this poco. Note : this value is not persisted nor serialiazed. Therefore this only affects the current instance.
(Inherited from PFObject.)
Public propertyInboundTransition
Gets the last persisted display name of the last taken transition.
(Inherited from PFItem.)
Public propertyInboundTransitionId
Gets the id of the last transition taken in the workflow, corresponding to the modeling Transition id.
(Inherited from PFItem.)
Public propertyObjectReference
Gets the reference to the corresponding object persisted in Packflow.
(Inherited from PFObject.)
Public propertyParentApplicationId

Gets the id of the parent application.

(Inherited from PFItem.)
Public propertyParentContentTypeId

Gets the id of the parent content-type.

(Inherited from PFItem.)
Public propertyReference
Gets or sets the formatted text used to represent this item.
(Inherited from PFItem.)
Public propertyStartDate
Gets the start date.
Public propertyState
Gets the last persisted display name of the current state.
(Inherited from PFItem.)
Public propertyStateId
Gets the current state in the workflow, corresponding to the modeling State id.
(Inherited from PFItem.)
Public propertyStateInstanceId
Gets the instance of state in the workflow. This will change every time this item's state changes, even if the state is the same.
(Inherited from PFItem.)
Public propertyStatus
Gets or sets the status of the last taken transition in the workflow.
(Inherited from PFItem.)
Public propertyTitle
Gets the task title.
Public propertyUpdatedAt
Gets the date of the last update of this object.
(Inherited from PFObject.)
Public propertyUpdatedBy
Gets the user who last updated this object in the database.
(Inherited from PFObject.)
Public propertyVersionNumber
Gets the version number of this object in database. Incremented after each save.
(Inherited from PFObject.)
Public propertyWorkflowContentTypeId
Gets the content-type id of the workflow item (using this task).
Public propertyWorkflowItemId
Gets the id of the workflow item (using this task).
Public propertyWorkflowOutboundTransition
Gets the last persisted display name of the chosen transition.
Public propertyWorkflowOutboundTransitionId
Gets the transition id of the chosen transition.
Public propertyWorkflowReference
Gets the reference of the workflow item (using this task).
Public propertyWorkflowState
Gets the last persisted display name of the parent workflow state.
Public propertyWorkflowStateId
Gets the current state of the parent workflow.
Public propertyWorkflowStateInstanceId
Gets the instance of state of the parent workflow.
Top
See Also