InedoSDK Reference
Version:

ExtensionConfigurationVariableAttribute Class

Indicates that a VariableFunction is intended as part of extension configuration.

Inheritance Hierarchy

  • object
    • System.Attribute
      • Inedo.Extensibility.VariableFunctions.ExtensionConfigurationVariableAttribute

Syntax

public sealed class ExtensionConfigurationVariableAttribute : System.Attribute

Constructors

Name Description
ExtensionConfigurationVariableAttribute

Initializes a new instance of the ExtensionConfigurationVariableAttribute class.

Properties

Name Description
Required

Gets or sets a value indicating whether a configuration variable must be defined in order for the extension to function properly.

SuggestionProvider

Gets or sets the suggestion provider. This must be an ISuggestionProvider.

Type

Gets or sets the expected return type.