C# 클래스 BudgetAnalyser.Engine.Widgets.ReflectionWidgetRepository

상속: IWidgetRepository
파일 보기 프로젝트 열기: Benrnz/BudgetAnalyser

공개 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
BuildMultiUseWidgetKey ( IUserDefinedWidget widget ) : string
Create ( string widgetType, string id ) : IUserDefinedWidget

메소드 상세

GetAll() 공개 메소드

Gets all the available widgets.
public GetAll ( ) : IEnumerable
리턴 IEnumerable

ReflectionWidgetRepository() 공개 메소드

Initializes a new instance of the ReflectionWidgetRepository class.
public ReflectionWidgetRepository ( ) : System
리턴 System

Remove() 공개 메소드

Removes the specified widget.
public Remove ( IUserDefinedWidget widget ) : void
widget IUserDefinedWidget
리턴 void