Show / Hide Table of Contents

Class Sale

Inheritance
Object
Sale
Implements
IWebObject
IPlugin
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: SuperOffice.CRM.Web.AjaxMethods
Assembly: SuperOffice.CRMWeb.dll
Syntax
[SoWebObject("Sale")]
public class Sale : IWebObject, IPlugin

Constructors

Sale()

Declaration
public Sale()

Methods

CalculateOurCurrencyAmount(String, String, String)

Declaration
public string CalculateOurCurrencyAmount(string amount, string currency, string ourCurrency)
Parameters
Type Name Description
String amount
String currency
String ourCurrency
Returns
Type Description
String

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
Type Description
Boolean

GetCurrentSaleType()

Declaration
public SaleType GetCurrentSaleType()
Returns
Type Description
SaleType

GetNextSaleStageId()

Declaration
public int GetNextSaleStageId()
Returns
Type Description
Int32

MoveToNextStage(NextSaleStageInfo)

Declaration
public void MoveToNextStage(NextSaleStageInfo nextStageInfo)
Parameters
Type Name Description
NextSaleStageInfo nextStageInfo

MoveToStage()

Declaration
public void MoveToStage()

SuggestMoveToNextStage(Int32)

Declaration
public NextSaleStageInfo SuggestMoveToNextStage(int appointmentId)
Parameters
Type Name Description
Int32 appointmentId
Returns
Type Description
NextSaleStageInfo

Implements

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