Click or drag to resize

RuleElementExports Property

Rule element declarations exported to the outer scope.

Namespace:  NRules.RuleModel
Assembly:  NRules.RuleModel (in NRules.RuleModel.dll) Version: 0.9.3
Syntax
C#
public IEnumerable<Declaration> Exports { get; }

Property Value

Type: IEnumerableDeclaration
See Also