Skip to content

Latest commit

 

History

History
76 lines (57 loc) · 2.41 KB

compositekeyentitycontroller-tentity-class-microsoft-dynamics-retail-retailserverlibrary-odatacontrollers.md

File metadata and controls

76 lines (57 loc) · 2.41 KB
title TOCTitle ms:assetid ms:mtpsurl ms:contentKeyID author ms.date mtps_version f1_keywords dev_langs
CompositeKeyEntityController(TEntity) Class (Microsoft.Dynamics.Retail.RetailServerLibrary.ODataControllers)
CompositeKeyEntityController(TEntity) Class
T:Microsoft.Dynamics.Retail.RetailServerLibrary.ODataControllers.CompositeKeyEntityController`1
62202405
tonyafehr
04/21/2014
v=AX.60
Microsoft.Dynamics.Retail.RetailServerLibrary.ODataControllers.CompositeKeyEntityController`1
CSharp
C++
VB

CompositeKeyEntityController(TEntity) Class

[!INCLUDEarchive-banner]

The composite key entity controller.

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

Syntax

'Declaration
<ModelValidatorAttribute> _
<ComVisibleAttribute(False)> _
Public MustInherit Class CompositeKeyEntityController(Of TEntity As Class) _
    Inherits ODataController
'Usage
Dim instance As CompositeKeyEntityController(Of TEntity)
[ModelValidatorAttribute]
[ComVisibleAttribute(false)]
public abstract class CompositeKeyEntityController<TEntity> : ODataController
where TEntity : class
[ModelValidatorAttribute]
[ComVisibleAttribute(false)]
generic<typename TEntity>
where TEntity : ref class
public ref class CompositeKeyEntityController abstract : public ODataController

Type Parameters

  • TEntity

Inheritance Hierarchy

System.Object
  ApiController
    ODataController
      Microsoft.Dynamics.Retail.RetailServerLibrary.ODataControllers.CompositeKeyEntityController<TEntity>
        Microsoft.Dynamics.Retail.RetailServerLibrary.ODataControllers.ShiftsController

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