C# Class Nanook.QueenBee.GenericQbEditItem

Inheritance: System.Windows.Forms.UserControl
ファイルを表示 Open project: Nanook/Queen-Bee Class Usage Examples

Public Methods

Method Description
CanConvertTo ( Type toType ) : bool
ConvertTo ( Type toType ) : string

Convert text representations

GenericQbEditItem ( ) : System
SetData ( GenericQbItem item ) : void

Private Methods

Method Description
btnConvert_Click ( object sender, EventArgs e ) : void
mnu_Click ( object sender, EventArgs e ) : void
txtValue_LostFocus ( object sender, EventArgs e ) : void
txtValue_Validating ( object sender, CancelEventArgs e ) : void

Method Details

CanConvertTo() public method

public CanConvertTo ( Type toType ) : bool
toType System.Type
return bool

ConvertTo() public method

Convert text representations
public ConvertTo ( Type toType ) : string
toType System.Type Type to convert to
return string

GenericQbEditItem() public method

public GenericQbEditItem ( ) : System
return System

SetData() public method

public SetData ( GenericQbItem item ) : void
item Nanook.QueenBee.Parser.GenericQbItem
return void