C# Class BudgetAnalyser.Engine.Widgets.ReflectionWidgetRepository

Inheritance: IWidgetRepository
Afficher le fichier Open project: Benrnz/BudgetAnalyser

Méthodes publiques

Méthode Description
GetAll ( ) : IEnumerable

Gets all the available widgets.

ReflectionWidgetRepository ( ) : System

Initializes a new instance of the ReflectionWidgetRepository class.

Remove ( IUserDefinedWidget widget ) : void

Removes the specified widget.

Private Methods

Méthode Description
BuildMultiUseWidgetKey ( IUserDefinedWidget widget ) : string
Create ( string widgetType, string id ) : IUserDefinedWidget

Method Details

GetAll() public méthode

Gets all the available widgets.
public GetAll ( ) : IEnumerable
Résultat IEnumerable

ReflectionWidgetRepository() public méthode

Initializes a new instance of the ReflectionWidgetRepository class.
public ReflectionWidgetRepository ( ) : System
Résultat System

Remove() public méthode

Removes the specified widget.
public Remove ( IUserDefinedWidget widget ) : void
widget IUserDefinedWidget
Résultat void