BonusProgramIsApplicableToProduct Method |
Determines whether this bonus program is applicable to the specified product.
Namespace:
Aloe.EnterpriseOne.Model.Crm.Marketing
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic bool IsApplicableToProduct(
Product product
)
Public Function IsApplicableToProduct (
product As Product
) As Boolean
public:
bool IsApplicableToProduct(
Product^ product
)
member IsApplicableToProduct :
product : Product -> bool
Parameters
- product
- Type: Aloe.EnterpriseOne.Model.General.ProductsProduct
The product.
Return Value
Type:
Booleantrue if the bonus program is applicable to the specified product; otherwise,
false.
See Also