C# Class Illusion.Parameter

Represents a parameter of an ActionMessage.
Inheritance: System.Windows.Freezable, IAttachedObject
Afficher le fichier Open project: kasicass/kasicass

Méthodes publiques

Свойство Type Description
ValueProperty System.Windows.DependencyProperty

Private Properties

Свойство Type Description
IAttachedObject void
IAttachedObject void
MakeAwareOf void
OnValueChanged void

Méthodes protégées

Méthode Description
CreateInstanceCore ( ) : System.Windows.Freezable

When implemented in a derived class, creates a new instance of the T:System.Windows.Freezable derived class.

Private Methods

Méthode Description
IAttachedObject ( ) : void
IAttachedObject ( DependencyObject dependencyObject ) : void
MakeAwareOf ( ActionMessage owner ) : void

Makes the parameter aware of the ActionMessage that it's attached to.

OnValueChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Method Details

CreateInstanceCore() protected méthode

When implemented in a derived class, creates a new instance of the T:System.Windows.Freezable derived class.
protected CreateInstanceCore ( ) : System.Windows.Freezable
Résultat System.Windows.Freezable

Property Details

ValueProperty public_oe static_oe property

A dependency property representing the parameter's value.
public static DependencyProperty,System.Windows ValueProperty
Résultat System.Windows.DependencyProperty