Table of Contents

Class OptionWithLabel

Namespace
MES.MQC.UtilityLibrary.Form.Models.Types
Assembly
MES.MQC.UtilityLibrary.dll
public class OptionWithLabel
Inheritance
OptionWithLabel
Derived
Inherited Members

Constructors

OptionWithLabel()

public OptionWithLabel()

OptionWithLabel(string)

public OptionWithLabel(string value)

Parameters

value string

OptionWithLabel(string, string)

public OptionWithLabel(string label, string value)

Parameters

label string
value string

Properties

Label

public string Label { get; set; }

Property Value

string

Value

public string Value { get; set; }

Property Value

string