AddGeneratorUpdaters(ModelNodesGeneratorUpdaters)
|
Registers the Generator Updaters. These are classes, used to customize the Application Model‘s zero layer after it has been generated.
|
AddModelNodeUpdaters(IModelNodeUpdaterRegistrator)
|
Registers node updaters in the application.
|
AddModelNodeValidators(IModelNodeValidatorRegistrator)
|
This method is intended for internal use.
|
ConvertXml(ConvertXmlParameters)
|
Converts legacy Application Model differences containing SystemAspNetModule related data.
|
CreateModule(Type, ModelStoreBase)
static
|
Creates an XAF module instance of the specified type.
|
CreateObjRef(Type)
|
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
|
CustomizeLogics(CustomLogics)
|
Allows you to override domain logic classes registered for Application Model interfaces.
|
CustomizeTypesInfo(ITypesInfo)
|
Customizes metadata on business classes specific to the SystemAspNetModule before loading the metadata to the Application Model‘s BOModel node.
|
Dispose()
|
Releases all resources used by the Component.
|
Equals(Object, Object)
static
|
Determines whether the specified object instances are considered equal.
|
Equals(Object)
|
Determines whether the specified object is equal to the current object.
|
ExtendModelInterfaces(ModelInterfaceExtenders)
|
Extends the Application Model with the IModelListViewWeb, IModelOptionsWeb, and IModelActionWeb interfaces.
|
GetControllerTypes()
|
Returns a collection of Controllers loaded to the Application Model.
|
GetExportedTypes()
|
Returns a collection of business classes loaded to the Application Model.
|
GetHashCode()
|
Serves as the default hash function.
|
GetLifetimeService()
|
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
|
GetModuleUpdaters(IObjectSpace, Version)
|
Returns the list of ModuleUpdater updaters that handle database updates for the SystemAspNetModule module.
|
GetRealModuleType(Type)
static
|
Returns the type of an XAF Module.
|
GetService(Type)
protected
|
Returns an object that represents a service provided by the Component or by its Container.
|
GetStartupActions()
|
Returns a list of Pop-up Window Show Actions that must be executed before loading the application’s main Window.
|
GetType()
|
Gets the Type of the current instance.
|
GetXafResourceLocalizerTypes()
|
Returns a collection of additional Resource Localizer types that can be used in an application that uses the SystemAspNetModule.
|
InitializeLifetimeService()
|
Obtains a lifetime service object to control the lifetime policy for this instance.
|
IsExportedType(Type)
|
Detects whether the specified type is exported to the system class.
|
MemberwiseClone()
protected
|
Creates a shallow copy of the current Object.
|
MemberwiseClone(Boolean)
protected
|
Creates a shallow copy of the current MarshalByRefObject object.
|
ReferenceEquals(Object, Object)
static
|
Determines whether the specified Object instances are the same instance.
|
Setup(ApplicationModulesManager)
|
Sets up a module after it has been created.
|
Setup(XafApplication)
|
Sets up the SystemAspNetModule after it has been added to the Modules collection.
|
ToString()
|
Returns a String containing the name of the Component, if any. This method should not be overridden.
|