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
Syntaxpublic class DropdownValue
Constructors
DropdownValue()
Declarationpublic DropdownValue()
DropdownValue(KeyValuePair<string, string>)
Declarationpublic DropdownValue(KeyValuePair<string, string> pair)
Type | Name | Description |
---|---|---|
KeyValuePair<string, string> | pair |
DropdownValue(string)
Declarationpublic DropdownValue(string name)
Type | Name | Description |
---|---|---|
string | name |
DropdownValue(string, string)
Declarationpublic DropdownValue(string name, string value)
Type | Name | Description |
---|---|---|
string | name | |
string | value |
Properties
Name
Name
Declarationpublic string Name { get; set; }
Type | Description |
---|---|
string |
Value
Value
Declarationpublic string Value { get; set; }
Type | Description |
---|---|
string |
Methods
Clone()
Creates a shallow copy of this pair
Declarationpublic DropdownValue Clone()
Type | Description |
---|---|
DropdownValue |