C# Класс Kooboo.Commerce.Web.Areas.Commerce.Models.Rules.RuleModelBase

Показать файл Открыть проект Примеры использования класса

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

Метод Описание
FromRule ( Rule rule ) : RuleModelBase
ToRule ( EventSlot slot ) : Rule

Защищенные методы

Метод Описание
RuleModelBase ( string type ) : System

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

FromRule() публичный статический Метод

public static FromRule ( Rule rule ) : RuleModelBase
rule Kooboo.Commerce.Rules.Rule
Результат RuleModelBase

RuleModelBase() защищенный Метод

protected RuleModelBase ( string type ) : System
type string
Результат System

ToRule() публичный абстрактный Метод

public abstract ToRule ( EventSlot slot ) : Rule
slot Kooboo.Commerce.Rules.EventSlot
Результат Kooboo.Commerce.Rules.Rule