Show / Hide Table of Contents

Class WorkflowStepCreateFollowUp

Step in workflow.

Carrier object for WorkflowStepCreateFollowUp. Services for the WorkflowStepCreateFollowUp Carrier is available from the Workflow Agent.
Inheritance
object
WorkflowStepBase
WorkflowStepCreateFollowUp
Inherited Members
WorkflowStepBase.WorkflowStepId
WorkflowStepBase.WorkflowId
WorkflowStepBase.StepType
WorkflowStepBase.Rank
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
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
IWorkflowAgent

Properties

ActionTime

Workflow action time to wait

Declaration
[DataMember]
public virtual int ActionTime { get; set; }
Property Value
Type Description
int
See Also
IWorkflowAgent

ActionTimeUnit

Worflow action time unit

Declaration
[DataMember]
public virtual WorkflowTimeWaitIntervalType ActionTimeUnit { get; set; }
Property Value
Type Description
WorkflowTimeWaitIntervalType
See Also
IWorkflowAgent

ActionType

Workflow action type

Declaration
[DataMember]
public virtual WorkflowActionType ActionType { get; set; }
Property Value
Type Description
WorkflowActionType
See Also
IWorkflowAgent

Agenda

Agenda

Declaration
[DataMember]
public virtual string Agenda { get; set; }
Property Value
Type Description
string
See Also
IWorkflowAgent

Availability

Availability, Free or Busy

Declaration
[DataMember]
public virtual FreeBusy Availability { get; set; }
Property Value
Type Description
FreeBusy
See Also
IWorkflowAgent

Completed

Follow-up status

Declaration
[DataMember]
public virtual bool Completed { get; set; }
Property Value
Type Description
bool
See Also
IWorkflowAgent

Duration

Duration in seconds

Declaration
[DataMember]
public virtual int Duration { get; set; }
Property Value
Type Description
int
See Also
IWorkflowAgent

FollowUpType

Follow-up type

Declaration
[DataMember]
public virtual int FollowUpType { get; set; }
Property Value
Type Description
int
See Also
IWorkflowAgent

Owner

Follow-up owner

Declaration
[DataMember]
public virtual int Owner { get; set; }
Property Value
Type Description
int
See Also
IWorkflowAgent

OwnerType

Follow-up assignee type

Declaration
[DataMember]
public virtual WorkflowOwnerType OwnerType { get; set; }
Property Value
Type Description
WorkflowOwnerType
See Also
IWorkflowAgent

Project

Related project

Declaration
[DataMember]
public virtual int Project { get; set; }
Property Value
Type Description
int
See Also
IWorkflowAgent

Title

Follow-up title

Declaration
[DataMember]
public virtual string Title { get; set; }
Property Value
Type Description
string
See Also
IWorkflowAgent

Methods

ToString()

Returns the carrier contents as a formatted string.

Declaration
public override string ToString()
Returns
Type Description
string

The carrier contents.

Overrides
WorkflowStepBase.ToString()
See Also
IWorkflowAgent

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.

Overrides
WorkflowStepBase.ToString(string)
See Also
IWorkflowAgent

See Also

IWorkflowAgent
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top