Assembly: EPiServer.Shell.Gadgets (in ) Version:
Name | Summary | Status |
---|---|---|
DuplicateGadgetNameException | Duplicate gadget name found | public |
Gadget | A gadget, used for instance on the dashboard. | public |
GadgetAction | Defines an action on a gadget controller | public |
GadgetActionAttribute | Declares an action on a dashboard gadget | public, sealed |
GadgetAttribute | Declares a dashboard gadget. Adding this attribute to an ASP.NET MVC Controller marks it as available for adding on the dashboard. | public, sealed |
GadgetComponentDefinition | Used for providing gadgets to the opa framework by wrapping it. | public |
GadgetComponentProvider | Provides dashboard gadgets as IComponents. | public |
GadgetDefinition | Definition of a gadget | public |
GadgetDefinitionEventArgs | Gadget definition event arguments | public |
GadgetDefinitionProviderAttribute | Gadget definition provider attribute. A wrapper for the MEF's Export attribute for IGadgetDefinitionProvider interface. | public, sealed |
GadgetFactory | Implementation of a IGadgetFactory. Provides methods to create Gadget instances. | public |
GadgetTemplatesEventArgs | Gadget templates event arguments | public |
UnknownGadgetException | No gadget matches the specified criteria | public |
VerifyGadgetOwnerAttribute | A filter that verifies that the current gadget belongs to the currently logged on user | public, sealed |
Name | Summary | Status |
---|---|---|
IGadgetDefinitionProvider | Provides gadget definitions to the gadget catalog. | public |
IGadgetFactory | Provides methods to create Gadget instances. | public |
IGadgetNotify | Should be implemented if you want to receive gadget event notifications | public |