Class Sale
Assembly: SuperOffice.CRMWeb.dll
Syntax
[SoWebObject("Sale")]
public class Sale : IWebObject, IPlugin
Constructors
Sale()
Declaration
Methods
CalculateOurCurrencyAmount(String, String, String)
Declaration
public string CalculateOurCurrencyAmount(string amount, string currency, string ourCurrency)
Parameters
Returns
DeleteSale(Int32)
Declaration
public void DeleteSale(int saleId)
Parameters
| Type |
Name |
Description |
| Int32 |
saleId |
|
DisplayConfirmationDialog(String)
Declaration
public bool DisplayConfirmationDialog(string savingSaleType)
Parameters
| Type |
Name |
Description |
| String |
savingSaleType |
|
Returns
GetCurrentSaleType()
Declaration
public SaleType GetCurrentSaleType()
Returns
GetNextSaleStageId()
Declaration
public int GetNextSaleStageId()
Returns
MoveToNextStage(NextSaleStageInfo)
Declaration
public void MoveToNextStage(NextSaleStageInfo nextStageInfo)
Parameters
MoveToStage()
Declaration
public void MoveToStage()
SuggestMoveToNextStage(Int32)
Declaration
public NextSaleStageInfo SuggestMoveToNextStage(int appointmentId)
Parameters
| Type |
Name |
Description |
| Int32 |
appointmentId |
|
Returns
Implements
SuperOffice.Factory.IPlugin