Manages a hybrid client-side Mobile XAF application.
Name | Description |
---|---|
MobileApplication() |
Initializes a new instance of the MobileApplication class. |
Name | Description |
---|---|
Confirmations |
Gets the name on the Localization node's child node that provides access to the localizable confirmations texts. (Inherited from XafApplication)
|
CurrentVersion |
For internal use only. (Inherited from XafApplication)
|
EnableExtendedDetailViewLayout |
Specifies if the Extended Detail View Layout is enabled for a Mobile application. |
ModelCacheLocationKey |
The name of the configuration file key, which specifies the Application Model cache file location (see XafApplication.EnableModelCache). (Inherited from XafApplication)
|
OptionsNodeName |
For internal use only. (Inherited from XafApplication)
|
TablePrefixesKey |
For internal use. (Inherited from XafApplication)
|
TraceLogLocationKey |
Specifies the setting in the configuration file's appSettings section. This setting specifies the log file location. (Inherited from XafApplication)
|
XafApplicationLogonCatchExceptionKey |
Specifies a string identifier for exceptions occurred while logging on to the application. (Inherited from XafApplication)
|
Name | Description |
---|---|
AdditionalDevExtremeModules |
Specifies a list of DevExtreme modules used in an XAF Mobile application. |
AdditionalPhoneGapPlugins |
Allows to register additional PhoneGap Plugins in your Mobile application. |
ApplicationName |
Specifies the application's name. (Inherited from XafApplication)
|
CanRaiseEvents |
Gets a value indicating whether the component can raise an event.
(Inherited from Component)
|
CheckCompatibilityType |
Specifies how the database and application compatibility is checked. (Inherited from XafApplication)
|
ClientApplicationCreating |
Indicates whether or not a client-side Mobile application is currently building. |
Connection |
Specifies the connection to the database used by the application. (Inherited from XafApplication)
|
ConnectionString |
Specifies the connection string which is used to connect to the application's database or to the Application Server. (Inherited from XafApplication)
|
Container |
Gets the (Inherited from Component)
|
CurrentActiveWindow | |
CurrentAspectProvider |
Returns an ICurrentAspectProvider object that supplies culture-specific information. (Inherited from XafApplication)
|
DataStoreManager |
Returns an object that is a list of DevExtreme Stores used by a client-side mobile application. |
DatabaseUpdateMode |
Specifies the mode of updating the database. (Inherited from XafApplication)
|
DefaultCollectionSourceMode |
Specifies the default mode of operation for Collection Sources created by the XafApplication. (Inherited from XafApplication)
|
DelayedViewItemsInitialization |
Indicates whether View Items controls are initialized immediately when a View is created. (Inherited from XafApplication)
|
DesignMode |
Gets a value that indicates whether the (Inherited from Component)
|
EditorFactory |
Provides access to the application's Editors Factory, which is used to load View Items and List Editors to the Application Model and create them when needed. (Inherited from XafApplication)
|
EnableModelCache |
Specifies if the Application Model cache designed to improve the startup speed and performance is enabled. (Inherited from XafApplication)
|
Events |
Gets the list of event handlers that are attached to this (Inherited from Component)
|
FunctionsManager |
For internal use. |
GlobalModelManager |
Returns an object that manages client-side application-wide properties and functions. |
IgnoredExceptions |
Returns a collection of exceptions that are not to be reported by the application. (Inherited from XafApplication)
|
IsConnectionOwner |
For internal use only. (Inherited from XafApplication)
|
IsDelayedDetailViewDataLoadingEnabled |
Specifies if delayed loading is enabled for Detail Views in WinForms applications. See WinApplication.IsDelayedDetailViewDataLoadingEnabled. (Inherited from XafApplication)
|
IsLoading |
Indicates whether the application component is currently being initialized. (Inherited from XafApplication)
|
LinkNewObjectToParentImmediately |
Specifies whether or not a link between a master and child object is created immediately when the NewObjectViewController.NewObjectAction is executed in a nested List View with a non-aggregated collection. (Inherited from XafApplication)
|
MainWindow |
Gets the application's main Window. |
MaxLogonAttemptCount |
For internal use. |
Model |
Provides access to the Application Model's root node. (Inherited from XafApplication)
|
Modules |
Provides access to the module list used by the application. (Inherited from XafApplication)
|
ObjectSpaceProvider |
Provides access to the application's Object Space Provider. (Inherited from XafApplication)
|
ObjectSpaceProviders |
Gets a list of Object Space Providers used by XafApplication. (Inherited from XafApplication)
|
OptimizedControllersCreation |
Disables the instantiation of Controllers that will never be activated in nested List Views. (Inherited from XafApplication)
|
ResourcesExportedToModel |
Provides access to a collection of Resource Localizers used in the current application to extend the Application Model's IModelLocalization node. (Inherited from XafApplication)
|
Security |
Provides access to the Security Strategy used in the application. (Inherited from XafApplication)
|
ShowAllNavigationGroupsAsFlatList |
For internal use. |
ShowViewStrategy |
Specifies the Show View Strategy used in a Mobile application. |
Site |
For internal use only. (Inherited from XafApplication)
|
TablePrefixes |
For internal use. (Inherited from XafApplication)
|
TabletLayoutType |
Specifies the Navigation control's display type for tablet devices. |
Title |
Gets the name associated with the application. (Inherited from XafApplication)
|
TypesInfo |
Gets the ITypesInfo object that supplies metadata on types used in an XAF application. (Inherited from XafApplication)
|
WindowManager |
For internal use. |
Name | Description |
---|---|
AskConfirmation(ConfirmationType) |
Requests an end-user confirmation. (Inherited from XafApplication)
|
BeginInit() |
Starts the XafApplication's initialization. Initialization occurs at runtime. (Inherited from XafApplication)
|
CheckCompatibility() |
Checks whether the application and database are compatible, and if not, tries to make them compatible. (Inherited from XafApplication)
|
ConfigureForAspNetCore() | |
CreateCollectionSource(IObjectSpace, Type, String) |
Creates a collection source for a specified List View. (Inherited from XafApplication)
|
CreateCollectionSource(IObjectSpace, Type, String, Boolean, CollectionSourceMode) |
Creates a Collection Source for a specific List View. (Inherited from XafApplication)
|
CreateCollectionSource(IObjectSpace, Type, String, CollectionSourceDataAccessMode, CollectionSourceMode) |
Creates a Collection Source for a specific List View. (Inherited from XafApplication)
|
CreateCollectionSource(IObjectSpace, Type, String, CollectionSourceMode) |
Creates a Collection Source for a specific List View. (Inherited from XafApplication)
|
CreateController<ControllerType>() |
Creates a Controller of a specified type. If there is a Controller of the same type, assigns its settings to the new Controller. (Inherited from XafApplication)
|
CreateDashboardView(IObjectSpace, String, Boolean) |
Creates a Dashboard View using information from the Application Model's Views | DashboardView node specified by the dashboardViewID parameter. (Inherited from XafApplication)
|
CreateDatabaseUpdater(IObjectSpaceProvider) |
Creates a Database Updater for a specified Object Space Provider. (Inherited from XafApplication)
|
CreateDetailView(IObjectSpace, IModelDetailView, Boolean) |
Creates a Detail View based on information from the Application Model's Views | DetailView node specified by the modelDetailView parameter. (Inherited from XafApplication)
|
CreateDetailView(IObjectSpace, IModelDetailView, Boolean, Object) |
Creates a Detail View for the specified object with settings from the Application Model's Views | DetailView node specified by the modelDetailView parameter. (Inherited from XafApplication)
|
CreateDetailView(IObjectSpace, Object) |
Creates a Detail View based on information specified in the Application Model for the type of the specified object. (Inherited from XafApplication)
|
CreateDetailView(IObjectSpace, Object, Boolean) |
Creates a DetailView for the specified object and initializes its properties. (Inherited from XafApplication)
|
CreateDetailView(IObjectSpace, Object, View) |
Creates a Detail View for a specified object based on information on the source View. (Inherited from XafApplication)
|
CreateDetailView(IObjectSpace, String, Boolean) |
Creates a Detail View based on information from the Application Model's Views | DetailView node specified by the detailViewID parameter. (Inherited from XafApplication)
|
CreateDetailView(IObjectSpace, String, Boolean, Object) |
Creates a Detail View for the specified object based on the information from the Application Model's Views | DetailView node specified by the detailViewID parameter. (Inherited from XafApplication)
|
CreateDetailView(IObjectSpace, String, Boolean, Object, Boolean) |
For internal use. |
CreateDetailView(Object) |
Creates a Detail View based on information specified in the Application Model for the type of the specified object. (Inherited from XafApplication)
|
CreateDetailView(Object, Boolean) |
Creates a Detail View based on information specified in the Application Model for the type of the specified object. (Inherited from XafApplication)
|
CreateFrame(TemplateContext) |
Creates a new Frame. (Inherited from XafApplication)
|
CreateLayoutManager(Boolean) |
Creates a Layout Manager. (Inherited from XafApplication)
|
CreateListEditor(CollectionSourceBase, IModelListView) |
Creates the List Editor which is specified in the appropriate Application Model node. (Inherited from XafApplication)
|
CreateListView(IModelListView, CollectionSourceBase, Boolean) |
Creates a List View based on the information from the Application Model's node specified by the modelListView parameter. (Inherited from XafApplication)
|
CreateListView(IModelListView, CollectionSourceBase, Boolean, ListEditor) |
Creates a List View based on the information from the Application Model's node specified by the modelListView parameter using the provided ListEditor. (Inherited from XafApplication)
|
CreateListView(IObjectSpace, Type, Boolean) |
Creates a List View used for the objects of the specified type, by default. (Inherited from XafApplication)
|
CreateListView(String, CollectionSourceBase, Boolean) |
Creates a List View based on information from the Application Model's Views | View node specified by the listViewId parameter. (Inherited from XafApplication)
|
CreateListView(Type, Boolean) |
Creates a List View used for the objects of the specified type, by default. (Inherited from XafApplication)
|
CreateMainWindow() |
Creates a new Window. |
CreateNestedFrame(ViewItem, TemplateContext) |
(Inherited from XafApplication)
|
CreateNestedFrame(ViewItem, TemplateContext, View) |
(Inherited from XafApplication)
|
CreateNestedObjectSpace(IObjectSpace) |
Creates nested Object Space. (Inherited from XafApplication)
|
CreateObjRef(Type) |
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
(Inherited from MarshalByRefObject)
|
CreateObjectSpace() |
Creates an Object Space. Use this method overload if your application registers only one Object Space Provider. (Inherited from XafApplication)
|
CreateObjectSpace(Type) |
Creates an Object Space that supports a given object type. Use this method overload if your application registers several Object Space Providers. (Inherited from XafApplication)
|
CreatePopupWindow(TemplateContext, String, Boolean, Controller[]) |
Creates a new pop-up Window. (Inherited from XafApplication)
|
CreatePopupWindow(TemplateContext, String, Controller[]) |
Creates a new pop-up Window. (Inherited from XafApplication)
|
CreatePopupWindow(TemplateContext, String, View, Boolean, Controller[]) |
(Inherited from XafApplication)
|
CreatePropertyCollectionSource(IObjectSpace, Type, Object, IMemberInfo, String) |
Creates a Collection Source for a nested List View that displays a collection property. (Inherited from XafApplication)
|
CreatePropertyCollectionSource(IObjectSpace, Type, Object, IMemberInfo, String, Boolean, CollectionSourceMode) |
Creates a Collection Source for a nested List View that displays a collection property. (Inherited from XafApplication)
|
CreatePropertyCollectionSource(IObjectSpace, Type, Object, IMemberInfo, String, CollectionSourceDataAccessMode, CollectionSourceMode) |
Creates a Collection Source for a nested List View that displays a collection property. (Inherited from XafApplication)
|
CreatePropertyCollectionSource(IObjectSpace, Type, Object, IMemberInfo, String, CollectionSourceMode) |
Creates a Collection Source for a nested List View that displays a collection property. (Inherited from XafApplication)
|
CreateTemplate(String) |
For internal use only. (Inherited from XafApplication)
|
CreateWindow(TemplateContext, ICollection<Controller>, Boolean) |
Creates a new Window. (Inherited from XafApplication)
|
CreateWindow(TemplateContext, ICollection<Controller>, Boolean, Boolean) |
Creates a new Window. (Inherited from XafApplication)
|
CreateWindow(TemplateContext, ICollection<Controller>, Boolean, Boolean, View) |
(Inherited from XafApplication)
|
Dispose() |
Releases all resources used by the (Inherited from Component)
|
EndInit() |
Ends the XafApplication's initialization. (Inherited from XafApplication)
|
EnsurePhoneGapPlugin(String) |
Checks whether the AdditionalPhoneGapPlugins list contains the specified PhoneGap plugin, and adds this plugin if not. |
Equals(Object) |
Determines whether the specified object is equal to the current object.
(Inherited from Object)
|
Equals(Object, Object) |
Determines whether the specified object instances are considered equal.
(Inherited from Object)
|
Exit() |
Finishes runing the application. (Inherited from XafApplication)
|
FindAction(IEnumerable<Controller>, String) |
Returns an ActionBase object having the specified ActionBase.Id identifier. |
FindDetailViewId(Object, View) |
Returns the ID of the Detail View which must be used for a specific object, when invoked from the source View. (Inherited from XafApplication)
|
FindDetailViewId(Type) |
Returns the ID of the Detail View which is used for objects of a specified type by default. (Inherited from XafApplication)
|
FindListViewId(Type) |
Returns the ID of the List View which is used for objects of a specified type by default. (Inherited from XafApplication)
|
FindLookupListViewId(Type) |
Returnes the ID of the Lookup List View which is used for objects of a specified type by default. (Inherited from XafApplication)
|
FindModelClass(Type) |
Returns the Application Model's IModelClass node representing the specific business class. (Inherited from XafApplication)
|
FindModelView(String) |
Provides access the Application Model node that defines a specified View. (Inherited from XafApplication)
|
GetClientApplicationModel(String, DeviceTypes) |
For internal use. |
GetCompletedViewShortcut(ViewShortcut) |
For internal use only. (Inherited from XafApplication)
|
GetDetailViewId(Type) |
Returns the ID of the Detail View which is used for objects of a specified type by default, and raises an exception if the appropriate View ID is not found. (Inherited from XafApplication)
|
GetDiffDefaultName(String) |
Gets the model differences file name (Inherited from XafApplication)
|
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)
|
GetListViewId(Type) |
Returns the ID of the List View which is used for objects of a specified type by default, and raises an exception if the appropriate View ID is not found. (Inherited from XafApplication)
|
GetLogonAction() |
For internal use. |
GetObjectSpaceToShowDetailViewFrom(Frame, Type) |
Returns an Object Space in which a Detail View should be created to be displayed via the ShowViewStrategyBase.ShowView method. (Inherited from XafApplication)
|
GetObjectSpaceToShowDetailViewFrom(Frame, Type, TargetWindow) |
Returns an Object Space in which a Detail View should be created to be displayed via the ShowViewStrategyBase.ShowView method. (Inherited from XafApplication)
|
GetService(Type) |
Returns an object that represents a service provided by the (Inherited from Component)
|
GetTemplateCustomizationModel(IFrameTemplate) |
Returns the Application Model node where settings of a specified Template are stored. (Inherited from XafApplication)
|
GetType() |
Gets the (Inherited from Object)
|
HandleException(Exception) |
Shows the details on the specified exception. |
InitializeLifetimeService() |
Obtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from MarshalByRefObject)
|
LogOff() |
Closes a window and displays the logon dialog. |
Logon() |
Performs the logon. (Inherited from XafApplication)
|
MemberwiseClone() |
Creates a shallow copy of the current (Inherited from Object)
|
MemberwiseClone(Boolean) |
Creates a shallow copy of the current (Inherited from MarshalByRefObject)
|
ProcessRequest(IDictionary<String, Object>) |
Processes client requests. |
ProcessShortcut(ViewShortcut) |
Creates a View by a specified shortcut. (Inherited from XafApplication)
|
ReferenceEquals(Object, Object) |
Determines whether the specified (Inherited from Object)
|
RegisterClientScriptBeforeSendRequest(String, String) |
Registers a client script to be executed before a request is sent to the DataService. |
RegisterClientScriptOnApplicationStart(String, String) |
Registers a client script to be executed on application startup. |
SaveModelChanges() |
Saves the changes made by an end-user, up to the current moment, to the differences storage. (Inherited from XafApplication)
|
SetFormattingCulture(String) |
Sets the specified formatting culture for the current application. (Inherited from XafApplication)
|
SetLanguage(String) |
Sets the specified language for the current application when called before the application windows are shown. (Inherited from XafApplication)
|
Setup() |
Initializes the newly created XafApplication class instance. (Inherited from XafApplication)
|
Setup(ExpressApplicationSetupParameters) |
Initializes the newly created XafApplication class instance. (Inherited from XafApplication)
|
Setup(String, IList<IObjectSpaceProvider>, ApplicationModulesManager, ISecurityStrategyBase) |
Initializes the newly created XafApplication class instance. (Inherited from XafApplication)
|
Setup(String, IList<IObjectSpaceProvider>, String[], ISecurityStrategyBase) |
Initializes the newly created XafApplication class instance. (Inherited from XafApplication)
|
Setup(String, IObjectSpaceProvider) |
Initializes the newly created XafApplication class instance. (Inherited from XafApplication)
|
Setup(String, IObjectSpaceProvider, ApplicationModulesManager, ISecurityStrategyBase) |
Initializes the newly created XafApplication class instance. (Inherited from XafApplication)
|
Setup(String, IObjectSpaceProvider, String[], ISecurityStrategyBase) |
Initializes the newly created XafApplication class instance. (Inherited from XafApplication)
|
Setup(String, String, String[]) |
Initializes the newly created XafApplication class instance. (Inherited from XafApplication)
|
Setup(String, String, String[], ISecurityStrategyBase) |
Initializes the newly created XafApplication class instance. (Inherited from XafApplication)
|
ShowDetailViewFrom(Frame) |
Indicates whether a Views invoked from the specified Frame can be displayed in a new Window. (Inherited from XafApplication)
|
ToString() |
Returns a (Inherited from Component)
|
UpdateStatus(String, String, String, Object[]) |
Triggers the XafApplication.StatusUpdating event. (Inherited from XafApplication)
|
Name | Description |
---|---|
ApplicationConfigCustomized |
For internal use. |
CreateCustomCollectionSource |
Occurs when creating a Collection Source for a List View. (Inherited from XafApplication)
|
CreateCustomDeviceSpecificModelDifferenceStore |
Occurs when a storage for device-specific model differences is being created. (Inherited from XafApplication)
|
CreateCustomLogonParameterStore |
Occurs both when reading and writing the last logon parameters, before creating the logon parameters storage. (Inherited from XafApplication)
|
CreateCustomLogonWindowControllers |
Occurs when creating Controllers for a Logon Window. (Inherited from XafApplication)
|
CreateCustomLogonWindowObjectSpace |
Occurs when creating an Object Space for a Logon Window's Detail View. (Inherited from XafApplication)
|
CreateCustomModelCacheManager |
Occurs when the object used to manage saving and loading the Application Model cache is created. (Inherited from XafApplication)
|
CreateCustomModelCacheStream |
This event is intended for internal use. Handle the XafApplication.CreateCustomModelCacheManager event instead. (Inherited from XafApplication)
|
CreateCustomModelDifferenceStore |
Occurs when a storage for model differences is being created. (Inherited from XafApplication)
|
CreateCustomObjectSpaceProvider |
Occurs when setting up the application. (Inherited from XafApplication)
|
CreateCustomPropertyCollectionSource |
Occurs when creating a Collection Source for a nested List View that displays a collection property. (Inherited from XafApplication)
|
CreateCustomTemplate |
Occurs when creating a Template. (Inherited from XafApplication)
|
CreateCustomUserModelDifferenceStore |
Occurs when a storage for end-user model differences is being created. (Inherited from XafApplication)
|
CustomCheckCompatibility |
Occurs when trying to access the application's database (when logging on or creating an Object Space). (Inherited from XafApplication)
|
CustomProcessShortcut |
Occurs when a View is created by its shortcut. (Inherited from XafApplication)
|
CustomizeApplicationConfig |
For internal use. |
CustomizeFormattingCulture |
Occurs after a formatting culture has been set internally. (Inherited from XafApplication)
|
CustomizeLanguage |
Occurs after a language has been set for the application internally. (Inherited from XafApplication)
|
CustomizeLanguagesList |
Occurs when setting up the application. (Inherited from XafApplication)
|
CustomizeMobileResourcesReadersList |
For internal use. |
CustomizePhoneGapConfig |
Occurs before the PhoneGap configuration file is processed. |
CustomizeResourcesHandlerFileDownloaderMappings |
For internal use. |
CustomizeTableName |
For internal use. (Inherited from XafApplication)
|
CustomizeTemplate |
Occurs after a Template has been created. (Inherited from XafApplication)
|
DashboardViewCreated |
Occurs after a Dashboard View has been created. (Inherited from XafApplication)
|
DashboardViewCreating |
Occurs when creating a Dashboard View. (Inherited from XafApplication)
|
DatabaseUpdaterCreating |
Occurs when creating a database updater. (Inherited from XafApplication)
|
DatabaseVersionMismatch |
Occurs when the application being run calls the database. (Inherited from XafApplication)
|
DetailViewCreated |
Occurs after a Detail View has been created. (Inherited from XafApplication)
|
DetailViewCreating |
Occurs when creating a Detail View. (Inherited from XafApplication)
|
Disposed |
Occurs when the component is disposed by a call to the (Inherited from Component)
|
HandleShortcutProcessingException |
For internal use only. (Inherited from XafApplication)
|
InternalCustomizeLanguage |
For internal use. |
LastLogonParametersRead |
Occurs after loading the last logon parameters from the settings storage to the logon object. (Inherited from XafApplication)
|
LastLogonParametersReading |
Occurs before loading the last logon parameters from the settings storage to the logon object. (Inherited from XafApplication)
|
LastLogonParametersWriting |
Occurs before saving the logon Window's logon parameters to the settings storage. (Inherited from XafApplication)
|
ListViewCreated |
Occurs after a List View has been created. (Inherited from XafApplication)
|
ListViewCreating |
Occurs when creating a List View. (Inherited from XafApplication)
|
LoggedOff |
Occurs after an end-user has logged off. (Inherited from XafApplication)
|
LoggedOn |
Occurs after an end-user has logged on. (Inherited from XafApplication)
|
LoggingOff |
Occurs when a user clicks the Log Off button or the ASP.NET session ends. (Inherited from XafApplication)
|
LoggingOn |
Occurs when the Logon button on the logon Window is clicked. (Inherited from XafApplication)
|
LogonFailed |
Occurs when the logon fails. (Inherited from XafApplication)
|
ModelChanged |
Occurs when the Application Model instance returned by the XafApplication.Model property is changed. (Inherited from XafApplication)
|
ModifyMobileResource |
Occurs when the Mobile application is setup. |
ObjectSpaceCreated |
Occurs after an Object Space has been created via the XafApplication.CreateObjectSpace method. (Inherited from XafApplication)
|
PropertyChanged |
Occurs when the XafApplication.ApplicationName, XafApplication.Security or XafApplication.Connection property is changed. (Inherited from XafApplication)
|
SettingUp |
Occurs before initializing the XafApplication class instance. (Inherited from XafApplication)
|
SetupComplete |
Occurs after the XafApplication class instace has been initialized. (Inherited from XafApplication)
|
ShowViewStrategyChanged |
Occurs when the XafApplication.ShowViewStrategy object is changed. (Inherited from XafApplication)
|
StatusUpdating |
Occurs when the XafApplication status is updated. (Inherited from XafApplication)
|
UserDifferencesLoaded |
Occurs after the user-defined Application Model differences are loaded. (Inherited from XafApplication)
|
ViewCreated |
Occurs after a View has been created. (Inherited from XafApplication)
|
ViewCreating |
Occurs when creating a View. (Inherited from XafApplication)
|
ViewShowing |
Occurs before showing a View. (Inherited from XafApplication)
|
ViewShown |
Occurs after a View is shown. (Inherited from XafApplication)
|