Class SaleStageIndex
Constant index values for sale stage
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
public sealed class SaleStageIndex : Enum
Fields
Lost
Sale has been lost
Declaration
public const SaleStageIndex Lost
Field Value
Type | Description |
---|---|
SaleStageIndex |
Open
Sale is still open
Declaration
public const SaleStageIndex Open
Field Value
Type | Description |
---|---|
SaleStageIndex |
Sold
Sale has been sold
Declaration
public const SaleStageIndex Sold
Field Value
Type | Description |
---|---|
SaleStageIndex |
value__
Constant index values for sale stage
Declaration
public int value__
Field Value
Type | Description |
---|---|
Int32 |
Extension Methods
EnumUtil.MapEnums<From, To>(From)