C# Class Glass.Mapper.Pipelines.AbstractPipelineArgs

Abstract class that acts as the base class for all arguments passed in pipelines
ファイルを表示 Open project: mikeedwards83/Glass.Mapper Class Usage Examples

Protected Methods

Method Description
AbstractPipelineArgs ( Context context ) : System.Collections.Generic

Initializes a new instance of the AbstractPipelineArgs class.

Method Details

AbstractPipelineArgs() protected method

Initializes a new instance of the AbstractPipelineArgs class.
protected AbstractPipelineArgs ( Context context ) : System.Collections.Generic
context Context The context.
return System.Collections.Generic