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
Syntaxpublic Func<Repository, IBusinessRule> GetRepositoryRule { get; }
Public ReadOnly Property GetRepositoryRule As Func(Of Repository, IBusinessRule)
Get
public:
property Func<Repository^, IBusinessRule^>^ GetRepositoryRule {
Func<Repository^, IBusinessRule^>^ get ();
}
member GetRepositoryRule : Func<Repository, IBusinessRule> with get
Property Value
Type:
FuncRepository,
IBusinessRule
The type of the object.
See Also