Unosquare.Labs.EntityFramework.EnterpriseExtensions.BusinessRuleAttribute.BusinessRuleAttribute C# (CSharp) Method

BusinessRuleAttribute() public method

Specifies the types and actions that a method handles as a business rule
public BusinessRuleAttribute ( ActionFlags actionFlags ) : System
actionFlags ActionFlags The action flags the method can handle.
return System
        public BusinessRuleAttribute(ActionFlags actionFlags)
        {
            this.Action = actionFlags;
        }

Same methods

BusinessRuleAttribute::BusinessRuleAttribute ( Type entityTypes, ActionFlags actionFlags ) : System
BusinessRuleAttribute