Skip to main content

Class DropdownValue

A name-value pair for a ParameterType.Dropdown parameter

Inheritance

↳ object

    DropdownValue

Inherited Members

Equals(object)

Equals(object, object)

GetHashCode()

GetType()

MemberwiseClone()

ReferenceEquals(object, object)

ToString()

Namespace: OptimaJet.Workflow.Core.Model

Assembly: OptimaJet.Workflow.Core.dll

Syntax
public class DropdownValue

Constructors

Declaration
public DropdownValue()
Declaration
public DropdownValue(KeyValuePair<string, string> pair)
Parameters
TypeNameDescription
KeyValuePair<string, string>pair
Declaration
public DropdownValue(string name)
Parameters
TypeNameDescription
stringname
Declaration
public DropdownValue(string name, string value)
Parameters
TypeNameDescription
stringname
stringvalue

Properties

Name

Declaration
public string Name { get; set; }
Property value
TypeDescription
string

Value

Declaration
public string Value { get; set; }
Property value
TypeDescription
string

Methods

Creates a shallow copy of this pair

Declaration
public DropdownValue Clone()
Returns
TypeDescription
DropdownValue

Extension Methods