Event args object containing information about a broken rule. More...
Public Member Functions | |
| HasBrokenRulesEventArgs (string commandName, bool hasErrors, bool hasWarnings, bool hasInformation, bool autoShowBrokenRules) | |
| Creates a new instance of the object. More... | |
| HasBrokenRulesEventArgs (bool cancel, string commandName, bool hasErrors, bool hasWarnings, bool hasInformation, bool autoShowBrokenRules) | |
| Creates a new instance of the object. More... | |
Public Member Functions inherited from Csla.Windows.CslaActionCancelEventArgs | |
| CslaActionCancelEventArgs (bool cancel, string commandName) | |
| Creates an instance of the object. More... | |
Properties | |
| bool | HasErrors [get] |
| Gets a value indicating whether an error severity rule exists. More... | |
| bool | HasWarning [get] |
| Gets a value indicating whether a warning severity rule exists. More... | |
| bool | HasInformation [get] |
| Gets a value indicating whether an information severity rule exists. More... | |
| bool | AutoShowBrokenRules [get] |
| Gets a value indicating whether to show broken rules. More... | |
Properties inherited from Csla.Windows.CslaActionCancelEventArgs | |
| string | CommandName [get] |
| Gets the name of the command. More... | |
Event args object containing information about a broken rule.
Definition at line 16 of file HasBrokenRulesEventArgs.cs.
| Csla.Windows.HasBrokenRulesEventArgs.HasBrokenRulesEventArgs | ( | string | commandName, |
| bool | hasErrors, | ||
| bool | hasWarnings, | ||
| bool | hasInformation, | ||
| bool | autoShowBrokenRules | ||
| ) |
Creates a new instance of the object.
| 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. |
Definition at line 36 of file HasBrokenRulesEventArgs.cs.
| Csla.Windows.HasBrokenRulesEventArgs.HasBrokenRulesEventArgs | ( | bool | cancel, |
| string | commandName, | ||
| bool | hasErrors, | ||
| bool | hasWarnings, | ||
| bool | hasInformation, | ||
| bool | autoShowBrokenRules | ||
| ) |
Creates a new instance of the object.
| 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. |
Definition at line 66 of file HasBrokenRulesEventArgs.cs.
|
get |
Gets a value indicating whether to show broken rules.
Definition at line 111 of file HasBrokenRulesEventArgs.cs.
|
get |
Gets a value indicating whether an error severity rule exists.
Definition at line 84 of file HasBrokenRulesEventArgs.cs.
|
get |
Gets a value indicating whether an information severity rule exists.
Definition at line 102 of file HasBrokenRulesEventArgs.cs.
|
get |
Gets a value indicating whether a warning severity rule exists.
Definition at line 93 of file HasBrokenRulesEventArgs.cs.