C# Class Glass.Mapper.Sc.Pipelines.ObjectConstruction.CreateDynamicTask

CreateDynamicTask
Inheritance: AbstractObjectConstructionTask
Datei anzeigen Open project: mikeedwards83/Glass.Mapper

Public Methods

Method Description
Execute ( ObjectConstructionArgs args ) : void

Executes the specified args.

Private Methods

Method Description
CreateDynamicTask ( ) : System.Dynamic

Method Details

Execute() public method

Executes the specified args.
public Execute ( ObjectConstructionArgs args ) : void
args Glass.Mapper.Pipelines.ObjectConstruction.ObjectConstructionArgs The args.
return void