Event args object containing information about a broken rule.
More...
|
| | HasBrokenRulesEventArgs (string commandName, bool hasErrors, bool hasWarnings, bool hasInformation, bool autoShowBrokenRules) |
| | Creates a new instance of the object.
|
| | HasBrokenRulesEventArgs (bool cancel, string commandName, bool hasErrors, bool hasWarnings, bool hasInformation, bool autoShowBrokenRules) |
| | Creates a new instance of the object.
|
| | CslaActionCancelEventArgs (bool cancel, string commandName) |
| | Creates an instance of the object.
|
|
| bool | HasErrors = false [get] |
| | Gets a value indicating whether an error severity rule exists.
|
| bool | HasWarning = false [get] |
| | Gets a value indicating whether a warning severity rule exists.
|
| bool | HasInformation = false [get] |
| | Gets a value indicating whether an information severity rule exists.
|
| bool | AutoShowBrokenRules = false [get] |
| | Gets a value indicating whether to show broken rules.
|
| string | CommandName [get] |
| | Gets the name of the command.
|
Event args object containing information about a broken rule.
◆ HasBrokenRulesEventArgs() [1/2]
| Csla.Windows.HasBrokenRulesEventArgs.HasBrokenRulesEventArgs |
( |
string | commandName, |
|
|
bool | hasErrors, |
|
|
bool | hasWarnings, |
|
|
bool | hasInformation, |
|
|
bool | autoShowBrokenRules ) |
|
inline |
Creates a new instance of the object.
- Parameters
-
| commandName | Name of the command. |
| hasErrors | Indicates whether error severity exists. |
| hasWarnings | Indicates whether warning severity exists. |
| hasInformation | Indicates whether information severity exists. |
| autoShowBrokenRules | Indicates whether to automatically show broken rules. |
- Exceptions
-
| ArgumentNullException | commandName is null. |
◆ HasBrokenRulesEventArgs() [2/2]
| Csla.Windows.HasBrokenRulesEventArgs.HasBrokenRulesEventArgs |
( |
bool | cancel, |
|
|
string | commandName, |
|
|
bool | hasErrors, |
|
|
bool | hasWarnings, |
|
|
bool | hasInformation, |
|
|
bool | autoShowBrokenRules ) |
|
inline |
Creates a new instance of the object.
- Parameters
-
| cancel | Indicates whether to cancel. |
| commandName | Name of the command. |
| hasErrors | Indicates whether error severity exists. |
| hasWarnings | Indicates whether warning severity exists. |
| hasInformation | Indicates whether information severity exists. |
| autoShowBrokenRules | Indicates whether to automatically show broken rules. |
- Exceptions
-
| ArgumentNullException | commandName is null. |
◆ AutoShowBrokenRules
| bool Csla.Windows.HasBrokenRulesEventArgs.AutoShowBrokenRules = false |
|
get |
Gets a value indicating whether to show broken rules.
◆ HasErrors
| bool Csla.Windows.HasBrokenRulesEventArgs.HasErrors = false |
|
get |
Gets a value indicating whether an error severity rule exists.
◆ HasInformation
| bool Csla.Windows.HasBrokenRulesEventArgs.HasInformation = false |
|
get |
Gets a value indicating whether an information severity rule exists.
◆ HasWarning
| bool Csla.Windows.HasBrokenRulesEventArgs.HasWarning = false |
|
get |
Gets a value indicating whether a warning severity rule exists.
The documentation for this class was generated from the following file: