Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

DashboardsModule Methods

The module contained in the DevExpress.ExpressApp.Dashboards.v21.2.dll assembly.
Name Description
ActivateDashboardController(Controller) static Deactivates the specified Controller if the XafApplication.Modules list does not contain DashboardsModule, or the DashboardsModule.DashboardDataType property is not initialized.
AddDashboardData<T>(IObjectSpace, String, String) static Creates a dashboard data object from the specified XML string if there is no dashboard data with the specified title parameter in the database.
AddDashboardDataFromResources<T>(IObjectSpace, String, Assembly, String) static Creates a dashboard data object from the specified XML resource file if there is no dashboard data with the specified title parameter in the database.
AddGeneratorUpdaters(ModelNodesGeneratorUpdaters) Registers the Generator Updater of the Dashboards Module.
AddModelNodeUpdaters(IModelNodeUpdaterRegistrator) Registers node updaters in the application. Inherited from ModuleBase.
AddModelNodeValidators(IModelNodeValidatorRegistrator) This method is intended for internal use. Inherited from ModuleBase.
CreateModule(Type, ModelStoreBase) static Creates an XAF module instance of the specified type. Inherited from ModuleBase.
CustomizeLogics(CustomLogics) Allows you to override domain logic classes registered for Application Model interfaces. Inherited from ModuleBase.
CustomizeTypesInfo(ITypesInfo) Customizes metadata on business classes specific to the DashboardsModule before loading the metadata to the Application Model‘s BOModel node.
Dispose() Releases all resources used by the Component. Inherited from Component.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
ExtendModelInterfaces(ModelInterfaceExtenders) Extends the Application Model with the IModelClassDashboardsVisibility interface.
FindDashboardDataType(XafApplication) static Returns the DashboardsModule.DashboardDataType value of the DashboardsModule instance added to the XafApplication.Modules list.
FindDashboardModule(ModuleList) static Returns the DashboardsModule instance which is added to the XafApplication.Modules list.
GetControllerTypes() Returns a collection of Controllers loaded to the Application Model. Inherited from ModuleBase.
GetExportedTypes() Returns a collection of business classes loaded to the Application Model. Inherited from ModuleBase.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetLifetimeService() Retrieves the current lifetime service object that controls the lifetime policy for this instance. Inherited from MarshalByRefObject.
GetModuleUpdaters(IObjectSpace, Version) Returns the list of ModuleUpdater updaters that handle database updates for the DashboardsModule module.
GetRealModuleType(Type) static Returns the type of an XAF Module. Inherited from ModuleBase.
GetService(Type) protected Returns an object that represents a service provided by the Component or by its Container. Inherited from Component.
GetStartupActions() Returns a list of Pop-up Window Show Actions that must be executed before loading the application’s main Window. Inherited from ModuleBase.
GetType() Gets the Type of the current instance. Inherited from Object.
GetXafResourceLocalizerTypes() Returns a collection of Resource Localizer types that can be used in an application that uses the current module. Inherited from ModuleBase.
InitializeLifetimeService() Obtains a lifetime service object to control the lifetime policy for this instance. Inherited from MarshalByRefObject.
IsExportedType(Type) Detects whether the specified type is exported to the system class. Inherited from ModuleBase.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
MemberwiseClone(Boolean) protected Creates a shallow copy of the current MarshalByRefObject object. Inherited from MarshalByRefObject.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
Setup(ApplicationModulesManager) Sets up a module after it has been created. Inherited from ModuleBase.
Setup(XafApplication) Sets up the DashboardsModule after it has been added to the XafApplication.Modules collection.
ToString() Returns a String containing the name of the Component, if any. This method should not be overridden. Inherited from Component.
See Also