C# Class IdeaBlade.Windows.Parameter

Inheritance: INotifyPropertyChanged
Afficher le fichier Open project: IdeaBlade/DevForce.Utilities Class Usage Examples

Méthodes publiques

Méthode Description
Initialize ( FrameworkElement elementContext, CultureInfo culture ) : void

Site the parameter.

Parameter ( ) : System.ComponentModel

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

Méthodes protégées

Méthode Description
OnPropertyChanged ( string propertyName ) : void

Method Details

Initialize() public méthode

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

OnPropertyChanged() protected méthode

protected OnPropertyChanged ( string propertyName ) : void
propertyName string
Résultat void

Parameter() public méthode

public Parameter ( ) : System.ComponentModel
Résultat System.ComponentModel

Parameter() public méthode

public Parameter ( string parameterName, object value ) : System.ComponentModel
parameterName string
value object
Résultat System.ComponentModel