Click or drag to resize
ProcessAllProperty Constructor
The attached property for processAll setting of rule commands

Namespace: FlexRule.Validation.Rules.Properties
Assembly: FlexRule.Validation (in FlexRule.Validation.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
public ProcessAllProperty(
	ValidationBase propertyOwner
)

Parameters

propertyOwner
Type: FlexRule.Validation.RulesValidationBase
The rule command that is the property owner
See Also