Method | Description | |
---|---|---|
Execute ( ObjectConstructionArgs args ) : void |
Executes the specified args.
|
Method | Description | |
---|---|---|
CreateLazyObject ( ObjectConstructionArgs args ) : object |
Creates the lazy object.
|
|
CreateObject ( ObjectConstructionArgs args ) : object |
Creates the object.
|
Method | Description | |
---|---|---|
CreateConcreteTask ( ) : System |
Initializes static members of the CreateConcreteTask class.
|
protected CreateLazyObject ( ObjectConstructionArgs args ) : object | ||
args | ObjectConstructionArgs | The args. |
return | object |
protected CreateObject ( ObjectConstructionArgs args ) : object | ||
args | ObjectConstructionArgs | The args. |
return | object |
public Execute ( ObjectConstructionArgs args ) : void | ||
args | ObjectConstructionArgs | The args. |
return | void |