GetPullAction(IParameter, IHasParameters)
Gets the PullAction that specifies how to obtain the value for an introduced parameter when it needs to be passed from a child constructor to the constructor where it was introduced.
Declaration
PullAction GetPullAction(IParameter pulledParameter, IHasParameters targetMember)Parameters
| Type | Name | Description |
|---|---|---|
| IParameter | pulledParameter | The parameter that was introduced in the parent constructor and needs to be passed a value. |
| IHasParameters | targetMember | The child constructor or method that needs to provide a value for |
Returns
| Type | Description |
|---|---|
| PullAction | A PullAction that specifies how the child constructor should obtain the value for the introduced parameter. |