C# Class Rock.Store.StoreModel

Base model class for the store
Inheritance: DotLiquid.ILiquidizable
Mostra file Open project: NewSpring/Rock

Public Methods

Method Description
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.

Method Details

StoreModel() public method

Initializes a new instance of the StoreModel class.
public StoreModel ( ) : System
return System

ToLiquid() public method

Creates a DotLiquid compatible dictionary that represents the current entity object.
public ToLiquid ( ) : object
return object

ToLiquid() public method

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.
return object