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 CustomizeRulesEventArgs. |
ApplicationModelRuleSet | Specifies validation rules declared via the Application Model. |
ObjectSpaceProvider | 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 CustomizeRulesEventArgs. |
RuleSources | Specifies additional validation rule sources to be used by the application. Inherited from CustomizeRulesEventArgs. |
See Also