The module contained in the DevExpress.ExpressApp.Validation.v.dll assembly.
Name | Description |
---|---|
ValidationModule() |
Creates an instance of the ValidationModule class. |
Name | Description |
---|---|
EmptyModules |
Represents an empty collection of type ModuleBase. (Inherited from ModuleBase)
|
Name | Description |
---|---|
AdditionalControllerTypes |
Contains manually specified Controllers to be loaded to the Application Model. (Inherited from ModuleBase)
|
AdditionalExportedTypes |
Contains manually specified business classes to be loaded to the Application Model. (Inherited from ModuleBase)
|
AllowValidationDetailsAccess |
Specifies whether end-users are allowed to view validation result details. |
Application |
Provides access to an XafApplication object that can be used to manage the current application. (Inherited from ModuleBase)
|
AssemblyName |
For internal use only. (Inherited from ModuleBase)
|
CanRaiseEvents |
Gets a value indicating whether the component can raise an event.
(Inherited from Component)
|
Container |
Gets the (Inherited from Component)
|
Description |
Specifies a textual description of a module. (Inherited from ModuleBase)
|
DiffsStore |
For internal use. (Inherited from ModuleBase)
|
EnableControllersOnLogonWindow |
For internal use. |
Events |
Gets the list of event handlers that are attached to this (Inherited from Component)
|
IgnoreWarningAndInformationRules |
Specifies whether or not Warning and Information type rules are ignored (see IRuleBaseProperties.ResultType). |
ModelDifferenceResourceName |
This property is intended for internal use. (Inherited from ModuleBase)
|
ModuleManager |
Provides access to the ApplicationModulesManager object, which contains information on the modules currenly added to the application. (Inherited from ModuleBase)
|
Name |
Gets the full name of a module's type. (Inherited from ModuleBase)
|
RequiredModuleTypes |
Provides access to the collection of modules that are added to the current module via the Module Designer. (Inherited from ModuleBase)
|
ResourcesExportedToModel |
Provides access to a collection of Resource Localizers used in the current module to extend the Application Model's IModelLocalization node. (Inherited from ModuleBase)
|
Site |
Gets or sets the (Inherited from Component)
|
Version |
Gets the major, minor, revision, and build numbers of a module's assembly. (Inherited from ModuleBase)
|
Name | Description |
---|---|
AddGeneratorUpdaters(ModelNodesGeneratorUpdaters) |
Registers the Generator Updaters. These are classes, used to customize the Application Model's zero layer after it has been generated. (Inherited from ModuleBase)
|
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) |
Creates an XAF module instance of the specified type. (Inherited from ModuleBase)
|
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)
|
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 ValidationModule before loading the metadata to the Application Model's BOModel node. |
Dispose() |
Releases all resources used by the (Inherited from Component)
|
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)
|
ExtendModelInterfaces(ModelInterfaceExtenders) |
Extends the Application Model with the IModelApplicationValidation interfaces. |
GetContextCaption(String, IModelApplication) |
Retrieves the caption associated with a particular validation context. |
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 ValidationModule module. |
GetRealModuleType(Type) |
Returns the type of an XAF Module. (Inherited from ModuleBase)
|
GetService(Type) |
Returns an object that represents a service provided by the (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 (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)
|
InitializeRuleSet() |
Initializes the RuleSet object assigned to the Validator.RuleSet property. |
IsExportedType(Type) |
Detects whether the specified type is exported to the system class. (Inherited from ModuleBase)
|
MemberwiseClone() |
Creates a shallow copy of the current (Inherited from Object)
|
MemberwiseClone(Boolean) |
Creates a shallow copy of the current (Inherited from MarshalByRefObject)
|
ReferenceEquals(Object, Object) |
Determines whether the specified (Inherited from Object)
|
Setup(ApplicationModulesManager) |
Sets up a module after it has been created. (Inherited from ModuleBase)
|
Setup(XafApplication) |
Sets up the ValidationModule after it has been added to the XafApplication.Modules collection. |
ToString() |
Returns a (Inherited from Component)
|
ValidationGroupPathCalculator(String, IModelNode) |
Name | Description |
---|---|
CustomizeApplicationRuntimeRules |
Occurs when the ValidationModule.InitializeRuleSet method is invoked. |
Disposed |
Occurs when the component is disposed by a call to the (Inherited from Component)
|
RuleSetInitialized |
Occurs after the RuleSet object assigned to the Validator.RuleSet property has been initialized via the ValidationModule.InitializeRuleSet method. |