Class WorkflowStepCreateFollowUp
Step in workflow.
Carrier object for WorkflowStepCreateFollowUp. Services for the WorkflowStepCreateFollowUp Carrier is available from the Workflow Agent.Inherited Members
Namespace: SuperOffice.CRM.Services
Assembly: SuperOffice.Services.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/11.7.0.0")]
public class WorkflowStepCreateFollowUp : WorkflowStepBase
Constructors
WorkflowStepCreateFollowUp()
Default constructor
Declaration
public WorkflowStepCreateFollowUp()
See Also
Properties
ActionTime
Workflow action time to wait
Declaration
[DataMember]
public virtual int ActionTime { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
See Also
ActionTimeUnit
Worflow action time unit
Declaration
[DataMember]
public virtual WorkflowTimeWaitIntervalType ActionTimeUnit { get; set; }
Property Value
| Type | Description |
|---|---|
| WorkflowTimeWaitIntervalType |
See Also
ActionType
Workflow action type
Declaration
[DataMember]
public virtual WorkflowActionType ActionType { get; set; }
Property Value
| Type | Description |
|---|---|
| WorkflowActionType |
See Also
Agenda
Agenda
Declaration
[DataMember]
public virtual string Agenda { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
See Also
Availability
Availability, Free or Busy
Declaration
[DataMember]
public virtual FreeBusy Availability { get; set; }
Property Value
| Type | Description |
|---|---|
| FreeBusy |
See Also
Completed
Follow-up status
Declaration
[DataMember]
public virtual bool Completed { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
See Also
Duration
Duration in seconds
Declaration
[DataMember]
public virtual int Duration { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
See Also
FollowUpType
Follow-up type
Declaration
[DataMember]
public virtual int FollowUpType { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
See Also
Owner
Follow-up owner
Declaration
[DataMember]
public virtual int Owner { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
See Also
OwnerType
Follow-up assignee type
Declaration
[DataMember]
public virtual WorkflowOwnerType OwnerType { get; set; }
Property Value
| Type | Description |
|---|---|
| WorkflowOwnerType |
See Also
Project
Related project
Declaration
[DataMember]
public virtual int Project { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
See Also
Title
Follow-up title
Declaration
[DataMember]
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. |