interface SampleExtensionPOGOInterface
The interface to many sample ExtensionPoint tests. POGO argument and return value case.
| Constructor and description |
|---|
SampleExtensionPOGOInterface
() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
SampleAlternatePOGO |
postCoreMethod(SampleAlternatePOGO originalResponse, SamplePOGO argument)The extension method executed after the core method. |
|
void |
preCoreMethod(SamplePOGO argument)The extension method executed before the core method. |
The extension method executed after the core method.
originalResponse - The returned value from the core method.argument - The argument(s) passed to the core method.The extension method executed before the core method.
argument - The argument(s) passed to the core method.