Click or drag to resize

ConditionalBusinessRuleGetRepositoryRule Property

Gets the rule that is specific for the supplied repository. If the rule is not applicable to the repository the method returns null.

Namespace:  Aloe.EnterpriseOne.Model.Core
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public Func<Repository, IBusinessRule> GetRepositoryRule { get; }

Property Value

Type: FuncRepository, IBusinessRule
The type of the object.
See Also