Click or drag to resize

UserBusinessRuleConditionComparisonType Property

How to compare the attribute and the value - e.g. Attribute-Comparison-Value. Valid comparison types are Equals, Greater_Than, Less_Than or Like. [Required] [Default("Equals")]

Namespace:  Aloe.EnterpriseOne.Model.Systems.Bpm
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public UserBusinessRuleConditionsRepositoryComparisonType ComparisonType { get; set; }

Property Value

Type: UserBusinessRuleConditionsRepositoryComparisonType
See Also