Click or drag to resize
SettingRuleExpression Constructor
Initializes a new instance of the SettingRuleExpression class.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.Configuration
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public SettingRuleExpression(
	PropertyInfo property,
	SettingRuleExpressionOperator operatorToUse,
	Object value
)

Parameters

property
Type: System.ReflectionPropertyInfo
The property.
operatorToUse
Type: SD.LLBLGen.Pro.ApplicationCoreSettingRuleExpressionOperator
The operator to use.
value
Type: SystemObject
The value.
See Also