C# Class Rock.Store.StoreModel

Base model class for the store
Inheritance: DotLiquid.ILiquidizable
Afficher le fichier Open project: NewSpring/Rock

Méthodes publiques

Méthode 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 méthode

Initializes a new instance of the StoreModel class.
public StoreModel ( ) : System
Résultat System

ToLiquid() public méthode

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

ToLiquid() public méthode

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.
Résultat object