Interface IEditableParameter
The interface for a parameter with an editable value.
Namespace: Phoenix.Views.Parameters
Assembly: Phoenix.Abstractions.Views.dll
Syntax
public interface IEditableParameter : IParameter
Properties
View SourceDefaultValue
Gets the default parameter value.
Declaration
object DefaultValue { get; }
Property Value
Type | Description |
---|---|
System.Object |
DisplayType
Gets the display type for the parameter.
Declaration
ParameterDisplayType DisplayType { get; }
Property Value
Type | Description |
---|---|
ParameterDisplayType |
Value
Gets or sets the value of the parameter.
Declaration
object Value { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
ValueType
Gets the expected type of the parameter value.
Declaration
Type ValueType { get; }
Property Value
Type | Description |
---|---|
System.Type |