Show / Hide Table of Contents

Interface IEditableParameter

The interface for a parameter with an editable value.

Inherited Members
IParameter.Name
IParameter.DisplayName
IParameter.Comment
Namespace: Phoenix.Views.Parameters
Assembly: Phoenix.Abstractions.Views.dll
Syntax
public interface IEditableParameter : IParameter

Properties

View Source

DefaultValue

Gets the default parameter value.

Declaration
object DefaultValue { get; }
Property Value
Type Description
System.Object
View Source

DisplayType

Gets the display type for the parameter.

Declaration
ParameterDisplayType DisplayType { get; }
Property Value
Type Description
ParameterDisplayType
View Source

Value

Gets or sets the value of the parameter.

Declaration
object Value { get; set; }
Property Value
Type Description
System.Object
View Source

ValueType

Gets the expected type of the parameter value.

Declaration
Type ValueType { get; }
Property Value
Type Description
System.Type
  • View Source
In This Article
Back to top Generated by DocFX