InvokeExtensionGetMethodWithCriteria Method
Invoke extension get method with given method name, filtering criteria and parameter list from AX.
Assembly: Microsoft.Dynamics.Commerce.Runtime (in Microsoft.Dynamics.Commerce.Runtime.dll)
public ReadOnlyCollection<Object> InvokeExtensionGetMethodWithCriteria( string methodName, FilteringCriteria filterCriteria, params Object[] parameters )
Parameters
- methodName
- Type: System.String
- filterCriteria
- Type: Microsoft.Dynamics.Commerce.Runtime.TransactionService.FilteringCriteria
- parameters
- Type: System.Object[]
Return Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<Object>A list of retuen items if avilable.
Exception | Condition |
---|---|
CommerceRuntimeException |
Throw if the call failed. |
Show: