Class WorkflowStepCreateSale
Step in workflow.
Carrier object for WorkflowStepCreateSale. Services for the WorkflowStepCreateSale Carrier is available from the IWorkflowAgent.Inherited Members
Namespace: SuperOffice.CRM.Services
Assembly: SuperOffice.Services.dll
Syntax
public class WorkflowStepCreateSale : WorkflowStepBase
Constructors
WorkflowStepCreateSale()
Default constructor
Declaration
public WorkflowStepCreateSale()
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
Amount
Sale amount
Declaration
public virtual double Amount { get; set; }
Property Value
Type | Description |
---|---|
Double |
See Also
Currency
Sale currency
Declaration
public virtual int Currency { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
See Also
Date
Sale date
Declaration
public virtual DateTime Date { get; set; }
Property Value
Type | Description |
---|---|
DateTime |
See Also
Description
Sale description
Declaration
public virtual string Description { get; set; }
Property Value
Type | Description |
---|---|
String |
See Also
Owner
Sale owner
Declaration
public virtual int Owner { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
See Also
Project
Related project
Declaration
public virtual int Project { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
See Also
SaleType
Sale type
Declaration
public virtual int SaleType { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
See Also
Source
Source
Declaration
public virtual int Source { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
See Also
Stage
Sale stage
Declaration
public virtual int Stage { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
See Also
Title
Sale 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. |