C# Class Kooboo.Commerce.Rules.Conditions.Operators.LessThanOrEqualOperator
Datei anzeigen
Open project: Kooboo/Ecommerce
Public Methods
Method |
Description |
|
Apply ( RuleParameter param, object paramValue, object inputValue ) : bool |
|
|
Method Details
public Apply ( RuleParameter param, object paramValue, object inputValue ) : bool |
param |
Kooboo.Commerce.Rules.Parameters.RuleParameter |
|
paramValue |
object |
|
inputValue |
object |
|
return |
bool |
|