InedoSDK Reference
Version:

SuggestableValueAttribute Class

Indicates a property can have a list of suggested values, determined either statically or on-demand.

Inheritance Hierarchy

  • object
    • System.Attribute
      • Inedo.Web.SuggestableValueAttribute

Syntax

public sealed class SuggestableValueAttribute : System.Attribute

Constructors

Name Description
SuggestableValueAttribute(System.Type suggestionProvider)

Initializes a new instance of the SuggestableValueAttribute class.

SuggestableValueAttribute(string[] staticValues)

Initializes a new instance of the SuggestableValueAttribute class.

Properties

Name Description
StaticValues

Gets the static values to be suggested

SuggestionProvider

Gets the suggestion provider type.