Click or drag to resize

BusinessRulesClassAttribute Class

Marks a class as business rules container class. Usually this is a static class with static fields marked with RegisterRuleAttribute.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    Aloe.EnterpriseOne.Model.CoreBusinessRulesClassAttribute

Namespace:  Aloe.EnterpriseOne.Model.Core
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public class BusinessRulesClassAttribute : Attribute

The BusinessRulesClassAttribute type exposes the following members.

Constructors
  NameDescription
Public methodBusinessRulesClassAttribute
Initializes a new instance of the BusinessRulesClassAttribute class
Top
See Also