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

Class CreateConcreteTask
Inheritance: AbstractObjectConstructionTask
Afficher le fichier Open project: mikeedwards83/Glass.Mapper Class Usage Examples

Méthodes publiques

Méthode Description
Execute ( ObjectConstructionArgs args ) : void

Executes the specified args.

Méthodes protégées

Méthode Description
CreateLazyObject ( ObjectConstructionArgs args ) : object

Creates the lazy object.

CreateObject ( ObjectConstructionArgs args ) : object

Creates the object.

Private Methods

Méthode Description
CreateConcreteTask ( ) : System

Initializes static members of the CreateConcreteTask class.

Method Details

CreateLazyObject() protected méthode

Creates the lazy object.
protected CreateLazyObject ( ObjectConstructionArgs args ) : object
args ObjectConstructionArgs The args.
Résultat object

CreateObject() protected méthode

Creates the object.
protected CreateObject ( ObjectConstructionArgs args ) : object
args ObjectConstructionArgs The args.
Résultat object

Execute() public méthode

Executes the specified args.
public Execute ( ObjectConstructionArgs args ) : void
args ObjectConstructionArgs The args.
Résultat void