CustomizeApplicationRuntimeRulesEventArgs Properties
Arguments passed to the ValidationModule.CustomizeApplicationRuntimeRules event.
Name | Description |
---|---|
Application |
Specifies the object providing methods and properties to manage the current application.
Inherited from Customize |
Application |
Specifies validation rules declared via the Application Model. |
Object |
Specifies the Object Space Provider to be used to create Object Spaces for creation of additional validation rules. |
Rules |
Specifies additional validation rules to be used by the application.
Inherited from Customize |
Rule |
Specifies additional validation rule sources to be used by the application.
Inherited from Customize |
See Also