C# Class IdeaBlade.Windows.GroupDescriptor

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

Public Methods

Method Description
GroupDescriptor ( ) : System.ComponentModel

Create an instance of this class.

GroupDescriptor ( string propertyPath ) : System.ComponentModel

Create an instance of this class.

Initialize ( FrameworkElement elementContext, CultureInfo culture ) : void

Called to initialize any parameters.

ToGroupDescription ( ) : System.ComponentModel.GroupDescription

Return a PropertyGroupDescription from this instance.

Protected Methods

Method Description
OnPropertyChanged ( string propertyName ) : void

Private Methods

Method Description
PropertyPath_PropertyChanged ( object sender, PropertyChangedEventArgs e ) : void

Method Details

GroupDescriptor() public method

Create an instance of this class.
public GroupDescriptor ( ) : System.ComponentModel
return System.ComponentModel

GroupDescriptor() public method

Create an instance of this class.
public GroupDescriptor ( string propertyPath ) : System.ComponentModel
propertyPath string
return System.ComponentModel

Initialize() public method

Called to initialize any parameters.
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

ToGroupDescription() public method

Return a PropertyGroupDescription from this instance.
public ToGroupDescription ( ) : System.ComponentModel.GroupDescription
return System.ComponentModel.GroupDescription