C# Класс Unosquare.Labs.EntityFramework.EnterpriseExtensions.BusinessRuleAttribute

Наследование: System.Attribute
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

BusinessRuleAttribute() публичный Метод

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.
Результат System

BusinessRuleAttribute() публичный Метод

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.
Результат System