C# Class AspNetEdit.Editor.ComponentModel.EventBindingService

Inheritance: IEventBindingService
Exibir arquivo Open project: mono/aspeditor

Public Methods

Method Description
CreateUniqueMethodName ( IComponent component, System.ComponentModel.EventDescriptor e ) : string
EventBindingService ( Gtk parentWindow ) : System
GetCompatibleMethods ( System e ) : System.Collections.ICollection
GetEvent ( System property ) : System.ComponentModel.EventDescriptor
GetEventProperties ( System events ) : PropertyDescriptorCollection
GetEventProperty ( System e ) : PropertyDescriptor
ShowCode ( ) : bool
ShowCode ( System component, System e ) : bool
ShowCode ( int lineNumber ) : bool

Private Methods

Method Description
GetEventParameters ( System.ComponentModel.EventDescriptor e ) : System.Reflection.ParameterInfo[]
ShowMessage ( string mess ) : void

Method Details

CreateUniqueMethodName() public method

public CreateUniqueMethodName ( IComponent component, System.ComponentModel.EventDescriptor e ) : string
component IComponent
e System.ComponentModel.EventDescriptor
return string

EventBindingService() public method

public EventBindingService ( Gtk parentWindow ) : System
parentWindow Gtk
return System

GetCompatibleMethods() public method

public GetCompatibleMethods ( System e ) : System.Collections.ICollection
e System
return System.Collections.ICollection

GetEvent() public method

public GetEvent ( System property ) : System.ComponentModel.EventDescriptor
property System
return System.ComponentModel.EventDescriptor

GetEventProperties() public method

public GetEventProperties ( System events ) : PropertyDescriptorCollection
events System
return System.ComponentModel.PropertyDescriptorCollection

GetEventProperty() public method

public GetEventProperty ( System e ) : PropertyDescriptor
e System
return System.ComponentModel.PropertyDescriptor

ShowCode() public method

public ShowCode ( ) : bool
return bool

ShowCode() public method

public ShowCode ( System component, System e ) : bool
component System
e System
return bool

ShowCode() public method

public ShowCode ( int lineNumber ) : bool
lineNumber int
return bool