InedoSDK Reference
Version:

AppliesToAttribute Class

Marks an extensible component or an extension as only being usable from specific products.

Inheritance Hierarchy

  • object
    • System.Attribute
      • Inedo.Extensibility.AppliesToAttribute

Syntax

public sealed class AppliesToAttribute : System.Attribute

Constructors

Name Description
AppliesToAttribute(InedoProduct products)

Initializes a new instance of the AppliesToAttribute class.

Properties

Name Description
Products

Gets the products which can use this component.

Remarks

When this attribute is not explicitly applied, the component is considered unspecified, which will make it visible to everything.