C# Class Open.Core.Common.Controls.Editors.PropertyGridViewModel

The logical model for the 'PropertyGrid' view.
Inheritance: ViewModelBase
Afficher le fichier Open project: philcockfield/Open.TestHarness.SL Class Usage Examples

Méthodes publiques

Méthode Description
GetCategoryDefault ( PropertyModel property ) : string

The default category selector.

See the 'GetCategory' delegate property, of which this method is the default value

PropertyGridViewModel ( ) : System
Refresh ( ) : void

Causes a refresh of the property grid values.

Private Methods

Méthode Description
ClearCollection ( ) : void
FilterPropertyNames ( PropertyInfo properties ) : System.Reflection.PropertyInfo[]
GetCategoryProperties ( PropertyModel property, ICollection list ) : CategoryProperties
GetPropertiesDefault ( object obj ) : System.Reflection.PropertyInfo[]
GetPropertiesInternal ( ) : System.Reflection.PropertyInfo[]
LoadCollection ( ) : void
ResetSelectedObject ( ) : void

Method Details

GetCategoryDefault() public static méthode

The default category selector.
See the 'GetCategory' delegate property, of which this method is the default value
public static GetCategoryDefault ( PropertyModel property ) : string
property PropertyModel The property to determine the category for.
Résultat string

PropertyGridViewModel() public méthode

public PropertyGridViewModel ( ) : System
Résultat System

Refresh() public méthode

Causes a refresh of the property grid values.
public Refresh ( ) : void
Résultat void