C# Class Unosquare.Labs.EntityFramework.EnterpriseExtensions.BusinessRuleAttribute

Inheritance: System.Attribute
Exibir arquivo Open project: unosquare/ef-enterpriseextensions

Public Methods

Method Description
BusinessRuleAttribute ( ActionFlags actionFlags ) : System

Specifies the types and actions that a method handles as a business rule

BusinessRuleAttribute ( Type entityTypes, ActionFlags actionFlags ) : System

Specifies the types and actions that a method handles as a business rule

Method Details

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

BusinessRuleAttribute() public method

Specifies the types and actions that a method handles as a business rule
public BusinessRuleAttribute ( Type entityTypes, ActionFlags actionFlags ) : System
entityTypes System.Type The entity types the method can handle.
actionFlags ActionFlags The action flags the method can handle.
return System