C# Класс Rock.Store.StoreModel

Base model class for the store
Наследование: DotLiquid.ILiquidizable
Показать файл Открыть проект

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

Метод Описание
StoreModel ( ) : System

Initializes a new instance of the StoreModel class.

ToLiquid ( ) : object

Creates a DotLiquid compatible dictionary that represents the current entity object.

ToLiquid ( bool debug ) : object

Creates a DotLiquid compatible dictionary that represents the current store model.

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

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

Initializes a new instance of the StoreModel class.
public StoreModel ( ) : System
Результат System

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

Creates a DotLiquid compatible dictionary that represents the current entity object.
public ToLiquid ( ) : object
Результат object

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

Creates a DotLiquid compatible dictionary that represents the current store model.
public ToLiquid ( bool debug ) : object
debug bool if set to true the entire object tree will be parsed immediately.
Результат object