Share via


ExtendedControllerAttribute 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.

Represents an extended controller for Retail Server.

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

Syntax

'Declaration
<ComVisibleAttribute(False)> _
<MetadataAttributeAttribute> _
<AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple := False)> _
Public NotInheritable Class ExtendedControllerAttribute _
    Inherits ExportAttribute _
    Implements IExtendedControllerMetadata
'Usage
Dim instance As ExtendedControllerAttribute
[ComVisibleAttribute(false)]
[MetadataAttributeAttribute]
[AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple = false)]
public sealed class ExtendedControllerAttribute : ExportAttribute, 
    IExtendedControllerMetadata
[ComVisibleAttribute(false)]
[MetadataAttributeAttribute]
[AttributeUsageAttribute(AttributeTargets::Class, AllowMultiple = false)]
public ref class ExtendedControllerAttribute sealed : public ExportAttribute, 
    IExtendedControllerMetadata

Inheritance Hierarchy

System.Object
  System.Attribute
    ExportAttribute
      Microsoft.Dynamics.Retail.RetailServerLibrary.ExtendedControllerAttribute

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 Namespace