C# Class ComponentFactory.Krypton.Toolkit.StringLookupConverter.Pair

Represents a name/value pair association.
Mostrar archivo Open project: Cocotteseb/Krypton

Public Properties

Property Type Description
Display string
Enum object

Public Methods

Method Description
Pair ( object obj, string str ) : System

Initialize a new instance of the Pair structure.

Method Details

Pair() public method

Initialize a new instance of the Pair structure.
public Pair ( object obj, string str ) : System
obj object Object instance.
str string String instance.
return System

Property Details

Display public_oe property

Enumeration value display string.
public string Display
return string

Enum public_oe property

Enumeration value.
public object Enum
return object