PurchaseOrdersController Class

Important

This content is archived and is not being updated. For the latest documentation, see Microsoft Dynamics 365 product documentation. For the latest release plans, see Dynamics 365 and Microsoft Power Platform release plans.

The purchase order controller.

Namespace:  Microsoft.Dynamics.Retail.RetailServerLibrary.ODataControllers
Assembly:  Microsoft.Dynamics.Retail.RetailServerLibrary (in Microsoft.Dynamics.Retail.RetailServerLibrary.dll)

Syntax

'Declaration
<ComVisibleAttribute(False)> _
<CommerceAuthorizationAttribute(AllowedRetailRoles := , CheckRetailOperation := False)> _
Public Class PurchaseOrdersController _
    Inherits CommerceController(Of PurchaseOrder, String)
'Usage
Dim instance As PurchaseOrdersController
[ComVisibleAttribute(false)]
[CommerceAuthorizationAttribute(AllowedRetailRoles = , CheckRetailOperation = false)]
public class PurchaseOrdersController : CommerceController<PurchaseOrder, string>
[ComVisibleAttribute(false)]
[CommerceAuthorizationAttribute(AllowedRetailRoles = , CheckRetailOperation = false)]
public ref class PurchaseOrdersController : public CommerceController<PurchaseOrder^, String^>

Inheritance Hierarchy

System.Object
  ApiController
    ODataController
      EntitySetController<PurchaseOrder, String>
        Microsoft.Dynamics.Retail.RetailServerLibrary.ODataControllers.CommerceController<PurchaseOrder, String>
          Microsoft.Dynamics.Retail.RetailServerLibrary.ODataControllers.PurchaseOrdersController

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.Dynamics.Retail.RetailServerLibrary.ODataControllers Namespace