BusinessRulesClassAttribute Class |
Marks a class as business rules container class.
Usually this is a static class with static fields marked with
RegisterRuleAttribute.
Inheritance Hierarchy
Namespace:
Aloe.EnterpriseOne.Model.Core
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic class BusinessRulesClassAttribute : Attribute
Public Class BusinessRulesClassAttribute
Inherits Attribute
public ref class BusinessRulesClassAttribute : public Attribute
type BusinessRulesClassAttribute =
class
inherit Attribute
end
The BusinessRulesClassAttribute type exposes the following members.
Constructors
See Also