C# Class IdeaBlade.Windows.Parameter

Inheritance: INotifyPropertyChanged
Mostra file Open project: IdeaBlade/DevForce.Utilities Class Usage Examples

Public Methods

Method Description
Initialize ( FrameworkElement elementContext, CultureInfo culture ) : void

Site the parameter.

Parameter ( ) : System.ComponentModel

Parameter ( string parameterName, object value ) : System.ComponentModel

Protected Methods

Method Description
OnPropertyChanged ( string propertyName ) : void

Method Details

Initialize() public method

Site the parameter.
public Initialize ( FrameworkElement elementContext, CultureInfo culture ) : void
elementContext System.Windows.FrameworkElement
culture System.Globalization.CultureInfo
return void

OnPropertyChanged() protected method

protected OnPropertyChanged ( string propertyName ) : void
propertyName string
return void

Parameter() public method

public Parameter ( ) : System.ComponentModel
return System.ComponentModel

Parameter() public method

public Parameter ( string parameterName, object value ) : System.ComponentModel
parameterName string
value object
return System.ComponentModel