C# 클래스 Rock.Store.StoreModel

Base model class for the store
상속: DotLiquid.ILiquidizable
파일 보기 프로젝트 열기: NewSpring/Rock

공개 메소드들

메소드 설명
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