C# Class Simplify.Web.Responses.InlineTpl

Provides tempate response (puts data to DataCollector specified variable)
Inheritance: ControllerResponse
Exibir arquivo Open project: i4004/Simplify.Web

Public Methods

Method Description
InlineTpl ( string dataCollectorVariableName, ITemplate template ) : System

Initializes a new instance of the InlineTpl class.

InlineTpl ( string dataCollectorVariableName, string data ) : System

Initializes a new instance of the InlineTpl class.

Process ( ) : ControllerResponseResult

Processes this response

Method Details

InlineTpl() public method

Initializes a new instance of the InlineTpl class.
public InlineTpl ( string dataCollectorVariableName, ITemplate template ) : System
dataCollectorVariableName string Name of the data collector variable.
template ITemplate The template.
return System

InlineTpl() public method

Initializes a new instance of the InlineTpl class.
public InlineTpl ( string dataCollectorVariableName, string data ) : System
dataCollectorVariableName string Name of the data collector variable.
data string The data.
return System

Process() public method

Processes this response
public Process ( ) : ControllerResponseResult
return ControllerResponseResult