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
Syntaxpublic ReadOnlyCollection<Object> RuleArguments { get; }
Public ReadOnly Property RuleArguments As ReadOnlyCollection(Of Object)
Get
public:
property ReadOnlyCollection<Object^>^ RuleArguments {
ReadOnlyCollection<Object^>^ get ();
}
member RuleArguments : ReadOnlyCollection<Object> with get
Property Value
Type:
ReadOnlyCollectionObject
See Also