Rock.Store.StoreModel.ToLiquid C# (CSharp) Method

ToLiquid() public method

Creates a DotLiquid compatible dictionary that represents the current entity object.
public ToLiquid ( ) : object
return object
        public object ToLiquid()
        {
            return this.ToLiquid( false );
        }

Same methods

StoreModel::ToLiquid ( bool debug ) : object