C# Class Uiml.Executing.Binding.UimlEventArgs

Inheritance: System.EventArgs
Afficher le fichier Open project: jozilla/Uiml.net

Protected Properties

Свойство Type Description
m_parts System.Collections.Hashtable

Méthodes publiques

Méthode Description
AddPart ( Part p ) : void
GetPart ( string identifier ) : Part
UimlEventArgs ( ) : System

Method Details

AddPart() public méthode

public AddPart ( Part p ) : void
p Part
Résultat void

GetPart() public méthode

public GetPart ( string identifier ) : Part
identifier string
Résultat Part

UimlEventArgs() public méthode

public UimlEventArgs ( ) : System
Résultat System

Property Details

m_parts protected_oe property

protected Hashtable,System.Collections m_parts
Résultat System.Collections.Hashtable