Stores details about a specific broken business rule. More...
Public Member Functions | |
BrokenRule () | |
Creates an instance of this type. More... | |
override string | ToString () |
Gets a string representation for this object. More... | |
Protected Member Functions | |
override void | OnGetState (SerializationInfo info, StateMode mode) |
Override this method to insert your field values into the MobileFormatter serialzation stream. More... | |
override void | OnSetState (SerializationInfo info, StateMode mode) |
Override this method to retrieve your field values from the MobileFormatter serialzation stream. More... | |
Protected Member Functions inherited from Csla.Core.MobileObject | |
virtual void | OnGetChildren (SerializationInfo info, MobileFormatter formatter) |
Override this method to insert your child object references into the MobileFormatter serialzation stream. More... | |
virtual void | OnSetChildren (SerializationInfo info, MobileFormatter formatter) |
Override this method to retrieve your child object references from the MobileFormatter serialzation stream. More... | |
Properties | |
string | RuleName [getset] |
Provides access to the name of the broken rule. More... | |
string | Description [getset] |
Provides access to the description of the broken rule. More... | |
string | Property [getset] |
Provides access to the property affected by the broken rule. More... | |
RuleSeverity | Severity [getset] |
Gets the severity of the broken rule. More... | |
string | OriginProperty [getset] |
Gets or sets the origin property. More... | |
Stores details about a specific broken business rule.
Definition at line 18 of file BrokenRule.cs.
Csla.Rules.BrokenRule.BrokenRule | ( | ) |
Creates an instance of this type.
Definition at line 23 of file BrokenRule.cs.
|
protectedvirtual |
Override this method to insert your field values into the MobileFormatter serialzation stream.
info | Object containing the data to serialize. |
mode | The StateMode indicating why this method was invoked. |
Reimplemented from Csla.Core.MobileObject.
Definition at line 104 of file BrokenRule.cs.
|
protectedvirtual |
Override this method to retrieve your field values from the MobileFormatter serialzation stream.
info | Object containing the data to serialize. |
mode | The StateMode indicating why this method was invoked. |
Reimplemented from Csla.Core.MobileObject.
Definition at line 125 of file BrokenRule.cs.
override string Csla.Rules.BrokenRule.ToString | ( | ) |
Gets a string representation for this object.
Definition at line 35 of file BrokenRule.cs.
|
getset |
Provides access to the description of the broken rule.
The description of the rule.
Definition at line 54 of file BrokenRule.cs.
|
getset |
|
getset |
Provides access to the property affected by the broken rule.
The property affected by the rule.
Definition at line 64 of file BrokenRule.cs.
|
getset |
Provides access to the name of the broken rule.
The name of the rule.
Definition at line 44 of file BrokenRule.cs.
|
getset |