C# Class CNCGUI.EnumValue

Show file Open project: x893/CNCGUI

Public Properties

Property Type Description
EnumType System.Type
Items string>.Dictionary
m_value System.Enum
m_value_int int

Public Methods

Method Description
EnumValue ( ) : System
EnumValue ( Type enumType ) : System
Set ( ScanFormatted scanf ) : void
Set ( ScanFormatted scanf, bool use_items ) : void
Set ( object value ) : void
ToString ( ) : string

Method Details

EnumValue() public method

public EnumValue ( ) : System
return System

EnumValue() public method

public EnumValue ( Type enumType ) : System
enumType System.Type
return System

Set() public method

public Set ( ScanFormatted scanf ) : void
scanf ScanFormatted
return void

Set() public method

public Set ( ScanFormatted scanf, bool use_items ) : void
scanf ScanFormatted
use_items bool
return void

Set() public method

public Set ( object value ) : void
value object
return void

ToString() public method

public ToString ( ) : string
return string

Property Details

EnumType public property

public Type,System EnumType
return System.Type

Items public property

public Dictionary Items
return string>.Dictionary

m_value public property

public Enum,System m_value
return System.Enum

m_value_int public property

public int m_value_int
return int