Click or drag to resize

BusinessRuleSpecificationTRuleArguments Property

Gets any arguments that were passed and may be required to execute the business rule.

Namespace:  Enkoni.Framework
Assembly:  Enkoni.Framework.Specifications (in Enkoni.Framework.Specifications.dll) Version: 1.3.0.1
Syntax
public ReadOnlyCollection<Object> RuleArguments { get; }

Property Value

Type: ReadOnlyCollectionObject
See Also