Click or drag to resize

SalesProcess Class

Represents a sales process.
Inheritance Hierarchy
SystemObject
  Severa.Entities.APISalesProcess

Namespace: Severa.Entities.API
Assembly: Severa.Entities.API (in Severa.Entities.API.dll) Version: 1.0.0
Syntax
public class SalesProcess

The SalesProcess type exposes the following members.

Constructors
 NameDescription
Public methodSalesProcessInitializes a new instance of the SalesProcess class
Top
Properties
 NameDescription
Public propertyDefaultProbability Sales process propability percentage.
Public propertyGUID Unique identifier for the sales process.
Public propertyIcon Not in use.
Public propertyIsActive Is sales process active True/False.
Public propertyIsAlsoItemStatus Not in use.
Public propertyIsInProgress Is sales process in progress True/False.
Public propertyIsLost Is sales process lost True/False.
Public propertyIsOffer Not in use.
Public propertyIsWon Is sales process won True/False.
Public propertyName Sales process name.
Top
See Also