C# Class Open.Core.Common.Controls.Editors.PropertyGridStructure.Editors.EnumValue

Represents an Enumeration value.
Used to bind to a drop-down.
Show file Open project: philcockfield/Open.TestHarness.SL

Public Methods

Method Description
GetValues ( Type enumType ) : ObservableCollection
ToString ( ) : string

Method Details

GetValues() public static method

public static GetValues ( Type enumType ) : ObservableCollection
enumType System.Type
return ObservableCollection

ToString() public method

public ToString ( ) : string
return string