Class CreateSaleSettings
Inheritance
CreateSaleSettings
Assembly: SoDataBase.dll
Syntax
public class CreateSaleSettings : StepSettings
Constructors
CreateSaleSettings()
Declaration
public CreateSaleSettings()
Properties
ActionTime
Declaration
public int ActionTime { get; set; }
Property Value
ActionTimeUnit
Declaration
public WorkflowTimeWaitIntervalType ActionTimeUnit { get; set; }
Property Value
ActionType
Declaration
public WorkflowActionType ActionType { get; set; }
Property Value
Amount
Declaration
public double Amount { get; set; }
Property Value
AssociateId
Declaration
public int AssociateId { get; set; }
Property Value
Currency
Declaration
public int Currency { get; set; }
Property Value
Description
Declaration
public string Description { get; set; }
Property Value
Project
Declaration
public int Project { get; set; }
Property Value
SaleDate
Declaration
public DateTime SaleDate { get; set; }
Property Value
SaleType
Declaration
public int SaleType { get; set; }
Property Value
Source
Declaration
public int Source { get; set; }
Property Value
Stage
Declaration
public int Stage { get; set; }
Property Value
Title
Declaration
public string Title { get; set; }
Property Value
Extension Methods
EnumUtil.MapEnums<From, To>(From)