ValidationModule Members
In This Article
#Constructors
Name | Description |
---|---|
Validation |
Creates an instance of the Validation |
#Fields
Name | Description |
---|---|
Empty |
Represents an empty collection of type Module |
Version |
For internal use.
Inherited from Module |
#Properties
Name | Description |
---|---|
Additional |
Contains manually specified Controllers to be loaded to the Application Model.
Inherited from Module |
Additional |
Contains manually specified business classes to be loaded to the Application Model.
Inherited from Module |
Allow |
Specifies whether end-users are allowed to view validation result details. |
Application |
Provides access to an Xaf |
Assembly |
For internal use only.
Inherited from Module |
Can |
Gets a value indicating whether the component can raise an event. Inherited from Component. |
Container | Gets the IContainer that contains the Component. Inherited from Component. |
Description |
Specifies a textual description of a module.
Inherited from Module |
Diffs |
For internal use.
Inherited from Module |
Enable |
For internal use. |
Enable |
Specifies if the Validation Module caches Rules from custom persistent Rule Sources. |
Enable |
Specifies if the Validation Module generates Rules from custom persistent Sources at runtime. |
Events protected | Gets the list of event handlers that are attached to this Component. Inherited from Component. |
Ignore |
Specifies whether or not Warning and Information type rules are ignored (see IRule |
Model |
This property is intended for internal use.
Inherited from Module |
Model |
For internal use.
Inherited from Module |
Module |
Provides access to the Application |
Name |
Gets the full name of a module’s type.
Inherited from Module |
Required |
Provides access to the collection of modules that are added to the current module via the Module Designer.
Inherited from Module |
Resources |
Provides access to a collection of Resource Localizers used in the current module to extend the Application Model’s IModel |
Site | Gets or sets the ISite of the Component. Inherited from Component. |
Use |
|
Use |
|
Use |
|
Version |
Gets the major, minor, revision, and build numbers of a module’s assembly.
Inherited from Module |
#Methods
Name | Description |
---|---|
Add |
Registers the Generator Updaters. These are classes, used to customize the Application Model‘s zero layer after it has been generated.
Inherited from Module |
Add |
Registers node updaters in the application.
Inherited from Module |
Add |
This method is intended for internal use.
Inherited from Module |
Create |
Creates an XAF module instance of the specified type.
Inherited from Module |
Customize |
Allows you to override domain logic classes registered for Application Model interfaces.
Inherited from Module |
Customize |
Customizes metadata on business classes specific to the Validation |
Dispose() | Releases all resources used by the Component. Inherited from Component. |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Extend |
Extends the Application Model with the IModel |
Get |
Retrieves the caption associated with a particular validation context. |
Get |
Returns a collection of Controllers loaded to the Application Model.
Inherited from Module |
Get |
Returns a collection of business classes loaded to the Application Model.
Inherited from Module |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
Inherited from Marshal |
Get |
Returns the list of Module |
Get |
Returns the type of an XAF Module.
Inherited from Module |
Get |
Returns an object that represents a service provided by the Component or by its Container. Inherited from Component. |
Get |
Returns a list of Pop-up Window Show Actions that must be executed before loading the application’s main Window.
Inherited from Module |
Get |
Gets the Type of the current instance. Inherited from Object. |
Get |
Returns a collection of Resource Localizer types that can be used in an application that uses the current module.
Inherited from Module |
Initialize |
Obtains a lifetime service object to control the lifetime policy for this instance.
Inherited from Marshal |
Initialize |
Initializes the RuleDevExpress. property.
|
Is |
Detects whether the specified type is exported to the system class.
Inherited from Module |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Marshal |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Setup |
Sets up a module after it has been created.
Inherited from Module |
Setup |
Sets up the Validation |
To |
Returns a String containing the name of the Component, if any. This method should not be overridden. Inherited from Component. |
Validation |
#Events
Name | Description |
---|---|
Custom |
Replaces the default Initialize |
Customize |
Occurs when the Validation |
Disposed | Occurs when the component is disposed by a call to the Dispose() method. Inherited from Component. |
Rule |
Occurs after the RuleDevExpress. property has been initialized via the Validation |
See Also