C# Class Illusion.Parameter

Represents a parameter of an ActionMessage.
Inheritance: System.Windows.Freezable, IAttachedObject
Exibir arquivo Open project: kasicass/kasicass

Public Properties

Property Type Description
ValueProperty System.Windows.DependencyProperty

Private Properties

Property Type Description
IAttachedObject void
IAttachedObject void
MakeAwareOf void
OnValueChanged void

Protected Methods

Method 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

Method 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 method

When implemented in a derived class, creates a new instance of the T:System.Windows.Freezable derived class.
protected CreateInstanceCore ( ) : System.Windows.Freezable
return 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
return System.Windows.DependencyProperty