C# Class Glass.Mapper.Pipelines.ObjectConstruction.Tasks.CreateConcrete.CreateConcreteTask

Class CreateConcreteTask
Inheritance: AbstractObjectConstructionTask
Show file Open project: mikeedwards83/Glass.Mapper Class Usage Examples

Public Methods

Method Description
Execute ( ObjectConstructionArgs args ) : void

Executes the specified args.

Protected Methods

Method Description
CreateLazyObject ( ObjectConstructionArgs args ) : object

Creates the lazy object.

CreateObject ( ObjectConstructionArgs args ) : object

Creates the object.

Private Methods

Method Description
CreateConcreteTask ( ) : System

Initializes static members of the CreateConcreteTask class.

Method Details

CreateLazyObject() protected method

Creates the lazy object.
protected CreateLazyObject ( ObjectConstructionArgs args ) : object
args ObjectConstructionArgs The args.
return object

CreateObject() protected method

Creates the object.
protected CreateObject ( ObjectConstructionArgs args ) : object
args ObjectConstructionArgs The args.
return object

Execute() public method

Executes the specified args.
public Execute ( ObjectConstructionArgs args ) : void
args ObjectConstructionArgs The args.
return void