Class WorkflowStepCreateFollowUp
Step in workflow.
Carrier object for WorkflowStepCreateFollowUp. Services for the WorkflowStepCreateFollowUp Carrier is available from the IWorkflowAgent.Inherited Members
Namespace: SuperOffice.CRM.Services
Assembly: SuperOffice.Services.dll
Syntax
public class WorkflowStepCreateFollowUp : WorkflowStepBase
Constructors
WorkflowStepCreateFollowUp()
Default constructor
Declaration
public WorkflowStepCreateFollowUp()
See Also
Properties
ActionTime
Workflow action time to wait
Declaration
public virtual int ActionTime { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
See Also
ActionTimeUnit
Worflow action time unit
Declaration
public virtual WorkflowTimeWaitIntervalType ActionTimeUnit { get; set; }
Property Value
Type | Description |
---|---|
WorkflowTimeWaitIntervalType |
See Also
ActionType
Workflow action type
Declaration
public virtual WorkflowActionType ActionType { get; set; }
Property Value
Type | Description |
---|---|
WorkflowActionType |
See Also
Agenda
Agenda
Declaration
public virtual string Agenda { get; set; }
Property Value
Type | Description |
---|---|
String |
See Also
Availability
Availability, Free or Busy
Declaration
public virtual FreeBusy Availability { get; set; }
Property Value
Type | Description |
---|---|
FreeBusy |
See Also
Completed
Follow-up status
Declaration
public virtual bool Completed { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
See Also
Duration
Duration in seconds
Declaration
public virtual int Duration { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
See Also
FollowUpType
Follow-up type
Declaration
public virtual int FollowUpType { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
See Also
Owner
Follow-up owner
Declaration
public virtual int Owner { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
See Also
OwnerType
Follow-up assignee type
Declaration
public virtual WorkflowOwnerType OwnerType { get; set; }
Property Value
Type | Description |
---|---|
WorkflowOwnerType |
See Also
Project
Related project
Declaration
public virtual int Project { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
See Also
Title
Follow-up title
Declaration
public virtual string Title { get; set; }
Property Value
Type | Description |
---|---|
String |
See Also
Methods
ToString()
Returns the carrier contents as a formatted string.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String | The carrier contents. |
Overrides
See Also
ToString(String)
Returns the carrier contents as a formatted string, useful for debugging. Each line in the output is prefixed with the input value.
Declaration
public override string ToString(string prefix)
Parameters
Type | Name | Description |
---|---|---|
String | prefix | The line prefix (typically used for indenting) |
Returns
Type | Description |
---|---|
String | The carrier contents. |