C# Class Octopus.Client.Model.Forms.VariableValue

An input area for variable values.
Inheritance: Control
Show file Open project: OctopusDeploy/Octo.exe

Public Methods

Method Description
CoerceValue ( string value ) : object
GetNativeValueType ( ) : Type
VariableValue ( string name, string label, string description, bool isSecure ) : System

Method Details

CoerceValue() public method

public CoerceValue ( string value ) : object
value string
return object

GetNativeValueType() public method

public GetNativeValueType ( ) : Type
return System.Type

VariableValue() public method

public VariableValue ( string name, string label, string description, bool isSecure ) : System
name string
label string
description string
isSecure bool
return System